Started by user Matteo Maiero Running as Matteo Maiero Agent basic-jg806 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-jg806" 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-jg806" - 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-jg806" - 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-3107.v665000b_51092" 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-jg806 (basic) in workspace /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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.2.0^{commit} # timeout=10 Checking out Revision 4d69c953f4257c3cf6495d8fc11514b2e4df68b6 (origin/release-5.2.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d69c953f4257c3cf6495d8fc11514b2e4df68b6 # timeout=10 Commit message: "chore: Updated release notes" > git rev-list --no-walk d4151f6c67329f8b2b5cae327e976917e2c7a1be # timeout=10 [kura-5-2-0-release-candidate] $ /bin/sh -xe /tmp/jenkins13459506688922092794.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-2-0-release-candidate] $ /opt/tools/apache-maven/latest/bin/mvn -f target-platform/pom.xml -s /tmp/settings3267276790684364134.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository clean install -U -e -Pno-mirror -Pcheck-exists-plugin Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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.17.13-200.fc35.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.4.1-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.4.1-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.2.2 [1/29] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ target-platform --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ target-platform --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- exists:0.0.3:remote (default) @ target-platform --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- install:3.1.0:install (default-install) @ target-platform --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/target-platform/5.2.2/target-platform-5.2.2.pom [INFO] [INFO] ------------< org.eclipse.kura:org.apache.activemq.artemis >------------ [INFO] Building org.apache.activemq.artemis 2.8.1-SNAPSHOT [2/29] [INFO] from org.apache.activemq.artemis/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.activemq.artemis --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.apache.activemq.artemis --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.apache.activemq.artemis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.activemq.artemis/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.apache.activemq.artemis --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.apache.activemq.artemis --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.activemq.artemis/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.apache.activemq.artemis --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ org.apache.activemq.artemis --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ org.apache.activemq.artemis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.apache.activemq.artemis --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.apache.activemq.artemis --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.activemq.artemis/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.apache.activemq.artemis/2.8.1-SNAPSHOT/org.apache.activemq.artemis-2.8.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.activemq.artemis/target/org.apache.activemq.artemis-2.8.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.apache.activemq.artemis/2.8.1-SNAPSHOT/org.apache.activemq.artemis-2.8.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ org.apache.activemq.artemis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Writing OBR metadata [INFO] Installing org/eclipse/kura/org.apache.activemq.artemis/2.8.1-SNAPSHOT/org.apache.activemq.artemis-2.8.1-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.2.1-SNAPSHOT [3/29] [INFO] from org.eclipse.kura.camel.sun.misc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.kura.camel.sun.misc --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.sun.misc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.kura.camel.sun.misc --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ org.eclipse.kura.camel.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- bundle:3.2.0:manifest (bundle-manifest) @ org.eclipse.kura.camel.sun.misc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.kura.camel.sun.misc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.kura.camel.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.kura.camel.sun.misc --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.0:jar (default-jar) @ org.eclipse.kura.camel.sun.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/target/org.eclipse.kura.camel.sun.misc-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.kura.camel.sun.misc --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.kura.camel.sun.misc --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.sun.misc/1.2.1-SNAPSHOT/org.eclipse.kura.camel.sun.misc-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/target/org.eclipse.kura.camel.sun.misc-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.sun.misc/1.2.1-SNAPSHOT/org.eclipse.kura.camel.sun.misc-1.2.1-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.sun.misc >------------- [INFO] Building System extension fragment for 'sun.misc' 1.2.1-SNAPSHOT [4/29] [INFO] from org.eclipse.kura.sun.misc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.kura.sun.misc --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.kura.sun.misc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.kura.sun.misc --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ org.eclipse.kura.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- bundle:3.2.0:manifest (bundle-manifest) @ org.eclipse.kura.sun.misc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.kura.sun.misc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.kura.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.kura.sun.misc --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.0:jar (default-jar) @ org.eclipse.kura.sun.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/target/org.eclipse.kura.sun.misc-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.kura.sun.misc --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.kura.sun.misc --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.sun.misc/1.2.1-SNAPSHOT/org.eclipse.kura.sun.misc-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/target/org.eclipse.kura.sun.misc-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.sun.misc/1.2.1-SNAPSHOT/org.eclipse.kura.sun.misc-1.2.1-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.kura:com.codeminders.hidapi-parent >----------- [INFO] Building com.codeminders.hidapi-parent 1.3.1-SNAPSHOT [5/29] [INFO] from com.codeminders.hidapi-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ com.codeminders.hidapi-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi-parent/1.3.1-SNAPSHOT/com.codeminders.hidapi-parent-1.3.1-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.kura:com.codeminders.hidapi >--------------- [INFO] Building Java API for working with Human Interface USB Devices (HID) 1.3.1-SNAPSHOT [6/29] [INFO] from com.codeminders.hidapi-parent/com.codeminders.hidapi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.codeminders.hidapi --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.codeminders.hidapi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ com.codeminders.hidapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/src/main/resources [INFO] Copying 0 resource from to target/classes [INFO] [INFO] --- compiler: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-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ com.codeminders.hidapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ com.codeminders.hidapi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi --- [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying org.eclipse.osgi-3.12.50.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/dependency/org.eclipse.osgi-3.12.50.jar [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.codeminders.hidapi --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ com.codeminders.hidapi --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi/1.3.1-SNAPSHOT/com.codeminders.hidapi-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/com.codeminders.hidapi-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi/1.3.1-SNAPSHOT/com.codeminders.hidapi-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ com.codeminders.hidapi --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi/1.3.1-SNAPSHOT/com.codeminders.hidapi-1.3.1-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.3.1-SNAPSHOT [7/29] [INFO] from com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ com.codeminders.hidapi.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ com.codeminders.hidapi.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ com.codeminders.hidapi.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.armv6hf --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.armv6hf:bundle:1.3.1-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.3.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.armv6hf --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ com.codeminders.hidapi.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.3.1-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/target/com.codeminders.hidapi.armv6hf-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.3.1-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ com.codeminders.hidapi.armv6hf --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.3.1-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.3.1-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.3.1-SNAPSHOT [8/29] [INFO] from com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ com.codeminders.hidapi.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ com.codeminders.hidapi.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ com.codeminders.hidapi.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.x86_64 --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.x86_64:bundle:1.3.1-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.3.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.x86_64 --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ com.codeminders.hidapi.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.x86_64/1.3.1-SNAPSHOT/com.codeminders.hidapi.x86_64-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/target/com.codeminders.hidapi.x86_64-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.x86_64/1.3.1-SNAPSHOT/com.codeminders.hidapi.x86_64-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ com.codeminders.hidapi.x86_64 --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.x86_64/1.3.1-SNAPSHOT/com.codeminders.hidapi.x86_64-1.3.1-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.3.1-SNAPSHOT [9/29] [INFO] from com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ com.codeminders.hidapi.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ com.codeminders.hidapi.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ com.codeminders.hidapi.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.aarch64 --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.aarch64:bundle:1.3.1-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.3.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.aarch64 --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ com.codeminders.hidapi.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.aarch64/1.3.1-SNAPSHOT/com.codeminders.hidapi.aarch64-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/target/com.codeminders.hidapi.aarch64-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.aarch64/1.3.1-SNAPSHOT/com.codeminders.hidapi.aarch64-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ com.codeminders.hidapi.aarch64 --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.aarch64/1.3.1-SNAPSHOT/com.codeminders.hidapi.aarch64-1.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.kura:org.usb4java >-------------------- [INFO] Building usb4java 1.4.1-SNAPSHOT [10/29] [INFO] from org.usb4java/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.usb4java --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.usb4java --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.usb4java --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.usb4java --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.usb4java --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.usb4java/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.usb4java --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle: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-2-0-release-candidate/target-platform/org.usb4java/src/main,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.usb4java/about.html,about_files=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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] --- dependency:2.8:copy-dependencies (copy-dependencies) @ org.usb4java --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying libusb4java-1.2.0-linux-arm.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/target-platform/org.usb4java/target/dependency/org.usb4java-1.2.0.jar [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.usb4java --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.usb4java --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.usb4java/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.usb4java/1.4.1-SNAPSHOT/org.usb4java-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.usb4java/target/org.usb4java-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.usb4java/1.4.1-SNAPSHOT/org.usb4java-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ org.usb4java --- [INFO] Installing org/eclipse/kura/org.usb4java/1.4.1-SNAPSHOT/org.usb4java-1.4.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:usb4java-javax >------------------- [INFO] Building usb4java-javax 1.4.1-SNAPSHOT [11/29] [INFO] from usb4java-javax/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ usb4java-javax --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ usb4java-javax --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ usb4java-javax --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ usb4java-javax --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ usb4java-javax --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/usb4java-javax/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ usb4java-javax --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle: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-2-0-release-candidate/target-platform/usb4java-javax/src/main,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/usb4java-javax/about.html,about_files=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/usb4java-javax/about_files/,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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] --- dependency:2.8:copy-dependencies (copy-dependencies) @ usb4java-javax --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying usb-api-1.0.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/target-platform/usb4java-javax/target/dependency/org.usb4java.javax-1.2.0.jar [INFO] [INFO] --- exists:0.0.3:remote (default) @ usb4java-javax --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ usb4java-javax --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/usb4java-javax/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/usb4java-javax/1.4.1-SNAPSHOT/usb4java-javax-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/usb4java-javax/target/usb4java-javax-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/usb4java-javax/1.4.1-SNAPSHOT/usb4java-javax-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ usb4java-javax --- [INFO] Installing org/eclipse/kura/usb4java-javax/1.4.1-SNAPSHOT/usb4java-javax-1.4.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------------< org.eclipse.kura:org.moka7 >--------------------- [INFO] Building org.moka7 1.2.1-SNAPSHOT [12/29] [INFO] from org.moka7/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.moka7 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.moka7 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.moka7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.moka7/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.moka7 --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.moka7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.moka7/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.moka7 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ org.moka7 --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ org.moka7 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.moka7 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.moka7 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.moka7/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.moka7/1.2.1-SNAPSHOT/org.moka7-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.moka7/target/org.moka7-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.moka7/1.2.1-SNAPSHOT/org.moka7-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ org.moka7 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/org.moka7/1.2.1-SNAPSHOT/org.moka7-1.2.1-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.4.1-SNAPSHOT [13/29] [INFO] from org.eclipse.soda.dk.comm-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.soda.dk.comm-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm-parent/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm-parent-1.4.1-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.soda.dk.comm >-------------- [INFO] Building Serial Device based on SODA DK comm 1.4.1-SNAPSHOT [14/29] [INFO] from org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.soda.dk.comm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/main/resources [INFO] Copying 0 resource from to target/classes [INFO] [INFO] --- compiler: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-2-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-2-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-2-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-2-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] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.soda.dk.comm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ org.eclipse.soda.dk.comm --- [INFO] No tests to run. [INFO] [INFO] --- bundle:2.3.5:bundle (default-bundle) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying org.eclipse.osgi-3.12.50.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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:0.0.3:remote (default) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.soda.dk.comm --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/target/org.eclipse.soda.dk.comm-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm-1.4.1-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.4.1-SNAPSHOT [15/29] [INFO] from org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle: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.4.1-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.4.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.armv6hf --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.4.1-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.4.1-SNAPSHOT [16/29] [INFO] from org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle: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.4.1-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.4.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.x86_64 --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle: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.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.4.1-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.4.1-SNAPSHOT [17/29] [INFO] from org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/src/main/resources [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire: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-2-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] --- bundle: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.4.1-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.4.1-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.aarch64 --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.4.1-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.4.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio-parent >------------------- [INFO] Building jdk.dio-parent 1.2.1-SNAPSHOT [18/29] [INFO] from jdk.dio-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdk.dio-parent --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ jdk.dio-parent --- [INFO] [INFO] --- exists:0.0.3:remote (default) @ jdk.dio-parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ jdk.dio-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio-parent/1.2.1-SNAPSHOT/jdk.dio-parent-1.2.1-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.eclipse.kura:jdk.dio >---------------------- [INFO] Building jdk.dio 1.2.1-SNAPSHOT [19/29] [INFO] from jdk.dio-parent/jdk.dio/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdk.dio --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ jdk.dio --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jdk.dio --- [INFO] Copying 170 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ jdk.dio --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jdk.dio --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ jdk.dio --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ jdk.dio --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ jdk.dio --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ jdk.dio --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jdk.dio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio/1.2.1-SNAPSHOT/jdk.dio-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/target/jdk.dio-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio/1.2.1-SNAPSHOT/jdk.dio-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ jdk.dio --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/jdk.dio/1.2.1-SNAPSHOT/jdk.dio-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.armv6hf >------------------ [INFO] Building jdk.dio.armv6hf 1.2.1-SNAPSHOT [20/29] [INFO] from jdk.dio-parent/jdk.dio.armv6hf/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdk.dio.armv6hf --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ jdk.dio.armv6hf --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jdk.dio.armv6hf --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ jdk.dio.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jdk.dio.armv6hf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ jdk.dio.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ jdk.dio.armv6hf --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ jdk.dio.armv6hf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ jdk.dio.armv6hf --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jdk.dio.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.armv6hf/1.2.1-SNAPSHOT/jdk.dio.armv6hf-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/target/jdk.dio.armv6hf-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.armv6hf/1.2.1-SNAPSHOT/jdk.dio.armv6hf-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ jdk.dio.armv6hf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/jdk.dio.armv6hf/1.2.1-SNAPSHOT/jdk.dio.armv6hf-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.x86_64 >------------------- [INFO] Building jdk.dio.x86_64 1.2.1-SNAPSHOT [21/29] [INFO] from jdk.dio-parent/jdk.dio.x86_64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdk.dio.x86_64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ jdk.dio.x86_64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jdk.dio.x86_64 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ jdk.dio.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jdk.dio.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ jdk.dio.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ jdk.dio.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ jdk.dio.x86_64 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ jdk.dio.x86_64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jdk.dio.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.x86_64/1.2.1-SNAPSHOT/jdk.dio.x86_64-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/target/jdk.dio.x86_64-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.x86_64/1.2.1-SNAPSHOT/jdk.dio.x86_64-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ jdk.dio.x86_64 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/jdk.dio.x86_64/1.2.1-SNAPSHOT/jdk.dio.x86_64-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.aarch64 >------------------ [INFO] Building jdk.dio.aarch64 1.2.1-SNAPSHOT [22/29] [INFO] from jdk.dio-parent/jdk.dio.aarch64/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdk.dio.aarch64 --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ jdk.dio.aarch64 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jdk.dio.aarch64 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.5.1:compile (default-compile) @ jdk.dio.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jdk.dio.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/src/test/resources [INFO] [INFO] --- compiler:3.5.1:testCompile (default-testCompile) @ jdk.dio.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ jdk.dio.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ jdk.dio.aarch64 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ jdk.dio.aarch64 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jdk.dio.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.aarch64/1.2.1-SNAPSHOT/jdk.dio.aarch64-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/target/jdk.dio.aarch64-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.aarch64/1.2.1-SNAPSHOT/jdk.dio.aarch64-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ jdk.dio.aarch64 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/jdk.dio.aarch64/1.2.1-SNAPSHOT/jdk.dio.aarch64-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.kura:com.gwt.user >-------------------- [INFO] Building gwt-user 1.3.1-SNAPSHOT [23/29] [INFO] from com.gwt.user/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.gwt.user --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ com.gwt.user --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ com.gwt.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.gwt.user/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ com.gwt.user --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ com.gwt.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.gwt.user/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ com.gwt.user --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ com.gwt.user --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ com.gwt.user --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.3.1-SNAPSHOT : Invalid package name: 'com.google.gwt.user.client.ui.doc-files' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.3.1-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates._eclipse-test' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.3.1-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates._sample-test._testFolder_._moduleFolder_' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.3.1-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.3.1-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates.sample._warFolder_.WEB-INF' [INFO] [INFO] --- exists:0.0.3:remote (default) @ com.gwt.user --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ com.gwt.user --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.gwt.user/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.gwt.user/1.3.1-SNAPSHOT/com.gwt.user-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/com.gwt.user/target/com.gwt.user-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/com.gwt.user/1.3.1-SNAPSHOT/com.gwt.user-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ com.gwt.user --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/com.gwt.user/1.3.1-SNAPSHOT/com.gwt.user-1.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:moquette-broker >------------------ [INFO] Building moquette-broker 1.0.0-SNAPSHOT [24/29] [INFO] from moquette-broker/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ moquette-broker --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ moquette-broker --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ moquette-broker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/moquette-broker/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ moquette-broker --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ moquette-broker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/moquette-broker/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ moquette-broker --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ moquette-broker --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.0.1:bundle (default-bundle) @ moquette-broker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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.handler.codec, io.netty.buffer], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server, has 1, private references [io.netty.channel], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server.netty, has 2, private references [io.netty.channel, io.netty.util], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.server.netty.metrics, has 1, private references [io.netty.channel], [WARNING] Bundle org.eclipse.kura:moquette-broker:bundle:1.0.0-SNAPSHOT : Export io.moquette.spi.impl, has 1, private references [io.netty.channel], [INFO] [INFO] --- exists:0.0.3:remote (default) @ moquette-broker --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ moquette-broker --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/moquette-broker/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.0.1:install (default-install) @ moquette-broker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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.2.1-SNAPSHOT [25/29] [INFO] from org.apache.log4j2-api-config/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.apache.log4j2-api-config --- [INFO] Copying 1 resource from to target/classes/META-INF [INFO] Copying 1 resource from to target/classes/. [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.apache.log4j2-api-config --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.apache.log4j2-api-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.log4j2-api-config/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.apache.log4j2-api-config --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ org.apache.log4j2-api-config --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ org.apache.log4j2-api-config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.apache.log4j2-api-config --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.apache.log4j2-api-config --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.log4j2-api-config/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.2.1-SNAPSHOT/org.apache.log4j2-api-config-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.apache.log4j2-api-config/target/org.apache.log4j2-api-config-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.2.1-SNAPSHOT/org.apache.log4j2-api-config-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ org.apache.log4j2-api-config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/org.apache.log4j2-api-config/1.2.1-SNAPSHOT/org.apache.log4j2-api-config-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.jetty.customizer >--------- [INFO] Building org.eclipse.kura.jetty.customizer 1.2.1-SNAPSHOT [26/29] [INFO] from org.eclipse.kura.jetty.customizer/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ org.eclipse.kura.jetty.customizer --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.kura.jetty.customizer --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler: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-2-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.kura.jetty.customizer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/src/test/resources [INFO] [INFO] --- compiler:3.7.0:testCompile (default-testCompile) @ org.eclipse.kura.jetty.customizer --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ org.eclipse.kura.jetty.customizer --- [INFO] No tests to run. [INFO] [INFO] --- bundle:3.2.0:bundle (default-bundle) @ org.eclipse.kura.jetty.customizer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- exists:0.0.3:remote (default) @ org.eclipse.kura.jetty.customizer --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.kura.jetty.customizer --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.2.1-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/target/org.eclipse.kura.jetty.customizer-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.2.1-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- bundle:3.2.0:install (default-install) @ org.eclipse.kura.jetty.customizer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Installing org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.2.1-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.2.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:p2-repo-common >------------------- [INFO] Building p2-repo-common 5.2.2 [27/29] [INFO] from p2-repo-common/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repo-common --- [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (default) @ p2-repo-common --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ p2-repo-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.9:copy (copy-bundles-for-publishing) @ p2-repo-common --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.armv6hf:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.x86_64:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.aarch64:1.3.0: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.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.sun.misc:1.2.0: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.3.0:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.core:1.3.0.v201303031735:jar [INFO] Configured Artifact: org.eclipse.kura:org.usb4java:1.4.0:jar [INFO] Configured Artifact: com.h2database:h2:2.1.214:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.armv6hf:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.x86_64:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.aarch64:1.2.0: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.4.0:jar [INFO] Configured Artifact: commons-io:commons-io:2.11.0:jar [INFO] Configured Artifact: org.apache.commons:commons-lang3:3.12.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.4.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf:1.4.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64:1.4.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64:1.4.0: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.2.0: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: com.eclipsesource.jaxrs:publisher:5.3.1:jar [INFO] Configured Artifact: com.eclipsesource.jaxrs:provider-gson:2.3:jar [INFO] Configured Artifact: com.eclipsesource.jaxrs:provider-security:2.2:jar [INFO] Configured Artifact: com.eclipsesource.jaxrs:provider-multipart:2.2:jar [INFO] Configured Artifact: com.google.code.gson:gson:2.9.0: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.8.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.jetty.customizer:1.2.0: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-jdk18on:1.71:jar [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:1.71:jar [INFO] Configured Artifact: org.bouncycastle:bctls-jdk18on:1.71:jar [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:1.71:jar [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:1.71:jar [INFO] Configured Artifact: com.eurotech:gpsd4java:1.0.0:jar [INFO] Copying com.codeminders.hidapi-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.jar [INFO] Copying com.codeminders.hidapi.armv6hf-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.armv6hf.jar [INFO] Copying com.codeminders.hidapi.x86_64-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.x86_64.jar [INFO] Copying com.codeminders.hidapi.aarch64-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.tigris.mtoolkit.iagent.rpc.jar [INFO] Copying com.gwt.user-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.hamcrest.core.jar [INFO] Copying org.usb4java-1.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/h2.jar [INFO] Copying jdk.dio-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.jar [INFO] Copying jdk.dio.armv6hf-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.armv6hf.jar [INFO] Copying jdk.dio.x86_64-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.x86_64.jar [INFO] Copying jdk.dio.aarch64-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-exec.jar [INFO] Copying usb4java-javax-1.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-io.jar [INFO] Copying commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-lang3.jar [INFO] Copying commons-csv-1.4.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-csv.jar [INFO] Copying org.eclipse.soda.dk.comm-1.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-tx.jar [INFO] Copying org.moka7-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.jersey-min.jar [INFO] Copying publisher-5.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/publisher.jar [INFO] Copying provider-gson-2.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/provider-gson.jar [INFO] Copying provider-security-2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/provider-security.jar [INFO] Copying provider-multipart-2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/provider-multipart.jar [INFO] Copying gson-2.9.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/gson.jar [INFO] Copying bluez-dbus-osgi-0.1.4.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/geronimo-jta_1.1_spec.jar [INFO] Copying org.apache.activemq.artemis-2.8.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.activemq.artemis.jar [INFO] Copying org.eclipse.kura.jetty.customizer-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.felix.useradmin.jar [INFO] Copying bcpkix-jdk18on-1.71.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcpkix-jdk18on.jar [INFO] Copying bcprov-jdk18on-1.71.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcprov-jdk18on.jar [INFO] Copying bctls-jdk18on-1.71.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bctls-jdk18on.jar [INFO] Copying bcutil-jdk18on-1.71.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcutil-jdk18on.jar [INFO] Copying bcpg-jdk18on-1.71.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcpg-jdk18on.jar [INFO] Copying gpsd4java-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/gpsd4java.jar [INFO] [INFO] --- antrun:1.3:run (setup) @ p2-repo-common --- [INFO] Executing tasks [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras: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-2-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-runtime3879533186656641393.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- exists:0.0.3:remote (default) @ p2-repo-common --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- install:3.1.0:install (default-install) @ p2-repo-common --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-common/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2-repo-common/5.2.2/p2-repo-common-5.2.2.pom [INFO] [INFO] --- antrun:1.3:run (install-commons) @ p2-repo-common --- [INFO] Executing tasks [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/target-definition/common/repository [copy] Copying 96 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/target-definition/common/repository [copy] Copying 94 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 [28/29] [INFO] from p2-repo-equinox_3.16.0/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repo-equinox_3.16.0 --- [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (default) @ p2-repo-equinox_3.16.0 --- [INFO] [INFO] --- antrun: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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ p2-repo-equinox_3.16.0 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.8:copy (copy-bundles-for-publishing) @ p2-repo-equinox_3.16.0 --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/org.eclipse.equinox.wireadmin.jar [INFO] [INFO] --- antrun: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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras: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-2-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-runtime6882779486698430044.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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:0.0.3:remote (default) @ p2-repo-equinox_3.16.0 --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- install:3.1.0:install (default-install) @ p2-repo-equinox_3.16.0 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2-repo-equinox_3.16.0/5.2.2/p2-repo-equinox_3.16.0-5.2.2.pom [INFO] [INFO] --- antrun: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-2-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-2-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.2.2 [29/29] [INFO] from p2-repo-test-deps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repo-tests-deps --- [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (default) @ p2-repo-tests-deps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-validation) @ p2-repo-tests-deps --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.9:copy (copy-bundles-for-publishing) @ p2-repo-tests-deps --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/target-platform/p2-repo-test-deps/target/source/plugins/objenesis.jar [INFO] [INFO] --- tycho-p2-extras: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-2-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-runtime1864737375488365971.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-test-deps/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-test-deps/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-test-deps/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- exists:0.0.3:remote (default) @ p2-repo-tests-deps --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- install:3.1.0:install (default-install) @ p2-repo-tests-deps --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/target-platform/p2-repo-test-deps/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2-repo-tests-deps/5.2.2/p2-repo-tests-deps-5.2.2.pom [INFO] [INFO] --- antrun:1.3:run (install-commons) @ p2-repo-tests-deps --- [INFO] Executing tasks [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/target-definition/test-deps/repository [copy] Copying 10 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/target-definition/test-deps/repository [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] target-platform 5.2.2 .............................. SUCCESS [ 3.195 s] [INFO] org.apache.activemq.artemis 2.8.1-SNAPSHOT ......... SUCCESS [ 10.712 s] [INFO] Camel :: Core :: Import sun.misc 1.2.1-SNAPSHOT .... SUCCESS [ 1.542 s] [INFO] System extension fragment for 'sun.misc' 1.2.1-SNAPSHOT SUCCESS [ 0.221 s] [INFO] com.codeminders.hidapi-parent 1.3.1-SNAPSHOT ....... SUCCESS [ 0.006 s] [INFO] Java API for working with Human Interface USB Devices (HID) 1.3.1-SNAPSHOT SUCCESS [ 3.285 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 6 HF 1.3.1-SNAPSHOT SUCCESS [ 0.519 s] [INFO] Native libraries for 'com.codeminders.hidapi' on x86_64 1.3.1-SNAPSHOT SUCCESS [ 0.215 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 64 bits 1.3.1-SNAPSHOT SUCCESS [ 0.234 s] [INFO] usb4java 1.4.1-SNAPSHOT ............................ SUCCESS [ 0.294 s] [INFO] usb4java-javax 1.4.1-SNAPSHOT ...................... SUCCESS [ 0.240 s] [INFO] org.moka7 1.2.1-SNAPSHOT ........................... SUCCESS [ 0.643 s] [INFO] org.eclipse.soda.dk.comm-parent 1.4.1-SNAPSHOT ..... SUCCESS [ 0.010 s] [INFO] Serial Device based on SODA DK comm 1.4.1-SNAPSHOT . SUCCESS [ 0.637 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 6 HF 1.4.1-SNAPSHOT SUCCESS [ 0.307 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on x86_64 1.4.1-SNAPSHOT SUCCESS [ 0.306 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 64 bits 1.4.1-SNAPSHOT SUCCESS [ 0.239 s] [INFO] jdk.dio-parent 1.2.1-SNAPSHOT ...................... SUCCESS [ 0.011 s] [INFO] jdk.dio 1.2.1-SNAPSHOT ............................. SUCCESS [ 0.621 s] [INFO] jdk.dio.armv6hf 1.2.1-SNAPSHOT ..................... SUCCESS [ 0.136 s] [INFO] jdk.dio.x86_64 1.2.1-SNAPSHOT ...................... SUCCESS [ 0.148 s] [INFO] jdk.dio.aarch64 1.2.1-SNAPSHOT ..................... SUCCESS [ 0.157 s] [INFO] gwt-user 1.3.1-SNAPSHOT ............................ SUCCESS [ 4.763 s] [INFO] moquette-broker 1.0.0-SNAPSHOT ..................... SUCCESS [ 3.165 s] [INFO] org.apache.log4j2-api-config 1.2.1-SNAPSHOT ........ SUCCESS [ 0.107 s] [INFO] org.eclipse.kura.jetty.customizer 1.2.1-SNAPSHOT ... SUCCESS [ 2.877 s] [INFO] p2-repo-common 5.2.2 ............................... SUCCESS [ 14.061 s] [INFO] p2-repo-equinox_3.16.0 5.2.2 ....................... SUCCESS [ 4.041 s] [INFO] p2-repo-tests-deps 5.2.2 ........................... SUCCESS [ 3.353 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2023-05-12T20:58:08Z [INFO] ------------------------------------------------------------------------ using settings config with name Maven settings Replacing all maven server entries not found in credentials list is true [kura-5-2-0-release-candidate] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f kura/pom.xml -s /tmp/settings6622649105113499626.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.17.13-200.fc35.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.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.db.component.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.db.component.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.db.component.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.event.publisher:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.event.publisher:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.event.publisher:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.configuration.change.manager:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.configuration.change.manager:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.configuration.change.manager:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.api.feature:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.p2:org.eclipse.kura:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.db.component.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.db.component.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.db.component.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.rest.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] kura [pom] [INFO] Kura Target Definition [pom] [INFO] org.eclipse.kura.api [eclipse-plugin] [INFO] org.eclipse.kura.util [eclipse-plugin] [INFO] org.eclipse.kura.asset.cloudlet.provider [eclipse-plugin] [INFO] org.eclipse.kura.core [eclipse-plugin] [INFO] org.eclipse.kura.core.configuration [eclipse-plugin] [INFO] org.eclipse.kura.asset.provider [eclipse-plugin] [INFO] org.eclipse.kura.asset.helper.provider [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.core [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt [eclipse-plugin] [INFO] org.eclipse.kura.broker.artemis.xml [eclipse-plugin] [INFO] org.eclipse.kura.camel [eclipse-plugin] [INFO] org.eclipse.kura.camel.cloud.factory [eclipse-plugin] [INFO] org.eclipse.kura.camel.xml [eclipse-plugin] [INFO] org.eclipse.kura.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.db.component.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] org.eclipse.kura.event.publisher [eclipse-plugin] [INFO] org.eclipse.kura.configuration.change.manager [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.db.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.rest.provider.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.2.2 [1/185] [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-2-0-release-candidate/kura/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/kura/5.2.2/kura-5.2.2.pom [INFO] [INFO] -----------------< org.eclipse.kura:target-definition >----------------- [INFO] Building Kura Target Definition 5.2.2 [2/185] [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-2-0-release-candidate/kura/target-definition/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/target-definition/5.2.2/target-definition-5.2.2.pom [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.api >---------------- [INFO] Building org.eclipse.kura.api 2.4.1-SNAPSHOT [3/185] [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.4.1.202305122058 [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] --- 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-2-0-release-candidate/kura/org.eclipse.kura.api/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 451 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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") 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.api --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.api --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.api --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.api --- [INFO] [INFO] --- bnd-baseline-maven-plugin:3.4.0:baseline (baseline) @ org.eclipse.kura.api --- [INFO] Automatically determining the baseline version for org.eclipse.kura:org.eclipse.kura.api:jar:2.4.1-SNAPSHOT using repositories [repo.eclipse.org (https://repo.eclipse.org/content/repositories/kura-snapshots/, default, releases+snapshots), p2-repo-equinox_3.16.0 (file:////home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/equinox_3.16.0/repository/, p2, disabled), license-feature (http://download.eclipse.org/cbi/updates/license/, p2, disabled), p2-repo-common (file:////home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/common/repository/, p2, disabled), p2-repo-test-deps (file:////home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/test-deps/repository/, p2, disabled), kura_addons (https://kura-repo.s3.us-west-2.amazonaws.com/kura_addons/, default, releases+snapshots), repo.eclipse.org (https://repo.eclipse.org/content/repositories/kura-releases/, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)] [WARNING] Could not transfer metadata org.eclipse.kura:org.eclipse.kura.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/org/eclipse/kura/org.eclipse.kura.api/maven-metadata.xml , ReasonPhrase:Forbidden. [INFO] The baseline version was found to be 2.3.2-SNAPSHOT [WARNING] Could not transfer metadata org.eclipse.kura:org.eclipse.kura.api:2.3.2-SNAPSHOT/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/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/maven-metadata.xml , ReasonPhrase:Forbidden. [INFO] Baselining check succeeded checking org.eclipse.kura:org.eclipse.kura.api:jar:2.4.1-SNAPSHOT against org.eclipse.kura:org.eclipse.kura.api:jar:2.3.2-20220718.085203-1 [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-2-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.4.1-SNAPSHOT/org.eclipse.kura.api-2.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.4.1-SNAPSHOT/org.eclipse.kura.api-2.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.4.1-SNAPSHOT/org.eclipse.kura.api-2.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.4.1-SNAPSHOT/org.eclipse.kura.api-2.4.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.api/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.4.1-SNAPSHOT/org.eclipse.kura.api-2.4.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.api --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.util >--------------- [INFO] Building org.eclipse.kura.util 1.3.1-SNAPSHOT [4/185] [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.3.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.util/.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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.3.1-SNAPSHOT/org.eclipse.kura.util-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.3.1-SNAPSHOT/org.eclipse.kura.util-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.3.1-SNAPSHOT/org.eclipse.kura.util-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.3.1-SNAPSHOT/org.eclipse.kura.util-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.util/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.3.1-SNAPSHOT/org.eclipse.kura.util-1.3.1-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.2.1-SNAPSHOT [5/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.2.1-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.2.2-SNAPSHOT [6/185] [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.2.2.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[275] 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-2-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[299] 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-2-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[475] 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.2.2-SNAPSHOT-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.2.2-SNAPSHOT.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] [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-2-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.2.2-SNAPSHOT/org.eclipse.kura.core-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.2.2-SNAPSHOT/org.eclipse.kura.core-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.2.2-SNAPSHOT/org.eclipse.kura.core-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.2.2-SNAPSHOT/org.eclipse.kura.core-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.2.2-SNAPSHOT/org.eclipse.kura.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.core --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.core.configuration >-------- [INFO] Building org.eclipse.kura.core.configuration 2.2.1-SNAPSHOT [7/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[25] import javax.xml.stream.XMLStreamException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import javax.xml.stream.XMLStreamException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[230] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[230] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[253] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[253] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[285] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[285] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[318] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[318] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[672] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[989] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1171] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1190] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1192] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1194] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1476] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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 25 problems (25 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.2.1-SNAPSHOT/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.2.1-SNAPSHOT/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.2.1-SNAPSHOT/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.2.1-SNAPSHOT/org.eclipse.kura.core.configuration-2.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.2.1-SNAPSHOT/org.eclipse.kura.core.configuration-2.2.1-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.2.1-SNAPSHOT [8/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.2.1-SNAPSHOT/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.2.1-SNAPSHOT/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.2.1-SNAPSHOT/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.2.1-SNAPSHOT/org.eclipse.kura.asset.provider-2.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.2.1-SNAPSHOT/org.eclipse.kura.asset.provider-2.2.1-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.2.1-SNAPSHOT [9/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.2.1-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.3.1-SNAPSHOT [10/185] [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.3.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.3.1-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.3.1-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.3.1-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.3.1-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.3.1-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.3.1-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.2.1-SNAPSHOT [11/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.2.1-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.2.1-SNAPSHOT [12/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.2.1-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.2.1-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.5.1-SNAPSHOT [13/185] [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.5.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.5.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.5.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.5.1-SNAPSHOT/org.eclipse.kura.camel-1.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.5.1-SNAPSHOT/org.eclipse.kura.camel-1.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.5.1-SNAPSHOT/org.eclipse.kura.camel-1.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.5.1-SNAPSHOT/org.eclipse.kura.camel-1.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.5.1-SNAPSHOT/org.eclipse.kura.camel-1.5.1-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.3.1-SNAPSHOT [14/185] [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.3.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.3.1-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.3.1-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.3.1-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.3.1-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.3.1-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.3.1-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.3.1-SNAPSHOT [15/185] [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.3.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.3.1-SNAPSHOT/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.3.1-SNAPSHOT/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.3.1-SNAPSHOT/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.3.1-SNAPSHOT/org.eclipse.kura.camel.xml-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.3.1-SNAPSHOT/org.eclipse.kura.camel.xml-1.3.1-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.3.1-SNAPSHOT [16/185] [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.3.1.202305122058 [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-2-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 8 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.3.1-SNAPSHOT/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.3.1-SNAPSHOT/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.3.1-SNAPSHOT/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.3.1-SNAPSHOT/org.eclipse.kura.rest.provider-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.3.1-SNAPSHOT/org.eclipse.kura.rest.provider-1.3.1-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.2.1-SNAPSHOT [17/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.2.1-SNAPSHOT/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.2.1-SNAPSHOT/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.2.1-SNAPSHOT/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.2.1-SNAPSHOT/org.eclipse.kura.core.certificates-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.2.1-SNAPSHOT/org.eclipse.kura.core.certificates-1.2.1-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.2.1-SNAPSHOT [18/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/.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-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/src/main/java/org/eclipse/kura/core/keystore/util/CRLUtil.java:[82] final String uriString = DERIA5String.getInstance(name.getName()).getString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInstance(Object) from the type DERIA5String is deprecated 1 problem (1 warning) [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.2.1-SNAPSHOT/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.2.1-SNAPSHOT/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.2.1-SNAPSHOT/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.2.1-SNAPSHOT/org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.2.1-SNAPSHOT/org.eclipse.kura.core.keystore-1.2.1-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.3.1-SNAPSHOT [19/185] [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.3.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/.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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[277] 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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[279] 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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[423] 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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[424] 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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[432] 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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.3.1-SNAPSHOT/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.3.1-SNAPSHOT/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.3.1-SNAPSHOT/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.3.1-SNAPSHOT/org.eclipse.kura.core.cloud-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.3.1-SNAPSHOT/org.eclipse.kura.core.cloud-1.3.1-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.2.1-SNAPSHOT [20/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.2.1-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.2.1-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.2.1-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.2.1-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.2.1-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.2.1-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.2.1-SNAPSHOT [21/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.2.1-SNAPSHOT/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.2.1-SNAPSHOT/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.2.1-SNAPSHOT/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.2.1-SNAPSHOT/org.eclipse.kura.core.comm-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.comm/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.2.1-SNAPSHOT/org.eclipse.kura.core.comm-1.2.1-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.2.1-SNAPSHOT [22/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.2.1-SNAPSHOT/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.2.1-SNAPSHOT/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.2.1-SNAPSHOT/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.2.1-SNAPSHOT/org.eclipse.kura.core.crypto-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.2.1-SNAPSHOT/org.eclipse.kura.core.crypto-1.2.1-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.2.1-SNAPSHOT [23/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.2.1-SNAPSHOT/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.2.1-SNAPSHOT/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.2.1-SNAPSHOT/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.2.1-SNAPSHOT/org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.2.1-SNAPSHOT/org.eclipse.kura.core.inventory-1.2.1-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.3.1-SNAPSHOT [24/185] [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.3.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.3.1-SNAPSHOT/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.3.1-SNAPSHOT/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.3.1-SNAPSHOT/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.3.1-SNAPSHOT/org.eclipse.kura.core.deployment-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.3.1-SNAPSHOT/org.eclipse.kura.core.deployment-1.3.1-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.2.2-SNAPSHOT [25/185] [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.2.2.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.2.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-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.2.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-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.2.2-SNAPSHOT/org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.2.2-SNAPSHOT/org.eclipse.kura.core.net-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.2.2-SNAPSHOT/org.eclipse.kura.core.net-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.2.2-SNAPSHOT/org.eclipse.kura.core.net-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.2.2-SNAPSHOT/org.eclipse.kura.core.net-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.net --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.core.status >------------ [INFO] Building org.eclipse.kura.core.status 1.2.1-SNAPSHOT [26/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.2.1-SNAPSHOT/org.eclipse.kura.core.status-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.2.1-SNAPSHOT/org.eclipse.kura.core.status-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.2.1-SNAPSHOT/org.eclipse.kura.core.status-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.2.1-SNAPSHOT/org.eclipse.kura.core.status-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.status/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.2.1-SNAPSHOT/org.eclipse.kura.core.status-1.2.1-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.2.1-SNAPSHOT [27/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.2.1-SNAPSHOT/org.eclipse.kura.core.system-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.2.1-SNAPSHOT/org.eclipse.kura.core.system-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.2.1-SNAPSHOT/org.eclipse.kura.core.system-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.2.1-SNAPSHOT/org.eclipse.kura.core.system-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.system/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.2.1-SNAPSHOT/org.eclipse.kura.core.system-1.2.1-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.2.1-SNAPSHOT [28/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.2.1-SNAPSHOT/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.2.1-SNAPSHOT/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.2.1-SNAPSHOT/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.2.1-SNAPSHOT/org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.2.1-SNAPSHOT/org.eclipse.kura.deployment.agent-1.2.1-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.2.1-SNAPSHOT [29/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.2.1-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.2.1-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.2.1-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.2.1-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.2.1-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.2.1-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.2.1-SNAPSHOT [30/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.2.1-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.2.1-SNAPSHOT [31/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.2.1-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.2.1-SNAPSHOT [32/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.2.1-SNAPSHOT/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.2.1-SNAPSHOT/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.2.1-SNAPSHOT/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.2.1-SNAPSHOT/org.eclipse.kura.driver.block-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.block/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.2.1-SNAPSHOT/org.eclipse.kura.driver.block-1.2.1-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.2.1-SNAPSHOT [33/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.2.1-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.2.1-SNAPSHOT [34/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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.2.1-SNAPSHOT [35/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-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.2.1-SNAPSHOT [36/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.2.1-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.2.1-SNAPSHOT [37/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.2.1-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.2.1-SNAPSHOT [38/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.2.1-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.2.1-SNAPSHOT [39/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.2.1-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.2.1-SNAPSHOT [40/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.2.1-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.2.1-SNAPSHOT [41/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.2.1-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.2.1-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.2.1-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.2.1-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.2.1-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.2.1-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.2.1-SNAPSHOT [42/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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") 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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.2.1-SNAPSHOT/org.eclipse.kura.ble.provider-1.2.1-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.3.1-SNAPSHOT [43/185] [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.3.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.3.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.3.1-SNAPSHOT/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.3.1-SNAPSHOT/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.3.1-SNAPSHOT/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.3.1-SNAPSHOT/org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.3.1-SNAPSHOT/org.eclipse.kura.linux.clock-1.3.1-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.2.1-SNAPSHOT [44/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.2.1-SNAPSHOT/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.2.1-SNAPSHOT/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.2.1-SNAPSHOT/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.2.1-SNAPSHOT/org.eclipse.kura.linux.command-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.command/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.2.1-SNAPSHOT/org.eclipse.kura.linux.command-1.2.1-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.2.1-SNAPSHOT [45/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.linux.gpio-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.linux.gpio-1.2.1-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.2.1 [46/185] [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.2.1 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[125] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 36 problems (36 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.2.1.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] setting maven.deploy.skip=false [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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.2.1/org.eclipse.kura.linux.net-2.2.1.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.2.1/org.eclipse.kura.linux.net-2.2.1.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.2.1-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.2.1/org.eclipse.kura.linux.net-2.2.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.2.1/org.eclipse.kura.linux.net-2.2.1-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.2.1/org.eclipse.kura.linux.net-2.2.1-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.2.1-SNAPSHOT [47/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.2.1-SNAPSHOT/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.2.1-SNAPSHOT/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.2.1-SNAPSHOT/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.2.1-SNAPSHOT/org.eclipse.kura.linux.position-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.2.1-SNAPSHOT/org.eclipse.kura.linux.position-1.2.1-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.2.1-SNAPSHOT [48/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb-1.2.1-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.2.1-SNAPSHOT [49/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.2.1-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.2.1-SNAPSHOT [50/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.2.1-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.2.1-SNAPSHOT [51/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.2.1-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.2.1-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.2.1-SNAPSHOT [52/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.2.1-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.2.1-SNAPSHOT [53/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.2.1-SNAPSHOT/org.eclipse.kura.localization-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.2.1-SNAPSHOT/org.eclipse.kura.localization-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.2.1-SNAPSHOT/org.eclipse.kura.localization-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.2.1-SNAPSHOT/org.eclipse.kura.localization-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.2.1-SNAPSHOT/org.eclipse.kura.localization-1.2.1-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.2.1-SNAPSHOT [54/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.2.1-SNAPSHOT/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.2.1-SNAPSHOT/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.2.1-SNAPSHOT/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.2.1-SNAPSHOT/org.eclipse.kura.localization.resources-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.2.1-SNAPSHOT/org.eclipse.kura.localization.resources-1.2.1-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.2.2 [55/185] [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.2.2 [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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[110] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[150] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[154] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[182] this.currentNetworkConfiguration = this.netConfigService.getNetworkConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[240] BoardPowerState wifiState; ^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[242] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[244] wifiState = BoardPowerState.OFF; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[244] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[246] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[246] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[313] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[336] && !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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[560] logger.debug(this.netConfigService.getNetworkConfiguration().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[738] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[739] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[741] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[987] && !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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1058] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1091] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1094] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[38] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[39] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[100] private DnsServerService dnsServer; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[105] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[157] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[161] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[174] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[178] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[210] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[211] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[212] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[286] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[316] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[543] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[803] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1071] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1132] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1275] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1529] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1532] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1533] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/EthernetMonitorServiceImpl.java:[146] NetworkConfiguration netConfiguration = this.netConfigService.getNetworkConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/EthernetMonitorServiceImpl.java:[394] logger.debug(this.netConfigService.getNetworkConfiguration().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[31] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[106] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[106] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[68] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[111] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[29] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[82] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[94] this.networkConfiguration = this.netConfigService.getNetworkConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[137] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[185] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[188] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[193] 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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[211] this.networkConfiguration = this.netConfigService.getNetworkConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImpl.java:[395] String statusString = (String) this.netConfigService.getNetworkConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNetworkConfiguration() from the type NetworkConfigurationService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[61] private final String platform; ^^^^^^^^ The value of the field TelitModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[137] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[164] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[224] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[286] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[345] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[396] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[495] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[518] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[561] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[596] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[599] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[602] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[616] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No AT serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[622] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[639] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[642] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[645] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[677] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[685] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[710] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[778] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/hspa/HspaModem.java:[80] private final String platform; ^^^^^^^^ The value of the field HspaModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[27] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[422] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[422] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[83] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[83] 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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[290] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 114 problems (114 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.2.2-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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.2.2.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] setting maven.deploy.skip=false [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-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.2.2/org.eclipse.kura.net.admin-1.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.2.2/org.eclipse.kura.net.admin-1.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.2.2/org.eclipse.kura.net.admin-1.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.2.2/org.eclipse.kura.net.admin-1.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.net.admin/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.2.2/org.eclipse.kura.net.admin-1.2.2-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.2.1-SNAPSHOT [56/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.protocol.modbus:2.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.2.1-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.2.1-SNAPSHOT [57/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.2.1-SNAPSHOT/org.eclipse.kura.stress-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.2.1-SNAPSHOT/org.eclipse.kura.stress-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.2.1-SNAPSHOT/org.eclipse.kura.stress-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.2.1-SNAPSHOT/org.eclipse.kura.stress-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.stress/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.2.1-SNAPSHOT/org.eclipse.kura.stress-1.2.1-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.2.1-SNAPSHOT [58/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.2.1-SNAPSHOT/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.2.1-SNAPSHOT/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.2.1-SNAPSHOT/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.2.1-SNAPSHOT/org.eclipse.kura.wire.camel-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.2.1-SNAPSHOT/org.eclipse.kura.wire.camel-1.2.1-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.2.1-SNAPSHOT [59/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.2.1-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.db.component.provider >---- [INFO] Building org.eclipse.kura.wire.db.component.provider 1.0.1-SNAPSHOT [60/185] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.db.component.provider --- [INFO] The project's OSGi version is 1.0.1.202305122058 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.db.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.db.component.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.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-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/main/java/org/eclipse/kura/internal/wire/db/store/DbWireRecordStore.java:[104] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/main/java/org/eclipse/kura/internal/wire/db/filter/DbWireRecordFilter.java:[118] (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-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/main/resources does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/test/java does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.db.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.db.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.db.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.db.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider/1.0.1-SNAPSHOT/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider/1.0.1-SNAPSHOT/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider/1.0.1-SNAPSHOT/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider/1.0.1-SNAPSHOT/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.db.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider/1.0.1-SNAPSHOT/org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.db.component.provider --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider >--- [INFO] Building org.eclipse.kura.wire.h2db.component.provider 2.2.1-SNAPSHOT [61/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.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-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/filter/H2DbWireRecordFilter.java:[130] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/store/H2DbWireRecordStore.java:[151] (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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.2.1-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.2.1-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.2.1-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.2.1-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.2.1-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.2.1-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.2.1-SNAPSHOT [62/185] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0: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.2.1.202305122058 [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-dependency-plugin:3.0.0:copy (default) @ org.eclipse.kura.wire.component.provider --- [INFO] Configured Artifact: org.quartz-scheduler:quartz:2.3.2:jar [INFO] Copying quartz-2.3.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/lib/quartz.jar [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.2.1-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.2.1-SNAPSHOT [63/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.2.1-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.2.1 [64/185] [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.2.1 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.2.1.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] setting maven.deploy.skip=false [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-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.2.1/org.eclipse.kura.wire.provider-1.2.1.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.2.1/org.eclipse.kura.wire.provider-1.2.1.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.2.1-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.2.1/org.eclipse.kura.wire.provider-1.2.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.2.1/org.eclipse.kura.wire.provider-1.2.1-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.2.1/org.eclipse.kura.wire.provider-1.2.1-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.2.1-SNAPSHOT [65/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.2.1-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.2.1-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.2.1-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.2.1-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.2.1-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.2.1-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.2.1-SNAPSHOT [66/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.2.1-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.2.1-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.2.1-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.2.1-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.2.1-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.2.1-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.2.1-SNAPSHOT [67/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/main/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/keystore/KeystoreEntryInfoMapper.java:[33] JsonObject json = new JsonParser().parse(jsonString).getAsJsonObject(); ^^^^^^^^^^^^ The constructor JsonParser() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/main/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/keystore/KeystoreEntryInfoMapper.java:[33] JsonObject json = new JsonParser().parse(jsonString).getAsJsonObject(); ^^^^^^^^^^^^^^^^^ The method parse(String) from the type JsonParser is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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") 3 problems (3 warnings) [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.1-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.2.1-SNAPSHOT [68/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/.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-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.2.1-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.2.1-SNAPSHOT [69/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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") 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.2.1-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.2.1-SNAPSHOT [70/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.2.1-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.2.1-SNAPSHOT [71/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.2.1-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.2.1-SNAPSHOT [72/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.2.1-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.1-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.2.1-SNAPSHOT [73/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.2.1-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.2.1-SNAPSHOT [74/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.2.1-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.2.1-SNAPSHOT [75/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.2.1-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.2.1-SNAPSHOT [76/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.2.1-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.2.1-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.2.1-SNAPSHOT [77/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.2.1-SNAPSHOT/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.2.1-SNAPSHOT/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.2.1-SNAPSHOT/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.2.1-SNAPSHOT/org.eclipse.kura.http.server.manager-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.2.1-SNAPSHOT/org.eclipse.kura.http.server.manager-1.2.1-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.2.1-SNAPSHOT [78/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.2.1-SNAPSHOT/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.2.1-SNAPSHOT/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.2.1-SNAPSHOT/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.2.1-SNAPSHOT/org.eclipse.kura.useradmin.store-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.2.1-SNAPSHOT/org.eclipse.kura.useradmin.store-1.2.1-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.2.1-SNAPSHOT [79/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.2.1-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.2.1-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.2.1-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.2.1-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.2.1-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.2.1-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.2.1-SNAPSHOT [80/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.2.1-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-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.2.1-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.1.1-SNAPSHOT [81/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.1.1-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.1.1-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.1.1-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.1.1-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.1.1-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.1.1-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.1.1-SNAPSHOT [82/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.1.1-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.1.1-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.1.1-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.1.1-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.1.1-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.1.1-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.1.1-SNAPSHOT [83/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.1.1-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.1.1-SNAPSHOT [84/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.1.1-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.1.1-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.1.1-SNAPSHOT [85/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.1.1-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.1.1.202305122058 [INFO] Added: org.eclipse.kura.container.orchestration.provider:1.1.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider_1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider_1.1.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.1.1-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.1.1-SNAPSHOT [86/185] [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.1.1.202305122058 [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] --- os-maven-plugin:1.7.0:detect (default) @ org.eclipse.kura.ai.triton.server --- [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 5.17 [INFO] os.detected.version.major: 5 [INFO] os.detected.version.minor: 17 [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] --- 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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/.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-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 101. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 103. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 105. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 107. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 109. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 111. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 113. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 115. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 118. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 120. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 121. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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 126. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 128. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 131. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 132. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 134. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 137. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 138. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 141. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 143. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 145. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 147. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 149. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 151. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 153. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 155. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 157. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 159. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 161. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 163. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 164. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 168. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 170. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 172. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 175. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 177. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 179. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 180. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 184. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 186. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 187. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 188. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 189. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 190. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 191. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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 193. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 194. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 195. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 196. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-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.1.1-SNAPSHOT [87/185] [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.1.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-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.1.1-SNAPSHOT [88/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.1.1-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.1.1.202305122058 [INFO] Added: org.eclipse.kura.container.provider:1.1.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider_1.1.1-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-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider_1.1.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider-1.1.1-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:org.eclipse.kura.event.publisher >---------- [INFO] Building org.eclipse.kura.event.publisher 1.0.1-SNAPSHOT [89/185] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.event.publisher --- [INFO] The project's OSGi version is 1.0.1.202305122058 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.event.publisher --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.event.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.event.publisher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/.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-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.event.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.event.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.event.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.event.publisher --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.event.publisher --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.event.publisher/1.0.1-SNAPSHOT/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.event.publisher/1.0.1-SNAPSHOT/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.event.publisher/1.0.1-SNAPSHOT/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.event.publisher/1.0.1-SNAPSHOT/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.event.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.event.publisher/1.0.1-SNAPSHOT/org.eclipse.kura.event.publisher-1.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.event.publisher --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.configuration.change.manager >--- [INFO] Building org.eclipse.kura.configuration.change.manager 1.0.1-SNAPSHOT [90/185] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.configuration.change.manager --- [INFO] The project's OSGi version is 1.0.1.202305122058 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.configuration.change.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.configuration.change.manager --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/.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-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.configuration.change.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.configuration.change.manager --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.configuration.change.manager --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.configuration.change.manager --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.configuration.change.manager --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.configuration.change.manager/1.0.1-SNAPSHOT/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.configuration.change.manager/1.0.1-SNAPSHOT/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.configuration.change.manager/1.0.1-SNAPSHOT/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.configuration.change.manager/1.0.1-SNAPSHOT/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.configuration.change.manager/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.configuration.change.manager/1.0.1-SNAPSHOT/org.eclipse.kura.configuration.change.manager-1.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.configuration.change.manager --- [INFO] [INFO] -----------------< org.eclipse.kura.feature:features >------------------ [INFO] Building features 5.2.2 [91/185] [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-2-0-release-candidate/kura/features/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/features/5.2.2/features-5.2.2.pom [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.api.feature >-------- [INFO] Building org.eclipse.kura.api.feature 5.2.2 [92/185] [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-2-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.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.2.2-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.2.2/org.eclipse.kura.api.feature-5.2.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.2.2 [93/185] [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-2-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.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.2.2-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.2.2/org.eclipse.kura.camel.feature-5.2.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.2.2 [94/185] [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.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-5.2.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-2-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.2.2/org.eclipse.kura.runtime.feature-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.2.2/org.eclipse.kura.runtime.feature-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.2.2/org.eclipse.kura.runtime.feature-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.2.2/org.eclipse.kura.runtime.feature-5.2.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.2.1-SNAPSHOT [95/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.opcua.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.2.1-SNAPSHOT/org.eclipse.kura.driver.opcua-1.2.1-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.2.1-SNAPSHOT [96/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.s7plc.provider:1.2.1.202305122058 [INFO] Added: org.moka7:1.2.0 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.2.1-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.2.1-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.2.1-SNAPSHOT [97/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.ble.sensortag.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.2.1-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.2.1-SNAPSHOT [98/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.2.1-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.2.1-SNAPSHOT [99/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.eddystone.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.2.1-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.2.1-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.2.1-SNAPSHOT [100/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.ibeacon.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.2.1-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.2.1-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.2.1-SNAPSHOT [101/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.wire.script.filter.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.2.1-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.2.1-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.2.1-SNAPSHOT [102/185] [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.2.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.2.1-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.2.1.202305122058 [INFO] Added: org.eclipse.kura.driver.gpio.provider:1.2.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.2.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.driver.gpio-1.2.1-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.1.1-SNAPSHOT [103/185] [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.1.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-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.1.1.202305122058 [INFO] Added: org.eclipse.kura.wire.ai.component.provider:1.1.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider_1.1.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider_1.1.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.1.1-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.1.1-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.1.1-SNAPSHOT [104/185] [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.1.1.202305122058 [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-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-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.1.1.202305122058 [INFO] Added: org.eclipse.kura.ai.triton.server:1.1.1.202305122058 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server_1.1.1-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-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server_1.1.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.1.1-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.1.1-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.2.2 [105/185] [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-2-0-release-candidate/kura/emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/emulator/5.2.2/emulator-5.2.2.pom [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.emulator >------------- [INFO] Building org.eclipse.kura.emulator 1.2.1-SNAPSHOT [106/185] [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.2.1.202305122058 [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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.2.1-SNAPSHOT/org.eclipse.kura.emulator-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.2.1-SNAPSHOT/org.eclipse.kura.emulator-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.2.1-SNAPSHOT/org.eclipse.kura.emulator-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.2.1-SNAPSHOT/org.eclipse.kura.emulator-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.2.1-SNAPSHOT/org.eclipse.kura.emulator-1.2.1-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.2.1-SNAPSHOT [107/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.2.1-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.2.1-SNAPSHOT [108/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.clock-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.clock-1.2.1-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.2.1-SNAPSHOT [109/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.net-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.net-1.2.1-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.2.1-SNAPSHOT [110/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.position-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.position-1.2.1-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.2.1-SNAPSHOT [111/185] [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.2.1.202305122058 [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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.usb-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.usb-1.2.1-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.2.1-SNAPSHOT [112/185] [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.2.1.202305122058 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.2.1-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-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.2.1-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.2.1-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.2.2 [113/185] [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.2.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-2-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-2-0-release-candidate/kura/org.eclipse.kura-p2/target/org.eclipse.kura-5.2.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-2-0-release-candidate/kura/org.eclipse.kura-p2/target/org.eclipse.kura-5.2.2.zip to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.2.2/org.eclipse.kura-5.2.2.zip [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.2.2/org.eclipse.kura-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura-p2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.2.2/org.eclipse.kura-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura-p2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.2.2/org.eclipse.kura-5.2.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.2.2 [114/185] [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-2-0-release-candidate/kura/test-util/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/test-util/5.2.2/test-util-5.2.2.pom [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.util.wire.test >---------- [INFO] Building org.eclipse.kura.util.wire.test 5.2.2 [115/185] [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.2.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-2-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-2-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-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.2.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-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.2.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-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.2.2/org.eclipse.kura.util.wire.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.2.2/org.eclipse.kura.util.wire.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.2.2/org.eclipse.kura.util.wire.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.2.2/org.eclipse.kura.util.wire.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.2.2/org.eclipse.kura.util.wire.test-5.2.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.2.2 [116/185] [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-2-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-2-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-2-0-release-candidate/kura/test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/test/5.2.2/test-5.2.2.pom [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.test >--------------- [INFO] Building org.eclipse.kura.test 5.2.2 [117/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.2.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 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.2.2/org.eclipse.kura.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.2.2/org.eclipse.kura.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.2.2/org.eclipse.kura.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.2.2/org.eclipse.kura.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.2.2/org.eclipse.kura.test-5.2.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.2.2 [118/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/surefire.properties] !SESSION 2023-05-12 20:59:55.336 ----------------------------------------------- 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 2023-05-12 20:59:55.697 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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) 2023-05-12T20:59:57,941 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T20:59:58,257 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T20:59:58,267 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-456100 2023-05-12T20:59:58,334 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T20:59:58,334 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T20:59:58,334 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T20:59:58,334 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T20:59:58,334 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/tmp 2023-05-12T20:59:58,335 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T20:59:58,338 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T20:59:58,368 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T20:59:58,424 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T20:59:58,425 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T20:59:58,535 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T20:59:58,536 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T20:59:58,563 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T20:59:58,853 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T20:59:58,863 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T20:59:58,864 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T20:59:58,899 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,899 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,900 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T20:59:58,902 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T20:59:58,902 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T20:59:58,903 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,903 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T20:59:58,903 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,904 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T20:59:58,905 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T20:59:58,905 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T20:59:58,905 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T20:59:58,906 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:58,906 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,906 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T20:59:58,907 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T20:59:58,908 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T20:59:58,908 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T20:59:58,908 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T20:59:58,909 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:58,909 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:58,909 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:58,910 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T20:59:58,910 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T20:59:58,910 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:58,914 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T20:59:58,914 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T20:59:58,915 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T20:59:58,915 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T20:59:58,915 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T20:59:58,916 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T20:59:58,932 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T20:59:58,932 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T20:59:58,943 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T20:59:58,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T20:59:58,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T20:59:58,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T20:59:59,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T20:59:59,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:59,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:59,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T20:59:59,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T20:59:59,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T20:59:59,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T20:59:59,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T20:59:59,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T20:59:59,025 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T20:59:59,026 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T20:59:59,028 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T20:59:59,028 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T20:59:59,028 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T20:59:59,028 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T20:59:59,029 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T20:59:59,030 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T20:59:59,030 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T20:59:59,030 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:59,031 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:59,037 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T20:59:59,037 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T20:59:59,038 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T20:59:59,051 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T20:59:59,051 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T20:59:59,052 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T20:59:59,053 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T20:59:59,056 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T20:59:59,056 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T20:59:59,057 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T20:59:59,061 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T20:59:59,061 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T20:59:59,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T20:59:59,062 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T20:59:59,064 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T20:59:59,065 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T20:59:59,069 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T20:59:59,069 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T20:59:59,070 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T20:59:59,122 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T20:59:59,123 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T20:59:59,123 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T20:59:59,123 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T20:59:59,123 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T20:59:59,123 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T20:59:59,126 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T20:59:59,126 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T20:59:59,127 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T20:59:59,131 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T20:59:59,172 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.asset and pid testAsset 2023-05-12T20:59:59,172 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T20:59:59,172 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T20:59:59,173 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T20:59:59,173 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.asset testAsset 2023-05-12T20:59:59,174 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T20:59:59,174 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,174 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T20:59:59,174 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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 2023-05-12T20:59:59,175 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,175 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T20:59:59,176 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T20:59:59,177 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,177 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T20:59:59,177 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T20:59:59,178 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T20:59:59,234 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_1683925199224.xml... 2023-05-12T20:59:59,241 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_1683925199224.xml... Done. 2023-05-12T20:59:59,242 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T20:59:59,242 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,242 [Start Level: Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T20:59:59,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T20:59:59,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T20:59:59,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T20:59:59,322 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T20:59:59,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T20:59:59,324 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T20:59:59,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T20:59:59,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T20:59:59,355 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.asset.provider.test.AssetTest 2023-05-12T20:59:59,364 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T20:59:59,376 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T20:59:59,376 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T20:59:59,422 [main] INFO o.e.k.a.p.t.AssetTest - Setting Up The Testcase.... 2023-05-12T20:59:59,424 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T20:59:59,424 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T20:59:59,426 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T20:59:59,428 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T20:59:59,428 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T20:59:59,428 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T20:59:59,428 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T20:59:59,434 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T20:59:59,434 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T20:59:59,434 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T20:59:59,434 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T20:59:59,434 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T20:59:59,435 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T20:59:59,435 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T20:59:59,435 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T20:59:59,436 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T20:59:59,436 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T20:59:59,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T20:59:59,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T20:59:59,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T20:59:59,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T20:59:59,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T20:59:59,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T20:59:59,604 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T20:59:59,612 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T20:59:59,614 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T20:59:59,614 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T20:59:59,614 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T20:59:59,614 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T20:59:59,648 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T20:59:59,648 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T20:59:59,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T20:59:59,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T20:59:59,651 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T20:59:59,651 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T20:59:59,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T20:59:59,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T20:59:59,658 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T20:59:59,660 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,664 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 4 ms 2023-05-12T20:59:59,665 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,666 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T20:59:59,668 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,668 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T20:59:59,668 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T20:59:59,668 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,669 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T20:59:59,669 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,670 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,670 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,671 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,671 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,676 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,676 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T20:59:59,676 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,676 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,676 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,676 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,677 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,677 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T20:59:59,677 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T20:59:59,677 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,677 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T20:59:59,678 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T20:59:59,678 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,678 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,678 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,678 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,678 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T20:59:59,678 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,678 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,679 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,679 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,679 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,679 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,680 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,680 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,680 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,681 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T20:59:59,681 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,681 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,681 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,681 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,682 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,683 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,688 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,688 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,689 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,689 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,689 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,689 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,692 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,692 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,692 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,693 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,693 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,693 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,715 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,716 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T20:59:59,716 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,716 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,716 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,717 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T20:59:59,718 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,718 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,718 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,719 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,719 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,719 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,727 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,727 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,728 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,728 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,728 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,728 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,729 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,729 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,730 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,730 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,730 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,730 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,731 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,731 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,731 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,732 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,732 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,732 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,733 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,733 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,733 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,734 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,737 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,737 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,738 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,738 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,738 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,739 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,739 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,739 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,741 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,741 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,741 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,741 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,741 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,742 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T20:59:59,743 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,743 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,744 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,744 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,744 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,745 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,745 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,745 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,747 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,747 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,748 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,748 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,748 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,748 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,750 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,751 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T20:59:59,751 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,751 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,751 [pool-17-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/0x00000000ecc44420.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$82/0x00000000eca9a0b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x000000001018ffa0.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) 2023-05-12T20:59:59,751 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,752 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,753 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,753 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,753 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,753 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,753 [pool-17-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/0x00000000ecc44420.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$82/0x00000000eca9a0b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x000000001018ffa0.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) 2023-05-12T20:59:59,754 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,754 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,755 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,755 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,755 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,755 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,755 [pool-17-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/0x00000000ecc44420.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$82/0x00000000eca9a0b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x000000001018ffa0.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) 2023-05-12T20:59:59,756 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,756 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,757 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,757 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,757 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,757 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,757 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,757 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,758 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,758 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,758 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,758 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,758 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,759 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,759 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,759 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,759 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,760 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,760 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,760 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,761 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,761 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,761 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,762 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,762 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,762 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T20:59:59,763 [pool-17-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$103/0x00000000ecc43f50.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x000000001018ffa0.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) 2023-05-12T20:59:59,764 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T20:59:59,764 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T20:59:59,764 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,764 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T20:59:59,765 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T20:59:59,765 [pool-17-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.405 s - in org.eclipse.kura.asset.provider.test.AssetTest testListenerAttachOnDisabledChannel(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.25 s testCompleteConfigWithDefaults(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.005 s testAttachListenerWhitoutDriver(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.008 s testWrite(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testRead(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.023 s testShouldNotReattachSameListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testGetConfiguration(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.009 s testReadChannelNotReadable(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 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.002 s testBasicProperties(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testUnlisten(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testListenerAttachOnDriverChange(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testReadAllChannels(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 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.004 s testEnableDisableChannelWithListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.008 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 2023-05-12T20:59:59,862 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T20:59:59,862 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@8efa6b50 2023-05-12T20:59:59,865 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T20:59:59,865 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T20:59:59,866 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T20:59:59,866 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T20:59:59,866 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T20:59:59,867 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T20:59:59,867 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T20:59:59,869 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T20:59:59,869 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T20:59:59,869 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T20:59:59,871 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,873 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T20:59:59,874 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,874 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T20:59:59,874 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T20:59:59,876 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T20:59:59,876 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T20:59:59,876 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T20:59:59,876 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T20:59:59,876 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T20:59:59,877 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T20:59:59,879 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T20:59:59,879 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T20:59:59,880 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T20:59:59,881 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T20:59:59,881 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T20:59:59,881 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T20:59:59,881 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T20:59:59,882 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T20:59:59,882 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T20:59:59,883 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T20:59:59,885 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T20:59:59,886 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T20:59:59,887 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T20:59:59,914 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T20:59:59,915 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T20:59:59,915 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:00,035 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:00:00,074 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:00,074 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:00,074 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:00,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:00,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:00:00,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:00:00,915 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:00,919 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:00,921 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:00,923 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:00,924 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:00,934 [Framework stop - Equinox Container: 7bb84220-ce45-49bb-9f0d-08e8e8fafaeb] 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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.2.2/org.eclipse.kura.asset.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.2.2/org.eclipse.kura.asset.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.2.2/org.eclipse.kura.asset.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.2.2/org.eclipse.kura.asset.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.2.2/org.eclipse.kura.asset.provider.test-5.2.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.2.2 [119/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.311 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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/surefire.properties] 2023-05-12T21:00:07,278 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:07,598 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:00:07,623 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-637572 2023-05-12T21:00:07,679 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:00:07,679 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:00:07,679 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:00:07,679 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:00:07,679 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/tmp 2023-05-12T21:00:07,680 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:00:07,682 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:07,716 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:00:07,772 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:00:07,773 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:00:07,897 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:00:07,897 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:07,937 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:00:08,022 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:00:08,031 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:00:08,031 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:08,056 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,057 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,057 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:08,060 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:08,060 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:08,061 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,061 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:08,061 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,061 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:08,062 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:08,062 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:08,062 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:08,063 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,063 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,063 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,064 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:08,064 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:08,064 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,064 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:08,064 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:08,065 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:08,065 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:08,066 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:08,066 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:08,066 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,066 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,067 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,067 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:08,068 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:08,068 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,070 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:08,071 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:08,071 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:08,071 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:08,072 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:08,072 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:08,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:00:08,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:00:08,104 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:08,125 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:00:08,126 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:08,127 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:08,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:00:08,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:00:08,164 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:00:08,164 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:08,165 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:08,165 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:00:08,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:00:08,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:08,166 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:00:08,167 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:08,169 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:08,169 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:00:08,169 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:00:08,169 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,170 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:00:08,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:08,171 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:08,174 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:00:08,175 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:08,175 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:08,215 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:00:08,215 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:00:08,216 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:08,217 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:08,220 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:00:08,220 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:08,221 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:08,225 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:00:08,225 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:08,226 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:08,229 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:00:08,230 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:08,235 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:00:08,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:00:08,235 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:08,236 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:08,251 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:00:08,251 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:00:08,251 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:00:08,252 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:00:08,252 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:00:08,252 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:00:08,254 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:00:08,254 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:08,255 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:08,258 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:00:08,260 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:00:08,261 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,261 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:00:08,261 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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 2023-05-12T21:00:08,261 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,261 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:08,262 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:08,263 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,263 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:08,263 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:08,264 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:08,331 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_1683925208320.xml... 2023-05-12T21:00:08,339 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_1683925208320.xml... Done. 2023-05-12T21:00:08,339 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:08,339 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,339 [Start Level: Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:00:08,341 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:00:08,341 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:00:08,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:08,370 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:00:08,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:08,373 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:08,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:08,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:08,446 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2023-05-12T21:00:08,457 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:00:08,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:00:08,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:00:08,468 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:08,468 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:08,469 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:08,469 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:08,470 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:08,472 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,474 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:08,475 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,475 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:08,475 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:08,475 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:00:08,476 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:00:08,478 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:00:08,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:08,479 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:08,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:08,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:08,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:08,480 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:08,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:08,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:08,481 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:00:08,482 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:08,482 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:08,482 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:08,482 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:08,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:08,514 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:00:08,516 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:08,516 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:00:08,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:00:08,517 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:00:08,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:08,517 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:00:08,518 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:08,518 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:08,519 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:08,519 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:08,519 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:00:08,519 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:08,522 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:00:08,524 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:00:08,524 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:00:08,524 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:00:08,525 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:00:08,528 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:08,528 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:00:08,528 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:09,529 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:09,532 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:09,534 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:09,536 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:09,540 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:09,550 [Framework stop - Equinox Container: 0c204ab5-9a64-4e88-802d-652e32ffe8f3] 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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.helper.provider' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.2.2/org.eclipse.kura.asset.helper.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.2.2/org.eclipse.kura.asset.helper.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.2.2/org.eclipse.kura.asset.helper.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.2.2/org.eclipse.kura.asset.helper.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.2.2/org.eclipse.kura.asset.helper.provider.test-5.2.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.2.2 [120/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/requesthandler/RestTransport.java:[111] IOUtils.write(requestBody, connection.getOutputStream()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method write(String, OutputStream) from the type IOUtils is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 7 problems (7 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.2.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 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.2.2/org.eclipse.kura.core.testutil-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.2.2/org.eclipse.kura.core.testutil-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.2.2/org.eclipse.kura.core.testutil-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.2.2/org.eclipse.kura.core.testutil-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.2.2/org.eclipse.kura.core.testutil-5.2.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.2.2 [121/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudServiceTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudServiceTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.component.ConfigurationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.kura.camel.component.ConfigurationTest [INFO] Running org.eclipse.kura.camel.bean.PayloadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.camel.bean.PayloadFactoryTest [INFO] Running org.eclipse.kura.camel.camelcloud.DefaultCamelCloudServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s - in org.eclipse.kura.camel.camelcloud.DefaultCamelCloudServiceTest [INFO] Running org.eclipse.kura.camel.cloud.KuraCloudProducerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 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.077 s - in org.eclipse.kura.camel.cloud.KuraCloudComponentTest [INFO] Running org.eclipse.kura.camel.internal.utils.KuraServiceFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.186 s - in org.eclipse.kura.camel.internal.camelcloud.CamelCloudClientTest [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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/surefire.properties] 2023-05-12T21:00:19,063 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.a.c.i.o.Activator - Camel activator starting 2023-05-12T21:00:19,071 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.a.c.i.o.Activator - Camel activator started 2023-05-12T21:00:19,481 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:19,802 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:00:19,824 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-898558 2023-05-12T21:00:19,886 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots 2023-05-12T21:00:19,887 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/tmp 2023-05-12T21:00:19,888 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:00:19,890 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:19,925 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:00:19,981 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:00:19,983 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:00:20,099 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:00:20,099 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:20,129 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:00:20,214 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:00:20,222 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:00:20,222 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:20,250 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,251 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,251 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:20,253 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:20,253 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:20,254 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,254 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:20,254 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,254 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:20,255 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:20,255 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:20,256 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:20,256 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:20,256 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,257 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:20,257 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:20,257 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:20,257 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:20,258 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:20,258 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:20,258 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:20,258 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:20,259 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:20,259 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:20,259 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:20,259 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,259 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:20,260 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:20,260 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:20,260 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:20,263 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:20,263 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:20,263 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:20,264 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:20,264 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:20,264 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:20,301 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:00:20,301 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:00:20,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:20,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:00:20,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:20,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:20,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:00:20,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:20,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:20,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:00:20,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:00:20,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:20,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:00:20,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:20,373 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:20,373 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:00:20,373 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:20,376 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:20,376 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:00:20,376 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:00:20,376 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:20,377 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:20,377 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:00:20,377 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:00:20,378 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:20,378 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:20,417 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:00:20,417 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:20,418 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:20,433 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:00:20,433 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:00:20,433 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:00:20,433 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:20,434 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:20,437 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:00:20,437 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:20,438 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:20,443 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:00:20,443 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:20,444 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:20,447 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:00:20,448 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:20,451 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:00:20,452 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:20,453 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:20,470 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:00:20,471 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:00:20,471 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:00:20,471 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:00:20,471 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:00:20,471 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:00:20,474 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:00:20,474 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:20,475 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:20,480 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:00:20,516 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:00:20,516 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:20,517 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:00:20,517 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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 2023-05-12T21:00:20,517 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:20,517 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:20,518 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:20,519 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:20,519 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:20,519 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:20,520 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:20,548 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_1683925220537.xml... 2023-05-12T21:00:20,555 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_1683925220537.xml... Done. 2023-05-12T21:00:20,555 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:20,555 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:20,555 [Start Level: Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:00:20,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:00:20,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:00:20,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:20,631 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:00:20,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:20,636 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:20,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:20,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:20,666 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.camel.runner.ScriptRunnerTest 2023-05-12T21:00:20,676 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:00:20,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:00:20,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:00:20,727 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:00:20,728 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:00:20,730 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:00:20,733 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:20,733 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:20,733 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:20,733 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:20,739 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:00:20,739 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:00:20,739 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:00:20,740 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:00:20,740 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:00:20,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:20,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:20,741 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:20,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:20,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:20,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:00:20,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:20,753 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:00:20,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:00:20,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:00:20,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:00:20,938 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:00:20,940 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:00:20,941 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:00:20,941 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:00:20,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:00:20,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:00:20,942 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:00:20,960 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:00:20,960 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:00:21,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:00:21,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:00:21,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:00:21,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:00:21,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:00:21,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:00:21,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:00:21,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:00:21,028 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:00:21,029 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:00:21,030 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:00:21,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:21,030 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:00:21,421 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in org.eclipse.kura.camel.runner.ScriptRunnerTest testScript1(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.624 s testScript2(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.022 s Running org.eclipse.kura.camel.DependencyRunnerTest Ready: {} Not ready Ready: {bar=java.lang.Object@b5a71847, foo=java.lang.Object@a6dc9b44} Not ready Ready: {bar=java.lang.Object@b5a71847, foo=java.lang.Object@a6dc9b44} 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.002 s testSimple1(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0.001 s testSimple2(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0 s Running org.eclipse.kura.camel.type.TypeConverterTest 2023-05-12T21:00:21,455 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:21,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:21,461 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:21,586 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is starting 2023-05-12T21:00:21,587 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:21,745 [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 2023-05-12T21:00:21,753 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:21,754 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) started in 0.169 seconds 2023-05-12T21:00:21,755 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:21,756 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:21,756 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:21,757 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutting down 2023-05-12T21:00:21,762 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) uptime 0.177 seconds 2023-05-12T21:00:21,762 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutdown in 0.005 seconds 2023-05-12T21:00:21,763 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:21,763 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:21,763 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is starting 2023-05-12T21:00:21,764 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:21,801 [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 2023-05-12T21:00:21,817 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:21,817 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) started in 0.054 seconds 2023-05-12T21:00:21,817 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:21,819 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:21,819 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:21,819 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutting down 2023-05-12T21:00:21,821 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) uptime 0.057 seconds 2023-05-12T21:00:21,821 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutdown in 0.002 seconds 2023-05-12T21:00:21,821 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:21,821 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:21,822 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is starting 2023-05-12T21:00:21,822 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:21,865 [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 2023-05-12T21:00:21,873 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:21,873 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) started in 0.051 seconds 2023-05-12T21:00:21,873 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:21,873 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:21,874 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:21,874 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is shutting down 2023-05-12T21:00:21,875 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) uptime 0.052 seconds 2023-05-12T21:00:21,875 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is shutdown in 0.001 seconds Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.eclipse.kura.camel.type.TypeConverterTest testFromMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.309 s testRecordsToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.058 s testRecordToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.054 s Running org.eclipse.kura.camel.component.PayloadTest 2023-05-12T21:00:21,888 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:21,888 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:21,888 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is starting 2023-05-12T21:00:21,888 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:21,944 [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 2023-05-12T21:00:21,952 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:21,952 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) started in 0.064 seconds 2023-05-12T21:00:21,952 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:21,967 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:22,441 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:22,441 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:22,449 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:22,622 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: route1 started and consuming from: direct://start 2023-05-12T21:00:22,665 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-string is satisfied 2023-05-12T21:00:22,665 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-int is satisfied 2023-05-12T21:00:22,665 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-boolean is satisfied 2023-05-12T21:00:22,665 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:22,665 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:22,665 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is shutting down 2023-05-12T21:00:22,666 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:22,668 [Camel (camel-4) thread #1 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: route1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:22,668 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:22,670 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) uptime 0.782 seconds 2023-05-12T21:00:22,670 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is shutdown in 0.005 seconds Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in org.eclipse.kura.camel.component.PayloadTest test1(org.eclipse.kura.camel.component.PayloadTest) Time elapsed: 0.782 s Running org.eclipse.kura.camel.component.RouterTest 2023-05-12T21:00:22,677 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:22,677 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:22,678 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is starting 2023-05-12T21:00:22,678 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:22,698 [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 2023-05-12T21:00:22,707 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:22,707 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) started in 0.029 seconds 2023-05-12T21:00:22,707 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:22,707 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:22,846 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:22,847 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:22,955 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:22,955 [Camel (camel-5) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:22,955 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:22,955 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-12T21:00:22,956 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-12T21:00:22,964 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test2 started and consuming from: direct://start2 2023-05-12T21:00:22,964 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:22,964 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:22,965 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutting down 2023-05-12T21:00:22,965 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:22,965 [Camel (camel-5) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test2 shutdown complete, was consuming from: direct://start2 2023-05-12T21:00:22,965 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:22,966 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) uptime 0.288 seconds 2023-05-12T21:00:22,966 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutdown in 0.001 seconds 2023-05-12T21:00:22,967 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:22,967 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:22,967 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is starting 2023-05-12T21:00:22,967 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:22,987 [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 2023-05-12T21:00:22,994 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:22,994 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) started in 0.027 seconds 2023-05-12T21:00:22,994 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:22,994 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,130 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:23,131 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,227 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:23,228 [Camel (camel-6) thread #3 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:23,228 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:23,228 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-12T21:00:23,229 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-12T21:00:23,240 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:23,241 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:23,241 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:23,241 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutting down 2023-05-12T21:00:23,241 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:23,241 [Camel (camel-6) thread #3 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:23,241 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:23,243 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) uptime 0.276 seconds 2023-05-12T21:00:23,243 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutdown in 0.002 seconds 2023-05-12T21:00:23,243 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:23,243 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:23,244 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is starting 2023-05-12T21:00:23,244 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:23,282 [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 2023-05-12T21:00:23,305 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:23,306 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) started in 0.062 seconds 2023-05-12T21:00:23,306 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,306 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,306 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:23,306 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:23,306 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutting down 2023-05-12T21:00:23,307 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) uptime 0.063 seconds 2023-05-12T21:00:23,307 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutdown in 0.001 seconds 2023-05-12T21:00:23,308 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:23,308 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:23,309 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is starting 2023-05-12T21:00:23,309 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:23,331 [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 2023-05-12T21:00:23,339 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:23,339 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) started in 0.030 seconds 2023-05-12T21:00:23,339 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,339 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,479 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:23,479 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:23,479 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:23,479 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutting down 2023-05-12T21:00:23,480 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:23,481 [Camel (camel-8) thread #4 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:23,481 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:23,485 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) uptime 0.175 seconds 2023-05-12T21:00:23,485 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutdown in 0.006 seconds 2023-05-12T21:00:23,485 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-12T21:00:23,486 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-12T21:00:23,487 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is starting 2023-05-12T21:00:23,487 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-12T21:00:23,526 [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 2023-05-12T21:00:23,532 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-12T21:00:23,532 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) started in 0.045 seconds 2023-05-12T21:00:23,532 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,533 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,645 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:23,646 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-12T21:00:23,740 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:23,741 [Camel (camel-9) thread #5 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:23,741 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:23,741 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-12T21:00:23,742 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-12T21:00:23,753 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-12T21:00:23,753 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-12T21:00:23,753 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-12T21:00:23,753 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is shutting down 2023-05-12T21:00:23,754 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-12T21:00:23,754 [Camel (camel-9) thread #5 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-12T21:00:23,754 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-12T21:00:23,756 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) uptime 0.269 seconds 2023-05-12T21:00:23,756 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is shutdown in 0.003 seconds Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.kura.camel.component.RouterTest testLoadXmlUpdateOther(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.29 s testLoadXmlUpdateSame(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.276 s testLoadNothing(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.065 s testLoadXmlOnce(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.177 s testLoadXmlTwice(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.271 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:00:23,778 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:23,779 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:23,779 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:23,779 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:23,780 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:23,780 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:23,781 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:23,783 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:23,784 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:00:23,784 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:00:23,785 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:23,788 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:23,788 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:23,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:23,788 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:23,788 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:23,789 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:23,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:23,789 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:23,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:00:23,790 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:23,791 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:23,791 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:23,814 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:23,815 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:00:23,815 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:00:23,818 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:23,819 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:00:23,820 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:00:23,821 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:23,821 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:00:23,822 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:00:23,822 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:23,824 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:23,825 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:23,827 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:00:23,827 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:00:23,829 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:00:23,831 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:23,832 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:00:23,832 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:24,015 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:00:24,833 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:24,836 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:24,837 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:24,840 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:24,841 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:24,853 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-12T21:00:25,395 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] INFO o.a.c.i.o.Activator - Camel activator stopping 2023-05-12T21:00:25,395 [Framework stop - Equinox Container: c49d74cf-49c6-440a-bd99-a2c5ff0e99a5] 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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.2.2/org.eclipse.kura.camel.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.2.2/org.eclipse.kura.camel.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.2.2/org.eclipse.kura.camel.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.2.2/org.eclipse.kura.camel.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.2.2/org.eclipse.kura.camel.test-5.2.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.2.2 [122/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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: 0.951 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/surefire.properties] 2023-05-12T21:00:31,199 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:31,542 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:00:31,554 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-502727 2023-05-12T21:00:31,614 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura 2023-05-12T21:00:31,615 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:00:31,616 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:00:31,616 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots 2023-05-12T21:00:31,616 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/tmp 2023-05-12T21:00:31,616 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:00:31,618 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:31,646 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:00:31,694 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:00:31,698 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:00:31,815 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:00:31,816 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:31,844 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:00:31,931 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:00:31,941 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:00:31,941 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:31,965 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,966 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,966 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:31,969 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:31,969 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:31,970 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,970 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:31,970 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,970 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:31,971 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:31,971 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:31,971 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:31,972 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:31,972 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,972 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:31,973 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:31,974 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:31,974 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:31,974 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:31,975 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:31,975 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:31,975 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:31,976 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:31,976 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:31,976 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:31,979 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:31,980 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:31,980 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:31,980 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:31,980 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:31,981 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:32,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:00:32,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:00:32,031 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:32,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:00:32,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:32,045 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:32,076 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:00:32,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:32,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:32,080 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:00:32,080 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:00:32,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:32,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:00:32,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:32,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:32,082 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:00:32,082 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:32,116 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:32,116 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:00:32,116 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:00:32,117 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:32,118 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:32,118 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:00:32,118 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:00:32,118 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:32,119 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:32,122 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:00:32,122 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:32,123 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:32,127 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:00:32,127 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:32,128 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:32,141 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:00:32,141 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:00:32,141 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:32,145 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:32,149 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:00:32,149 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:00:32,150 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:32,150 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:32,153 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:00:32,154 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:32,158 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:00:32,158 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:32,159 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:32,173 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:00:32,173 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:00:32,173 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:00:32,174 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:00:32,174 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:00:32,174 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:00:32,176 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:00:32,176 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:32,215 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:32,218 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:00:32,220 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:00:32,221 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,221 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:00:32,221 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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 2023-05-12T21:00:32,221 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,221 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:32,222 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:32,226 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,226 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:32,226 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:32,227 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:32,255 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_1683925232242.xml... 2023-05-12T21:00:32,262 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_1683925232242.xml... Done. 2023-05-12T21:00:32,263 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:32,263 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,263 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:00:32,263 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:00:32,263 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:00:32,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:32,320 [Start Level: Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager has started! 2023-05-12T21:00:32,320 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:00:32,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:32,323 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:32,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:32,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:32,354 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:00:32,365 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:00:32,374 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:00:32,374 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:00:32,415 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:00:32,416 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:00:32,418 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:00:32,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:32,419 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:32,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:32,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:32,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:00:32,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:00:32,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:00:32,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:00:32,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:00:32,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:32,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:32,430 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:32,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:32,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:32,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:00:32,432 [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 2023-05-12T21:00:32,445 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:32,445 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:32,446 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:32,446 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:32,446 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:32,446 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:32,449 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,451 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:32,452 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,452 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:32,452 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:32,453 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager is deactivating! 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:00:32,454 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:00:32,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:00:32,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:00:32,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:32,585 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:32,586 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:00:32,586 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:00:32,586 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:32,587 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:32,592 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:00:32,593 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:00:32,599 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:00:32,601 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:00:32,603 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:32,603 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:00:32,604 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:33,604 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:33,607 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:33,609 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:33,612 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:33,613 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:33,622 [Framework stop - Equinox Container: e7bd9709-3c9d-4a37-b9c3-f241371c7396] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.2.2/org.eclipse.kura.core.certificates.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.2.2/org.eclipse.kura.core.certificates.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.2.2/org.eclipse.kura.core.certificates.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.2.2/org.eclipse.kura.core.certificates.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.2.2/org.eclipse.kura.core.certificates.test-5.2.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.2.2 [123/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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.79 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/surefire.properties] 2023-05-12T21:00:39,457 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:39,773 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:00:39,785 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-020275 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:00:39,843 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura 2023-05-12T21:00:39,844 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:00:39,844 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:00:39,844 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots 2023-05-12T21:00:39,844 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/tmp 2023-05-12T21:00:39,844 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:00:39,846 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:39,871 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:00:39,938 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:00:39,940 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:00:40,059 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:00:40,059 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:40,088 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:00:40,183 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:00:40,191 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:00:40,191 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:40,223 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,224 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,224 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:40,227 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:40,227 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:40,228 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,228 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:40,228 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,228 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:40,229 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:40,229 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:40,230 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:40,230 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,231 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,231 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,231 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:40,231 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:40,232 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,232 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:40,232 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:40,232 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:40,233 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:40,233 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:40,233 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:40,233 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,233 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,234 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,234 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:40,234 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:40,234 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,239 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:40,239 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:40,239 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:40,239 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:40,240 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:40,240 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:40,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:00:40,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:00:40,273 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:40,288 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:00:40,288 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:40,289 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:40,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:00:40,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:00:40,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:00:40,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:40,347 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:00:40,348 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:40,349 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:40,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:00:40,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:40,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:40,351 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:00:40,351 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:00:40,351 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:40,352 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:40,352 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:00:40,352 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:00:40,353 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,353 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,358 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:00:40,358 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:40,359 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:40,376 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:00:40,376 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:00:40,376 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:40,377 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:40,382 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:00:40,382 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:40,383 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:40,414 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:00:40,417 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:00:40,417 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:40,418 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:40,421 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:00:40,422 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:40,426 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:00:40,426 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:40,427 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:00:40,443 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:00:40,446 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:00:40,446 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:40,447 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:40,450 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:00:40,454 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:00:40,455 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,455 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:00:40,455 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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 2023-05-12T21:00:40,455 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,455 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:40,456 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:40,457 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,457 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:40,458 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:40,459 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:40,483 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_1683925240472.xml... 2023-05-12T21:00:40,521 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_1683925240472.xml... Done. 2023-05-12T21:00:40,522 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:40,522 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,522 [Start Level: Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:00:40,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:00:40,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:00:40,550 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:40,566 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:00:40,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:40,569 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:40,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:40,570 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:00:40,634 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:00:40,638 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:40,639 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:40,639 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:40,639 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:40,640 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:40,642 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,642 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:00:40,644 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:40,645 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,645 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:40,645 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:40,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:00:40,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:00:40,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:40,651 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:00:40,651 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:00:40,651 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:00:40,652 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:40,652 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:40,652 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:40,653 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:40,653 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:00:40,653 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:40,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:40,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:40,654 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:40,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:40,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:40,655 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:00:40,657 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:40,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:00:40,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:40,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:00:40,657 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:41,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:41,662 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:41,663 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:41,663 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:00:41,669 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:41,670 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:41,688 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:00:41,689 [Framework stop - Equinox Container: 77a61853-e5d5-4af8-8a12-cf7aa10ec4e6] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.2.2/org.eclipse.kura.core.comm.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.2.2/org.eclipse.kura.core.comm.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.2.2/org.eclipse.kura.core.comm.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.2.2/org.eclipse.kura.core.comm.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.2.2/org.eclipse.kura.core.comm.test-5.2.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.2.2 [124/185] [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.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/CfgSvcTestSelfComponent.java:[42] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java:[49] import org.eclipse.kura.core.configuration.metatype.Tscalar; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.core.configuration.metatype.Tscalar is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java:[56] import org.osgi.framework.InvalidSyntaxException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.InvalidSyntaxException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java:[57] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java:[58] import org.osgi.service.component.ComponentException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.component.ComponentException is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/CfgSvcTestComponent.java:[26] private void updated(Map properties) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updated(Map) from the type CfgSvcTestComponent is never used locally 6 problems (6 warnings) [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceJunitTest.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-2-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.ConfigurationServiceJunitTest [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s - in org.eclipse.kura.core.configuration.ConfigurationServiceJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 85, 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/surefire.properties] 2023-05-12T21:00:48,890 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:49,264 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:00:49,274 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-481708 2023-05-12T21:00:49,342 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:00:49,343 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:00:49,344 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots 2023-05-12T21:00:49,344 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/tmp 2023-05-12T21:00:49,344 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:00:49,346 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:00:49,372 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:00:49,433 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-12T21:00:49,433 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:00:49,434 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:49,458 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:00:49,543 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:00:49,554 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:00:49,554 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:49,581 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,582 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,582 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:49,585 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:49,585 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:49,586 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,586 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:49,586 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,586 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:49,587 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:49,587 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:49,588 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:49,588 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:49,588 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,589 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:49,589 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:49,589 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:49,590 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:49,590 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:49,590 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:49,590 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:49,591 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:49,591 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:49,591 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:49,591 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:49,592 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,592 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:49,592 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:49,593 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:49,593 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:49,596 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:49,596 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:49,596 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:49,597 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:49,597 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:49,597 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:49,638 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:00:49,648 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.TestFactoryComponent ... 2023-05-12T21:00:49,649 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent ... 2023-05-12T21:00:49,650 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:49,651 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:49,679 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:00:49,680 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:49,681 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:49,681 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:00:49,681 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:00:49,681 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:49,682 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:49,682 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:00:49,683 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:00:49,683 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:49,685 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:49,721 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:00:49,722 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:49,723 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:49,723 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:00:49,723 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:00:49,724 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:49,724 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:00:49,724 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:49,725 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:49,729 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:00:49,729 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:49,730 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:49,742 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:00:49,742 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:00:49,743 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:49,744 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:49,746 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:00:49,746 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:49,747 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:49,750 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:00:49,750 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:00:49,751 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:49,751 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:00:49,751 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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 2023-05-12T21:00:49,751 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:49,751 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:49,752 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:49,751 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:00:49,753 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:49,753 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:49,753 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:49,754 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:00:49,754 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:00:49,779 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925249768.xml... 2023-05-12T21:00:49,783 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925249768.xml... Done. 2023-05-12T21:00:49,784 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:49,784 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:49,784 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:00:49,786 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.CfgSvcTestComponent.... 2023-05-12T21:00:49,787 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.CfgSvcTestComponent....Done 2023-05-12T21:00:49,790 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:00:49,819 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:00:49,819 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:00:49,819 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:00:49,819 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:00:49,819 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:00:49,822 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-12T21:00:49,822 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-12T21:00:49,822 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-12T21:00:49,830 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:00:49,831 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:00:49,832 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:00:49,832 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:00:49,851 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:00:49,853 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:00:49,860 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:49,880 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:00:49,883 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:00:49,883 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:00:50,024 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:00:50,025 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:00:50,028 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:00:50,028 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:50,029 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:50,030 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:00:50,056 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:00:50,121 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:00:50,121 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:50,122 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,125 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:50,227 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:00:50,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,271 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:00:50,272 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:00:50,272 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:00:50,274 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:00:50,275 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:50,283 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:50,284 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:00:50,314 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:00:50,324 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:00:50,469 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:00:50,471 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:00:50,473 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:00:50,473 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:00:50,473 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:00:50,473 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:00:50,473 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:00:50,474 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:00:50,477 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:00:50,477 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:50,478 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:50,479 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:00:50,508 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:00:50,543 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:00:50,543 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:50,544 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:50,548 [Start Level: Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:00:50,596 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:00:50,596 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:00:50,617 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:00:50,618 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:00:50,618 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:00:50,618 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:00:50,618 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:00:50,618 [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.ConfigurationServiceTest 2023-05-12T21:00:50,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250676.xml... 2023-05-12T21:00:50,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250676.xml... Done. 2023-05-12T21:00:50,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: abcdefg 2023-05-12T21:00:50,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: abcdefg 2023-05-12T21:00:50,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: abcdefg 2023-05-12T21:00:50,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: abcdefg 2023-05-12T21:00:50,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_1683925250697 and pid spid-test1 2023-05-12T21:00:50,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid-test1 2023-05-12T21:00:50,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid-test1.... 2023-05-12T21:00:50,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid-test1....Done 2023-05-12T21:00:50,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,709 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250699.xml... 2023-05-12T21:00:50,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250699.xml... Done. 2023-05-12T21:00:50,711 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,711 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_1683925250697 spid-test1 2023-05-12T21:00:50,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid-test1... 2023-05-12T21:00:50,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid-test1 2023-05-12T21:00:50,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925250699... 2023-05-12T21:00:50,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250728.xml... 2023-05-12T21:00:50,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250728.xml... Done. 2023-05-12T21:00:50,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid-test1...done 2023-05-12T21:00:50,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid-test1 2023-05-12T21:00:50,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250728 2023-05-12T21:00:50,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-12T21:00:50,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250755.xml... 2023-05-12T21:00:50,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250755.xml... Done. 2023-05-12T21:00:50,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,772 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Delete factory configuration: null 2023-05-12T21:00:50,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid example-factory and pid example-pid 2023-05-12T21:00:50,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid example-pid 2023-05-12T21:00:50,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid.... 2023-05-12T21:00:50,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid....Done 2023-05-12T21:00:50,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration example-factory example-pid 2023-05-12T21:00:50,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid null and pid testPid 2023-05-12T21:00:50,774 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration null testPid 2023-05-12T21:00:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_ 2023-05-12T21:00:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_ 2023-05-12T21:00:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:50,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_.... 2023-05-12T21:00:50,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_ 2023-05-12T21:00:50,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_....Done 2023-05-12T21:00:50,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_... 2023-05-12T21:00:50,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:50,779 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,779 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:50,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250778.xml... 2023-05-12T21:00:50,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250778.xml... Done. 2023-05-12T21:00:50,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_ 2023-05-12T21:00:50,790 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-12T21:00:50,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.configuration.TestFactoryComponent and pid cfcmp_pid_1 2023-05-12T21:00:50,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfcmp_pid_1 2023-05-12T21:00:50,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.TestFactoryComponent 2023-05-12T21:00:50,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1.... 2023-05-12T21:00:50,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfcmp_pid_1 2023-05-12T21:00:50,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1....Done 2023-05-12T21:00:50,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250793.xml... 2023-05-12T21:00:50,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250793.xml... Done. 2023-05-12T21:00:50,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.configuration.TestFactoryComponent cfcmp_pid_1 2023-05-12T21:00:50,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250793 2023-05-12T21:00:50,829 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=org.eclipse.kura.core.configuration.CfgSvcTestComponent) 2023-05-12T21:00:50,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=foo) 2023-05-12T21:00:50,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid test-factory and pid cc-test-pid 2023-05-12T21:00:50,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cc-test-pid 2023-05-12T21:00:50,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid.... 2023-05-12T21:00:50,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid....Done 2023-05-12T21:00:50,832 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration test-factory cc-test-pid 2023-05-12T21:00:50,832 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: cc-test-pid 2023-05-12T21:00:50,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250833.xml... 2023-05-12T21:00:50,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250833.xml... Done. 2023-05-12T21:00:50,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: ex1 ex2 ex3 2023-05-12T21:00:50,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: ex1 ex2 ex3 2023-05-12T21:00:50,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex1 2023-05-12T21:00:50,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex2 2023-05-12T21:00:50,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex3 2023-05-12T21:00:50,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250833 2023-05-12T21:00:50,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250833 2023-05-12T21:00:50,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250833 2023-05-12T21:00:50,878 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid pid_non_existent does not exist or it is not a Factory Component 2023-05-12T21:00:50,878 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_non_existent 2023-05-12T21:00:50,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_test and pid spid_ccpa_1234 2023-05-12T21:00:50,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_ccpa_1234 2023-05-12T21:00:50,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234.... 2023-05-12T21:00:50,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234....Done 2023-05-12T21:00:50,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250879.xml... 2023-05-12T21:00:50,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250879.xml... Done. 2023-05-12T21:00:50,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_test spid_ccpa_1234 2023-05-12T21:00:50,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_111683925250888 and pid spid_gcc_111 2023-05-12T21:00:50,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_111 2023-05-12T21:00:50,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111.... 2023-05-12T21:00:50,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111....Done 2023-05-12T21:00:50,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250890.xml... 2023-05-12T21:00:50,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250890.xml... Done. 2023-05-12T21:00:50,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_111683925250888 spid_gcc_111 2023-05-12T21:00:50,906 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925250890 2023-05-12T21:00:50,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent.... 2023-05-12T21:00:50,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent....Done 2023-05-12T21:00:50,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,914 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - Error during updateConfigurations for component org.eclipse.kura.core.configuration.CfgSvcTestComponent org.eclipse.kura.KuraException: The configuration attribute field.test cannot accept value 9999: Value "9999" is out of range.. at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.validateProperties(ConfigurationServiceImpl.java:1680) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateComponentConfiguration(ConfigurationServiceImpl.java:1616) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationInternal(ConfigurationServiceImpl.java:1560) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:819) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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.ConfigurationServiceTest.whenUpdateConfiguration(ConfigurationServiceTest.java:722) at org.eclipse.kura.core.configuration.ConfigurationServiceTest.testUpdateConfigurationPidPropertiesInvalid(ConfigurationServiceTest.java:442) 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) 2023-05-12T21:00:50,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250915.xml... 2023-05-12T21:00:50,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250915.xml... Done. 2023-05-12T21:00:50,923 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,923 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,923 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,923 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:50,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_1 2023-05-12T21:00:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_1 2023-05-12T21:00:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:50,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1.... 2023-05-12T21:00:50,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_1 2023-05-12T21:00:50,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1....Done 2023-05-12T21:00:50,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,927 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_1... 2023-05-12T21:00:50,927 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:50,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:50,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250928.xml... 2023-05-12T21:00:50,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250928.xml... Done. 2023-05-12T21:00:50,938 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,938 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-12T21:00:50,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925250928... 2023-05-12T21:00:50,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250944.xml... 2023-05-12T21:00:50,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250944.xml... Done. 2023-05-12T21:00:50,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: null 2023-05-12T21:00:50,953 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-12T21:00:50,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_2 2023-05-12T21:00:50,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_2 2023-05-12T21:00:50,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:50,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2.... 2023-05-12T21:00:50,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_2 2023-05-12T21:00:50,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2....Done 2023-05-12T21:00:50,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_2... 2023-05-12T21:00:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:50,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:50,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250956.xml... 2023-05-12T21:00:50,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250956.xml... Done. 2023-05-12T21:00:50,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-12T21:00:50,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925250956... 2023-05-12T21:00:50,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250972.xml... 2023-05-12T21:00:50,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250972.xml... Done. 2023-05-12T21:00:50,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:50,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_3 2023-05-12T21:00:50,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_3 2023-05-12T21:00:50,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:50,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_3.... 2023-05-12T21:00:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_3 2023-05-12T21:00:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_3....Done 2023-05-12T21:00:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:50,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_3... 2023-05-12T21:00:50,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:00:50,983 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:50,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925250972... 2023-05-12T21:00:50,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:00:50,990 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:00:51,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250990.xml... 2023-05-12T21:00:51,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925250990.xml... Done. 2023-05-12T21:00:51,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:51,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_3 2023-05-12T21:00:51,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683925250972... 2023-05-12T21:00:51,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:00:51,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2023-05-12T21:00:51,029 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_2... 2023-05-12T21:00:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_2 2023-05-12T21:00:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_2...done 2023-05-12T21:00:51,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_2 2023-05-12T21:00:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1... 2023-05-12T21:00:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1 2023-05-12T21:00:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1...done 2023-05-12T21:00:51,032 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_1 2023-05-12T21:00:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_111... 2023-05-12T21:00:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_gcc_111 2023-05-12T21:00:51,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_111...done 2023-05-12T21:00:51,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_gcc_111 2023-05-12T21:00:51,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_3... 2023-05-12T21:00:51,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_3 2023-05-12T21:00:51,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_3...done 2023-05-12T21:00:51,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_3 2023-05-12T21:00:51,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_... 2023-05-12T21:00:51,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_ 2023-05-12T21:00:51,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_...done 2023-05-12T21:00:51,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_ 2023-05-12T21:00:51,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid example-pid... 2023-05-12T21:00:51,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid example-pid 2023-05-12T21:00:51,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid example-pid...done 2023-05-12T21:00:51,035 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: example-pid 2023-05-12T21:00:51,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1234... 2023-05-12T21:00:51,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_ccpa_1234 2023-05-12T21:00:51,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1234...done 2023-05-12T21:00:51,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_ccpa_1234 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cc-test-pid... 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid cc-test-pid 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cc-test-pid...done 2023-05-12T21:00:51,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: cc-test-pid 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-12T21:00:51,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-12T21:00:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-12T21:00:51,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-12T21:00:51,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:00:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-12T21:00:51,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-12T21:00:51,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-12T21:00:51,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-12T21:00:51,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1... 2023-05-12T21:00:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid cfcmp_pid_1 2023-05-12T21:00:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1...done 2023-05-12T21:00:51,041 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: cfcmp_pid_1 2023-05-12T21:00:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:51,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,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 org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:00:51,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:00:51,045 [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 2023-05-12T21:00:51,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_2 2023-05-12T21:00:51,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_2 2023-05-12T21:00:51,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2.... 2023-05-12T21:00:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_2 2023-05-12T21:00:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2....Done 2023-05-12T21:00:51,047 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-12T21:00:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_1 2023-05-12T21:00:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_1 2023-05-12T21:00:51,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1.... 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_1 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1....Done 2023-05-12T21:00:51,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_111683925250888 and pid spid_gcc_111 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_111 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111.... 2023-05-12T21:00:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111....Done 2023-05-12T21:00:51,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_111683925250888 spid_gcc_111 2023-05-12T21:00:51,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_ 2023-05-12T21:00:51,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_ 2023-05-12T21:00:51,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_.... 2023-05-12T21:00:51,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_ 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_....Done 2023-05-12T21:00:51,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_ 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid example-factory and pid example-pid 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid example-pid 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid.... 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid....Done 2023-05-12T21:00:51,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration example-factory example-pid 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_test and pid spid_ccpa_1234 2023-05-12T21:00:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_ccpa_1234 2023-05-12T21:00:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234.... 2023-05-12T21:00:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234....Done 2023-05-12T21:00:51,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_test spid_ccpa_1234 2023-05-12T21:00:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid test-factory and pid cc-test-pid 2023-05-12T21:00:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cc-test-pid 2023-05-12T21:00:51,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid.... 2023-05-12T21:00:51,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid....Done 2023-05-12T21:00:51,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration test-factory cc-test-pid 2023-05-12T21:00:51,054 [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 2023-05-12T21:00:51,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:00:51,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:00:51,056 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:00:51,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:00:51,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:00:51,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:00:51,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:00:51,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:00:51,058 [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 2023-05-12T21:00:51,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:51,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:00:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:00:51,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:00:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:00:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:00:51,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:00:51,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:00:51,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:00:51,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:00:51,063 [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 2023-05-12T21:00:51,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:00:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:00:51,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.configuration.TestFactoryComponent and pid cfcmp_pid_1 2023-05-12T21:00:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfcmp_pid_1 2023-05-12T21:00:51,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1.... 2023-05-12T21:00:51,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfcmp_pid_1 2023-05-12T21:00:51,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1....Done 2023-05-12T21:00:51,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.configuration.TestFactoryComponent cfcmp_pid_1 2023-05-12T21:00:51,067 [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 2023-05-12T21:00:51,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:00:51,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:00:51,068 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:00:51,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_2 ... Done. 2023-05-12T21:00:51,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:00:51,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-12T21:00:51,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_1 ... Done. 2023-05-12T21:00:51,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:51,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-12T21:00:51,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:51,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:00:51,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid spid_gcc_111 cannot be found. 2023-05-12T21:00:51,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_ ... Done. 2023-05-12T21:00:51,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid example-pid cannot be found. 2023-05-12T21:00:51,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid spid_ccpa_1234 cannot be found. 2023-05-12T21:00:51,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:51,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-12T21:00:51,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid cc-test-pid cannot be found. 2023-05-12T21:00:51,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:00:51,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:00:51,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-12T21:00:51,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-12T21:00:51,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent 2023-05-12T21:00:51,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent ... Done. 2023-05-12T21:00:51,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:00:51,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-12T21:00:51,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-12T21:00:51,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:51,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:00:51,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-12T21:00:51,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:51,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-12T21:00:51,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.TestFactoryComponent 2023-05-12T21:00:51,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent cfcmp_pid_1 ... Done. 2023-05-12T21:00:51,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:51,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-12T21:00:51,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:00:51,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:00:51,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251090.xml... 2023-05-12T21:00:51,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251090.xml... Done. 2023-05-12T21:00:51,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1683925250972 2023-05-12T21:00:51,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback latest snapshot 2023-05-12T21:00:51,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_ 2023-05-12T21:00:51,097 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_... 2023-05-12T21:00:51,097 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-12T21:00:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_dontsave_ 2023-05-12T21:00:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_dontsave_ 2023-05-12T21:00:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_.... 2023-05-12T21:00:51,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_dontsave_ 2023-05-12T21:00:51,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_....Done 2023-05-12T21:00:51,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_dontsave_ 2023-05-12T21:00:51,118 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-12T21:00:51,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:51,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251120.xml... 2023-05-12T21:00:51,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251120.xml... Done. 2023-05-12T21:00:51,125 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:51,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:51,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925251120... 2023-05-12T21:00:51,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251132.xml... 2023-05-12T21:00:51,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251132.xml... Done. 2023-05-12T21:00:51,137 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:51,143 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925251120 2023-05-12T21:00:51,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925251132 2023-05-12T21:00:51,150 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-12T21:00:51,150 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-12T21:00:51,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:00:51,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251151.xml... 2023-05-12T21:00:51,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251151.xml... Done. 2023-05-12T21:00:51,158 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:00:51,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_dontsave_2 2023-05-12T21:00:51,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_dontsave_2 2023-05-12T21:00:51,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_2.... 2023-05-12T21:00:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_dontsave_2 2023-05-12T21:00:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_2....Done 2023-05-12T21:00:51,161 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_dontsave_2 2023-05-12T21:00:51,161 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-12T21:00:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid existingPid 2023-05-12T21:00:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid existingPid 2023-05-12T21:00:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:00:51,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - existingPid.... 2023-05-12T21:00:51,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: existingPid 2023-05-12T21:00:51,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - existingPid....Done 2023-05-12T21:00:51,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService existingPid 2023-05-12T21:00:51,163 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService existingPid 2023-05-12T21:00:51,164 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=org.eclipse.kura.configuration.ConfigurationService) 2023-05-12T21:00:51,165 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: null 2023-05-12T21:00:51,165 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2023-05-12T21:00:51,165 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2023-05-12T21:00:51,165 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: null 2023-05-12T21:00:51,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-12T21:00:51,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251168.xml... 2023-05-12T21:00:51,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683925251168.xml... Done. 2023-05-12T21:00:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683925251168 Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in org.eclipse.kura.core.configuration.ConfigurationServiceTest testUpdateConfigurationPidPropertiesNullProps(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.02 s testShouldGetServiceProviderDefinitions(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.004 s testDeleteFactoryConfigurationWithSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.056 s testUpdateConfigurationPidPropertiesEmptyProps(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.018 s testGetDefaultComponentConfigurationExisting(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetFactoryComponentPids(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testDeleteFactoryConfigurationNulls(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testGetDefaultComponentConfiguration(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testCreateFactoryConfigurationNulls(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetDefaultComponentConfigurationNonExisting(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testRollbackId(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.017 s testCreateFactoryConfigurationMergePropertiesAndSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.037 s testGetComponentConfigurationsFilterExistentPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.002 s testGetComponentConfigurationsFilterNonExistentPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetComponentConfiguration(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.002 s testUpdateConfigurationsConfigs(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.045 s testDeleteFactoryConfigurationNonExistingFactoryPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testGetConfigurableComponentPidsAdd(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.01 s testGetComponentConfigurations(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.018 s testGetDefaultSelfConfiguringComponentConfigurationExisting(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.002 s testUpdateConfigurationPidPropertiesInvalid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.015 s testEncryptSnapshots(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.029 s testGetConfigurableComponentPids(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetComponentConfigurationNull(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testRollback(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.145 s testUpdateConfigurationPidPropertiesNoSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.018 s testRollbackEmpty(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.003 s testShouldGetFactoryComponentDefinitions(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testGetDefaultComponentConfigurationNull(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.031 s testRollbackNotSaved(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.011 s testCreateFactoryExistingPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.002 s testGetComponentConfigurationsFilterCofServicePid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testUpdateConfigurationPidPropertiesNull(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testUpdateConfigurationPidPropertiesValid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.016 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:00:51,227 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:51,227 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:51,227 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:51,227 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:51,228 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:00:51,228 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:00:51,228 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:00:51,230 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:00:51,230 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:00:51,230 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:00:51,231 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,232 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:00:51,232 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,232 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:00:51,233 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:51,234 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:00:51,235 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:00:51,237 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:00:51,237 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:00:51,238 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:00:51,238 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:51,238 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:00:51,238 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:00:51,238 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:00:51,239 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-12T21:00:51,239 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:00:51,240 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:00:51,241 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:00:51,241 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:00:51,241 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:00:51,241 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1 2023-05-12T21:00:51,241 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_2 2023-05-12T21:00:51,242 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_3 2023-05-12T21:00:51,244 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:00:51,244 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:00:51,246 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:51,246 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:51,246 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:00:51,248 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:51,252 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:51,784 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:51,784 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:51,789 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:51,936 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:51,936 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:51,940 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:51,963 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:51,964 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:51,967 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:51,989 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:00:51,989 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:00:51,993 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:00:52,098 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:52,098 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:52,098 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:52,098 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:52,099 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_1... 2023-05-12T21:00:52,100 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:53,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:53,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:53,100 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:53,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:53,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_2... 2023-05-12T21:00:53,101 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:54,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:54,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:54,102 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:54,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:54,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_3... 2023-05-12T21:00:54,103 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:55,103 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:55,103 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:55,103 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:55,103 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:55,104 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:00:55,104 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:55,333 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: example-pid. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,333 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: pid_rollback_dontsave_. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,334 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: existingPid. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,334 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: spid_gcc_111. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,334 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: spid_ccpa_1234. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,335 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: cc-test-pid. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,335 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: pid_rollback_dontsave_2. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,335 [pool-18-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: cfcmp_pid_1. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:55,336 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:55,336 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:55,336 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:00:55,336 [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:1354) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1335) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:627) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1450) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1737) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$89/0x0000000090cebe30.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$88/0x0000000090af55c0.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$87/0x0000000090959df0.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/0x00000000f80050e0.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) 2023-05-12T21:00:56,105 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:56,105 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:00:56,105 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:00:56,105 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:00:56,110 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:00:56,110 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:00:56,111 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:00:56,329 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:00:56,331 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:00:56,337 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:00:56,342 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:00:56,355 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:00:56,357 [Framework stop - Equinox Container: 4ff7b878-19e5-476c-873c-c80d3e651185] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 11 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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] [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.2.2/org.eclipse.kura.core.configuration.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.2.2/org.eclipse.kura.core.configuration.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.2.2/org.eclipse.kura.core.configuration.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.2.2/org.eclipse.kura.core.configuration.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.2.2/org.eclipse.kura.core.configuration.test-5.2.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.2.2 [125/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/cloud/app/command/CommandCloudAppTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/cloud/app/command/CommandCloudAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.cloud.publisher.CloudPublisherOptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 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.825 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.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.core.cloud.CloudClientImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kura.core.cloud.CloudClientImplTest [INFO] Running org.eclipse.kura.core.cloud.CloudServiceOptionsTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.core.cloud.CloudServiceOptionsTest [INFO] Running org.eclipse.kura.core.message.protobuf.KuraPayloadProtoMetricBuilderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.003 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.072 s - in org.eclipse.kura.core.message.protobuf.KuraPayloadProtoBuilderTest [INFO] Running org.eclipse.kura.core.message.KuraDisconnectPayloadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.core.message.KuraDisconnectPayloadTest [INFO] Running org.eclipse.kura.core.message.KuraBirthPayloadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.message.KuraBirthPayloadTest [INFO] Running org.eclipse.kura.cloud.app.command.CommandCloudAppTest 21:01:00.039 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [command, test] 21:01:00.045 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Expected one resource but found 2 21:01:00.047 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - null command 21:01:00.067 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Password required but not correct and/or missing 21:01:00.075 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [] 21:01:00.075 [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.052 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/surefire.properties] 2023-05-12T21:01:02,894 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:01:03,221 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:01:03,231 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-864098 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:01:03,287 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura 2023-05-12T21:01:03,288 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:01:03,288 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:01:03,288 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots 2023-05-12T21:01:03,288 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/tmp 2023-05-12T21:01:03,288 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:01:03,290 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:01:03,333 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:01:03,382 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:01:03,384 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:03,501 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:01:03,501 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:01:03,528 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:01:03,613 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:01:03,616 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:01:03,616 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:01:03,644 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,645 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,645 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:03,648 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:01:03,648 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:01:03,649 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,649 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:01:03,649 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,649 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:01:03,650 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:01:03,650 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:01:03,650 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:01:03,651 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,651 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,651 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:01:03,652 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:01:03,654 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:01:03,654 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:01:03,654 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:01:03,655 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:01:03,655 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,655 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:01:03,656 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:01:03,656 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:01:03,656 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:01:03,660 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:01:03,660 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:01:03,660 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:01:03,661 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:01:03,661 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:01:03,661 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:01:03,677 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:01:03,677 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:01:03,686 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:03,718 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:01:03,718 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:01:03,719 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:03,730 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-12T21:01:03,731 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:03,732 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:03,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:01:03,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:01:03,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:01:03,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:01:03,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:01:03,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:01:03,751 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:01:03,760 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:01:03,761 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:03,762 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:03,762 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:01:03,762 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:01:03,763 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:01:03,764 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:01:03,764 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:01:03,764 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:01:03,764 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:01:03,765 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:01:03,769 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:01:03,769 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:01:03,770 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:01:03,782 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:01:03,782 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:01:03,782 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:01:03,783 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:01:03,816 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:01:03,816 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:01:03,817 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:01:03,822 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:01:03,822 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:01:03,823 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:01:03,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:01:03,826 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:01:03,827 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:01:03,830 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:01:03,830 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:03,831 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:01:03,848 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:01:03,851 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:01:03,851 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:01:03,852 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:01:03,855 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:01:03,857 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:01:03,857 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:01:03,857 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:01:03,857 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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 2023-05-12T21:01:03,858 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:01:03,858 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:01:03,859 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:01:03,860 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:01:03,860 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:01:03,860 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:01:03,861 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:01:03,925 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263879.xml... 2023-05-12T21:01:03,932 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263879.xml... Done. 2023-05-12T21:01:03,933 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:01:03,933 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:01:03,933 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:01:03,933 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:01:03,933 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:01:03,937 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,943 [Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:03,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:01:03,951 [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 2023-05-12T21:01:03,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:03,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:01:03,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1.... 2023-05-12T21:01:03,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:03,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1....Done 2023-05-12T21:01:03,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:01:03,955 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925263879... 2023-05-12T21:01:03,975 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263966.xml... 2023-05-12T21:01:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263966.xml... Done. 2023-05-12T21:01:03,979 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:01:03,979 [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 2023-05-12T21:01:04,061 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:01:04,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:04,064 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:04,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:04,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.cloud.CloudPublisherImplTest 2023-05-12T21:01:04,125 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:01:04,133 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:01:04,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:01:04,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:01:04,150 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:01:04,151 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:01:04,153 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:01:04,154 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:04,155 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:04,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:04,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:04,181 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-12T21:01:04,181 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-12T21:01:04,186 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:01:04,186 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:01:04,187 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:01:04,187 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:01:04,187 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:01:04,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:04,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:04,188 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:04,189 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:04,189 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:04,190 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:01:04,191 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:01:04,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:01:04,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:01:04,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:01:04,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:01:04,349 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:01:04,351 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:01:04,352 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:01:04,352 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:01:04,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:01:04,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:01:04,379 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:01:04,379 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:01:04,382 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:01:04,382 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:01:04,382 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:01:04,382 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:01:04,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:01:04,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:01:04,388 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:01:04,389 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:01:04,390 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:01:04,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:01:04,390 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:01:04,644 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:01:04,692 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:05,662 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:01:05,662 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:01:05,669 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:01:09,146 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925263966... 2023-05-12T21:01:09,165 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:09,167 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:01:09,169 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:01:09,188 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925269167.xml... 2023-05-12T21:01:09,200 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925269167.xml... Done. 2023-05-12T21:01:09,201 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:09,201 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:09,201 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:01:14,120 [main] WARN o.e.k.c.c.p.CloudPublisherImpl - Received null message! 2023-05-12T21:01:14,169 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-12T21:01:14,177 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-12T21:01:14,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:14,178 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:14,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925269167... 2023-05-12T21:01:14,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:01:14,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.publisher.CloudPublisher-1 ... Done. 2023-05-12T21:01:14,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925274198.xml... 2023-05-12T21:01:14,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925274198.xml... Done. 2023-05-12T21:01:14,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:14,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:14,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:01:14,225 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-12T21:01:14,229 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-12T21:01:14,229 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.166 s - in org.eclipse.kura.core.cloud.CloudPublisherImplTest testPublishNullMessage(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0.001 s testPublishQos0(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0.056 s testPublishQos1(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0.051 s testServiceExists(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0 s Running org.eclipse.kura.core.cloud.CloudServiceTest 2023-05-12T21:01:24,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:01:24,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925274198... 2023-05-12T21:01:24,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:24,311 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:24,312 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:24,312 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:24,312 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:24,313 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:24,313 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:24,323 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284311.xml... 2023-05-12T21:01:24,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284311.xml... Done. 2023-05-12T21:01:24,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:24,334 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:24,334 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:24,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925284311... 2023-05-12T21:01:24,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:24,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-12T21:01:24,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284353.xml... 2023-05-12T21:01:24,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284353.xml... Done. 2023-05-12T21:01:24,364 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:24,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:24,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:01:24,392 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:01:24,392 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-12T21:01:24,419 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@ef5102ed 2023-05-12T21:01:24,420 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-12T21:01:24,764 [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 2023-05-12T21:01:24,766 [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 2023-05-12T21:01:24,798 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-12T21:01:24,798 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-12T21:01:24,812 [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) 2023-05-12T21:01:24,825 [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 2023-05-12T21:01:24,840 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-12T21:01:24,841 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-12T21:01:24,895 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-12T21:01:24,898 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-12T21:01:24,947 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-12T21:01:24,948 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-12T21:01:25,096 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-12T21:01:25,096 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-12T21:01:25,096 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=27ccd152-f108-11ed-b485-0a580a281a31] 2023-05-12T21:01:25,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925284353... 2023-05-12T21:01:25,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:25,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:01:25,112 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:01:25,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925285111.xml... 2023-05-12T21:01:25,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925285111.xml... Done. 2023-05-12T21:01:25,128 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:25,128 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:25,128 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:01:25,129 [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 2023-05-12T21:01:25,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-12T21:01:25,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:25,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-12T21:01:25,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-12T21:01:25,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-12T21:01:25,135 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-12T21:01:25,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-12T21:01:25,139 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:01:25,139 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:01:25,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:25,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:25,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-12T21:01:25,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:25,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:25,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:25,157 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:25,550 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:01:25,550 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:25,550 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:25,550 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:01:25,582 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:25,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925285111... 2023-05-12T21:01:25,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:25,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:25,596 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:25,597 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:25,597 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:25,597 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:25,597 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:25,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925285595.xml... 2023-05-12T21:01:25,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925285595.xml... Done. 2023-05-12T21:01:25,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:25,620 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:25,620 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:25,620 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:01:25,620 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2023-05-12T21:01:25,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:25,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:25,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:01:25,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:01:25,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:25,624 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:25,624 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:25,929 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:01:25,929 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:25,929 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:25,929 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:01:25,929 [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. 2023-05-12T21:01:25,929 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:01:25,993 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,001 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,008 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:01:26,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:01:26,016 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: mqtt/underTest/W1/A1/$assetName with QoS: 0 2023-05-12T21:01:26,035 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:01:26,049 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:01:26,049 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:01:26,050 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,053 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,056 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:01:26,059 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,059 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,060 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,060 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,061 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:01:26,061 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:01:26,062 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:26,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925285595... 2023-05-12T21:01:26,066 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:26,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:26,081 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:26,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:26,082 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:26,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:26,083 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:26,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925286079.xml... 2023-05-12T21:01:26,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925286079.xml... Done. 2023-05-12T21:01:26,125 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,125 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,125 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:26,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:26,127 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:26,128 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:26,128 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:26,436 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:01:26,436 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:26,436 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:01:26,436 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:26,436 [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. 2023-05-12T21:01:26,436 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:01:26,439 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,443 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,446 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:01:26,449 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:01:26,457 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: mqtt/underTest/W1/A1/$assetName with QoS: 1 2023-05-12T21:01:26,462 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:01:26,469 [MQTT Call: underTest] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 2 to store 2023-05-12T21:01:26,579 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:01:26,580 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:01:26,580 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,584 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,591 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:01:26,614 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:01:26,614 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:01:26,615 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:26,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925286079... 2023-05-12T21:01:26,625 [Thread-0 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)] WARN o.a.a.a.c.server - AMQ222061: Client connection failed, clearing up resources for session 28c429aa-f108-11ed-b485-0a580a281a31 2023-05-12T21:01:26,626 [Thread-0 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)] WARN o.a.a.a.c.server - AMQ222107: Cleared up resources for session 28c429aa-f108-11ed-b485-0a580a281a31 2023-05-12T21:01:26,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:26,633 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:26,634 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:26,634 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:26,634 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:26,635 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:26,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925286632.xml... 2023-05-12T21:01:26,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925286632.xml... Done. 2023-05-12T21:01:26,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263879.xml 2023-05-12T21:01:26,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:26,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:26,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:26,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:01:26,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:26,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:26,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:01:26,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:26,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:26,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:26,647 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:26,952 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:01:26,952 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:26,952 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:01:26,952 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:26,952 [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. 2023-05-12T21:01:26,952 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:01:26,957 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,963 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:26,966 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:01:26,969 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:01:26,979 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:01:26,987 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:01:26,987 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:01:26,988 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,991 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:26,993 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:01:26,997 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,998 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:26,998 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:01:26,999 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:01:26,999 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:27,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925286632... 2023-05-12T21:01:27,003 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:27,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:27,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:27,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:27,019 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:27,020 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:27,020 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:27,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925287018.xml... 2023-05-12T21:01:27,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925287018.xml... Done. 2023-05-12T21:01:27,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925263966.xml 2023-05-12T21:01:27,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,031 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:27,031 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:27,031 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:01:27,031 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:01:27,031 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:27,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:27,032 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:27,337 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:01:27,337 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:27,337 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:01:27,337 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:27,338 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:01:27,338 [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. 2023-05-12T21:01:27,340 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:27,345 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:01:27,349 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:01:27,354 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:01:27,362 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:01:27,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:01:27,369 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:01:27,370 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:27,374 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:01:27,378 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:01:27,382 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:27,383 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:27,383 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:27,384 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:01:27,384 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:01:27,385 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:01:27,385 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:01:27,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925287018... 2023-05-12T21:01:27,388 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:01:27,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,400 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:01:27,401 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:01:27,401 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:01:27,401 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:01:27,401 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:01:27,402 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:01:27,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925287400.xml... 2023-05-12T21:01:27,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925287400.xml... Done. 2023-05-12T21:01:27,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925269167.xml 2023-05-12T21:01:27,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:01:27,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:01:57,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:01:57,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:01:57,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:01:57,417 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2023-05-12T21:01:57,417 [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) 2023-05-12T21:01:57,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:01:57,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:01:57,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://broker-url:1883 2023-05-12T21:01:57,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:01:57,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:01:57,420 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:01:57,435 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:01:57,435 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:02:27,436 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:02:27,436 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:02:27,436 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:27,437 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:27,443 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:27,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925287400... 2023-05-12T21:02:27,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:02:27,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:02:27,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:02:27,455 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:27,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:02:27,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:02:27,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925347453.xml... 2023-05-12T21:02:27,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925347453.xml... Done. 2023-05-12T21:02:27,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925274198.xml 2023-05-12T21:02:27,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:02:27,468 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2023-05-12T21:02:27,468 [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) 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:02:27,469 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:02:27,470 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:02:27,470 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:02:27,470 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:02:27,470 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:02:27,470 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:02:27,470 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:02:27,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:02:27,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:27,775 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:27,775 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:02:27,775 [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. 2023-05-12T21:02:27,775 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:02:27,778 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:27,781 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:27,784 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:02:27,787 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:02:27,794 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:02:27,802 [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 2023-05-12T21:02:27,805 [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 2023-05-12T21:02:27,807 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:02:27,811 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:27,812 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:27,812 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:27,812 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:27,813 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:02:27,814 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:02:27,814 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:02:27,817 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:02:27,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:02:27,824 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:02:27,824 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:02:27,824 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:27,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925347453... 2023-05-12T21:02:27,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:02:27,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:02:27,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:02:27,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:02:27,847 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:27,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:02:27,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:02:27,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925347846.xml... 2023-05-12T21:02:27,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925347846.xml... Done. 2023-05-12T21:02:27,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284311.xml 2023-05-12T21:02:27,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:02:27,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:02:27,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:02:27,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:02:27,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:02:27,860 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:02:28,166 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:02:28,166 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:02:57,828 [Thread-1 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)] WARN o.a.a.a.c.server - AMQ222109: Timed out waiting for write lock on consumer. Check the Thread dump 2023-05-12T21:02:57,843 [Thread-1 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)] WARN o.a.a.a.c.server - AMQ222199: Thread dump: ******************************************************************************* Complete Thread dump "main" Id=1 TIMED_WAITING on java.lang.Object@27975035 (in native) at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@27975035 at java.lang.Object.wait(Object.java:218) at org.eclipse.paho.client.mqttv3.internal.ClientState.quiesce(ClientState.java:1345) at org.eclipse.paho.client.mqttv3.internal.ClientComms.disconnectForcibly(ClientComms.java:540) at org.eclipse.paho.client.mqttv3.internal.ClientComms.disconnectForcibly(ClientComms.java:526) at org.eclipse.paho.client.mqttv3.MqttAsyncClient.disconnectForcibly(MqttAsyncClient.java:733) at org.eclipse.paho.client.mqttv3.MqttAsyncClient.disconnectForcibly(MqttAsyncClient.java:712) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.closeMqttClient(MqttDataTransport.java:1023) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.connect(MqttDataTransport.java:354) - locked org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport@3b27480 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.shouldSupportEmptyExtendedProperties(CloudServiceTest.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.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) "JIT Compilation Thread-000" Id=2 RUNNABLE "JIT Compilation Thread-001 Suspended" Id=3 RUNNABLE "JIT Compilation Thread-002 Suspended" Id=4 RUNNABLE "JIT Compilation Thread-003 Suspended" Id=5 RUNNABLE "JIT Compilation Thread-004 Suspended" Id=6 RUNNABLE "JIT Compilation Thread-005 Suspended" Id=7 RUNNABLE "JIT Compilation Thread-006 Suspended" Id=8 RUNNABLE "JIT Diagnostic Compilation Thread-007 Suspended" Id=9 RUNNABLE "JIT-SamplerThread" Id=10 TIMED_WAITING "IProfiler" Id=11 RUNNABLE "VM Runtime State Listener" Id=12 RUNNABLE "Concurrent Mark Helper" Id=13 RUNNABLE "GC Worker" Id=14 RUNNABLE "Finalizer thread" Id=16 RUNNABLE "Attach API wait loop" Id=19 RUNNABLE (in native) at openj9.internal.tools.attach.target.IPC.waitSemaphore(Native Method) at openj9.internal.tools.attach.target.CommonDirectory.waitSemaphore(CommonDirectory.java:259) at openj9.internal.tools.attach.target.WaitLoop.waitForNotification(WaitLoop.java:66) at openj9.internal.tools.attach.target.WaitLoop.run(WaitLoop.java:154) "Active Thread: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2" Id=23 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fc749d4d (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fc749d4d at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Framework Event Dispatcher: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2" Id=25 WAITING on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6ff4a965 (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6ff4a965 at java.lang.Object.wait(Object.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) "Start Level: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2" Id=26 WAITING on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7105717e (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7105717e at java.lang.Object.wait(Object.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) "Bundle File Closer" Id=27 WAITING on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@b9b71cb (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@b9b71cb at java.lang.Object.wait(Object.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) "Refresh Thread: Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2" Id=28 WAITING on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@d8c877f6 (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@d8c877f6 at java.lang.Object.wait(Object.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) "SCR Component Actor" Id=29 WAITING on java.util.LinkedList@4f11af99 (in native) at java.lang.Object.wait(Native Method) - waiting on java.util.LinkedList@4f11af99 at java.lang.Object.wait(Object.java:189) at org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-2-Scheduled-1" Id=32 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2f092b2d (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2f092b2d at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-4-Scheduled-2" Id=35 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@39b41ef4 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@39b41ef4 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-6-Scheduled-3" Id=37 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3557a2b5 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3557a2b5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-8-Scheduled-4" Id=39 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f9f02dc5 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f9f02dc5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "UserAdmin event dispatcher" Id=40 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@861eab72 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@861eab72 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at org.apache.felix.useradmin.impl.EventDispatcher.run(EventDispatcher.java:135) at java.lang.Thread.run(Thread.java:823) "equinox telnet" Id=42 RUNNABLE (in native) at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:560) at java.net.ServerSocket.accept(ServerSocket.java:528) at org.eclipse.equinox.console.telnet.TelnetServer.run(TelnetServer.java:61) "Gogo shell" Id=43 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@87a6d643 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@87a6d643 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "[Timer] - Main Queue Handler" Id=46 TIMED_WAITING on java.lang.Object@d6f65a84 (in native) at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@d6f65a84 at java.lang.Object.wait(Object.java:218) at org.eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run(TimerImpl.java:145) at java.lang.Thread.run(Thread.java:823) "[WireAdmin] - Event Dispatcher" Id=47 WAITING on java.lang.Object@92ae90b6 (in native) at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@92ae90b6 at java.lang.Object.wait(Object.java:189) at org.eclipse.equinox.internal.wireadmin.EventDispatcher.run(EventDispatcher.java:194) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-10-Scheduled-5" Id=49 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42194935 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42194935 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-12-Scheduled-6" Id=51 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@92603b3f (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@92603b3f at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-14-Scheduled-7" Id=53 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11d91174 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11d91174 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-16-Scheduled-8" Id=55 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e98ddf21 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e98ddf21 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-18-Scheduled-9" Id=57 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cd84909 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cd84909 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-20-Scheduled-10" Id=59 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b7a9b484 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b7a9b484 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "pool-3-thread-1" Id=60 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4765bc6d (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4765bc6d at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-22-Scheduled-11" Id=62 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@86c393a2 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@86c393a2 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-24-Scheduled-12" Id=64 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b5d9c42f (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b5d9c42f at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-26-Scheduled-13" Id=66 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fa3d304c (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fa3d304c at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-28-Scheduled-14" Id=68 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@16d0b0c6 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@16d0b0c6 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-30-Scheduled-15" Id=71 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@59f1106b (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@59f1106b at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "WatchdogServiceImpl" Id=72 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b167839a (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b167839a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "DataServiceImpl:Submit" Id=73 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@be60018b (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@be60018b at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.eclipse.kura.core.data.DataServiceImpl$PublishManager.suspendPublisher(DataServiceImpl.java:820) at org.eclipse.kura.core.data.DataServiceImpl$PublishManager.run(DataServiceImpl.java:797) 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) Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@e19919f8 "Log4j2-TF-32-Scheduled-16" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ada69d39 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ada69d39 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-34-Scheduled-17" Id=77 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fa63245 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@fa63245 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "pool-8-thread-1" Id=78 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c216e407 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c216e407 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-36-Scheduled-18" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7944be1a (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7944be1a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-38-Scheduled-19" Id=82 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@950c7fb9 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@950c7fb9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "pool-13-thread-1" Id=83 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ab749f03 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ab749f03 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-40-Scheduled-20" Id=85 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f0727270 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f0727270 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-42-Scheduled-21" Id=87 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@955b5e66 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@955b5e66 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-44-Scheduled-22" Id=89 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@8eefacd2 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@8eefacd2 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "pool-17-thread-1" Id=90 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@713a86cb (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@713a86cb at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "HouseKeeperTask" Id=98 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@608d0c24 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@608d0c24 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-46-Scheduled-23" Id=112 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@24fbfe7b (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@24fbfe7b at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-48-Scheduled-24" Id=114 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78f8b30a (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78f8b30a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-50-Scheduled-25" Id=116 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c37b4e51 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c37b4e51 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Log4j2-TF-52-Scheduled-26" Id=118 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ae337d74 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@ae337d74 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Thread-0 (-scheduled-threads)" Id=119 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2cca61a9 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2cca61a9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-0 (ActiveMQ-scheduled-threads)" Id=122 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-1 (ActiveMQ-scheduled-threads)" Id=123 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "activemq-failure-check-thread" Id=124 TIMED_WAITING on java.util.concurrent.CountDownLatch$Sync@46964c2c (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.CountDownLatch$Sync@46964c2c at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037) at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:742) "Thread-2 (ActiveMQ-scheduled-threads)" Id=125 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-3 (ActiveMQ-scheduled-threads)" Id=126 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-0 (activemq-netty-threads)" Id=127 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@d58d3e62 - locked java.util.Collections$UnmodifiableSet@4e46f0ef - locked sun.nio.ch.EPollSelectorImpl@1bc94e0d at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "MQTT Rec: observer" Id=130 RUNNABLE (in native) at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) at java.net.SocketInputStream.read(SocketInputStream.java:224) at java.io.DataInputStream.readByte(DataInputStream.java:265) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) at java.lang.Thread.run(Thread.java:823) "Thread-1 (activemq-netty-threads)" Id=131 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@ccee815c - locked java.util.Collections$UnmodifiableSet@d3ddd964 - locked sun.nio.ch.EPollSelectorImpl@d3c6b150 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-4 (ActiveMQ-scheduled-threads)" Id=132 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf094e64 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "MQTT Snd: observer" Id=133 WAITING on java.lang.Object@10ff19ef (in native) at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@10ff19ef at java.lang.Object.wait(Object.java:189) at org.eclipse.paho.client.mqttv3.internal.ClientState.get(ClientState.java:825) at org.eclipse.paho.client.mqttv3.internal.CommsSender.run(CommsSender.java:128) at java.lang.Thread.run(Thread.java:823) "MQTT Call: observer" Id=134 WAITING on java.lang.Object@b9fe31a5 (in native) at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@b9fe31a5 at java.lang.Object.wait(Object.java:189) at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:180) at java.lang.Thread.run(Thread.java:823) "MQTT Ping: observer" Id=135 TIMED_WAITING on java.util.TaskQueue@4055bffc (in native) at java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@4055bffc at java.lang.Object.wait(Object.java:218) at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) "Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=136 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-2 (activemq-netty-threads)" Id=139 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@835a6974 - locked java.util.Collections$UnmodifiableSet@129fa836 - locked sun.nio.ch.EPollSelectorImpl@bc2acb9 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Log4j2-TF-54-Scheduled-27" Id=145 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@36b67d8b (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@36b67d8b at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) "Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=153 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=155 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=163 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=164 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-3 (activemq-netty-threads)" Id=168 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@5ec3d05e - locked java.util.Collections$UnmodifiableSet@d8770c13 - locked sun.nio.ch.EPollSelectorImpl@6b6b5ae2 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=178 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=181 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=192 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-8 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=193 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-9 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=194 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=195 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-11 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=196 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-4 (activemq-netty-threads)" Id=199 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@d70878ff - locked java.util.Collections$UnmodifiableSet@61e6415e - locked sun.nio.ch.EPollSelectorImpl@f84a384d at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-12 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=208 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-13 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=210 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-14 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=211 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-15 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=213 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-16 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=220 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-17 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=221 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-5 (activemq-netty-threads)" Id=224 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@e0ce0457 - locked java.util.Collections$UnmodifiableSet@7225aab - locked sun.nio.ch.EPollSelectorImpl@e7496df3 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-18 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=234 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-19 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=236 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-20 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=243 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-21 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=244 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-22 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=245 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-23 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=246 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-24 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=247 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-25 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=248 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-26 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=249 BLOCKED on java.lang.Object@26aea9b owned by "Thread-1 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)" Id=280 at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.removeReferenceByID(ServerConsumerImpl.java:1012) - blocked on java.lang.Object@26aea9b - locked org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl@8a16f91e at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.individualAcknowledge(ServerConsumerImpl.java:925) - locked org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl@8a16f91e at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.individualAcknowledge(ServerSessionImpl.java:928) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTPublishManager.sendMessage(MQTTPublishManager.java:127) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSessionCallback.sendMessage(MQTTSessionCallback.java:50) at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.deliverStandardMessage(ServerConsumerImpl.java:1107) at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.proceedDeliver(ServerConsumerImpl.java:465) at org.apache.activemq.artemis.core.server.impl.QueueImpl.proceedDeliver(QueueImpl.java:2936) at org.apache.activemq.artemis.core.server.impl.QueueImpl.deliver(QueueImpl.java:2404) at org.apache.activemq.artemis.core.server.impl.QueueImpl.access$2000(QueueImpl.java:107) at org.apache.activemq.artemis.core.server.impl.QueueImpl$DeliverRunner.run(QueueImpl.java:3209) - locked org.apache.activemq.artemis.core.server.impl.QueueImpl$DeliverRunner@473e95ac at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) at org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$101/0x00000000e01bfd60.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@bc2562d1 "[ThreadPool Manager] - Idle Thread" Id=250 WAITING on org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor@6326defa (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor@6326defa at java.lang.Object.wait(Object.java:189) at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:110) "Thread-27 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=251 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-28 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=252 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "Thread-29 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@3df2fa01)" Id=253 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e1842af at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) "EventAdmin Async Event Dispatcher Thread" Id=268 WAITING on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@f8804c4 (in native) at java.lang.Object.wait(Native Method) - waiting on org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@f8804c4 at java.lang.Object.wait(Object.java:189) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) "Thread-1 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)" Id=280 RUNNABLE (in native) at com.ibm.java.lang.management.internal.ThreadMXBeanImpl.dumpAllThreadsImpl(Native Method) at com.ibm.java.lang.management.internal.ThreadMXBeanImpl.dumpAllThreadsCommon(ThreadMXBeanImpl.java:666) at com.ibm.java.lang.management.internal.ThreadMXBeanImpl.dumpAllThreads(ThreadMXBeanImpl.java:649) at org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47) at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:932) at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.lockDelivery(ServerConsumerImpl.java:706) at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.setStarted(ServerConsumerImpl.java:680) - locked java.lang.Object@26aea9b at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSubscriptionManager.stop(MQTTSubscriptionManager.java:81) - locked org.apache.activemq.artemis.core.protocol.mqtt.MQTTSubscriptionManager@7deee307 at org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession.stop(MQTTSession.java:96) - locked org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession@812dc076 at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:138) - locked org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager@ec3d1edc at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:147) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.issueFailure(RemotingServiceImpl.java:561) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.connectionDestroyed(RemotingServiceImpl.java:542) at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor$Listener.connectionDestroyed(NettyAcceptor.java:842) at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.lambda$channelInactive$0(ActiveMQChannelHandler.java:83) at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler$$Lambda$137/0x000000007c046350.run(Unknown Source) at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) at org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$101/0x00000000e01bfd60.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@29279fcc "Thread-1 (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@60afb954)" Id=285 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@e4dd11a2 (in native) at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@e4dd11a2 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) =============================================================================== End Thread dump ******************************************************************************* 2023-05-12T21:02:57,846 [Thread-1 (ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=27ccd152-f108-11ed-b485-0a580a281a31-1371716622)] WARN o.a.a.a.u.a.OrderedExecutor - null java.lang.NullPointerException at org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManager.isClientConnected(MQTTProtocolManager.java:182) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnectionManager.disconnect(MQTTConnectionManager.java:150) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTFailureListener.connectionFailed(MQTTFailureListener.java:37) at org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection.fail(MQTTConnection.java:147) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.issueFailure(RemotingServiceImpl.java:561) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.connectionDestroyed(RemotingServiceImpl.java:542) at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor$Listener.connectionDestroyed(NettyAcceptor.java:842) at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.lambda$channelInactive$0(ActiveMQChannelHandler.java:83) at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler$$Lambda$137/0x000000007c046350.run(Unknown Source) at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) at org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$101/0x00000000e01bfd60.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) 2023-05-12T21:02:58,166 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:02:58,166 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:02:58,167 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:58,167 [main] WARN o.e.k.c.c.CloudServiceTest - connection failed org.eclipse.kura.KuraConnectException: "Connection failed. Cannot connect" at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.connect(MqttDataTransport.java:359) 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.shouldSupportEmptyExtendedProperties(CloudServiceTest.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.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) Caused by: Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:02:58,168 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:02:58,168 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2023-05-12T21:02:58,168 [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.shouldSupportEmptyExtendedProperties(CloudServiceTest.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.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) 2023-05-12T21:02:58,169 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:58,169 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:02:58,169 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:02:58,170 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:02:58,171 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:02:58,171 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:02:58,475 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:02:58,475 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:58,475 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:58,476 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:02:58,476 [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. 2023-05-12T21:02:58,476 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:02:58,478 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:58,481 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:58,483 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:02:58,486 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:02:58,488 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:02:58,490 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:58,490 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-12T21:02:58,496 [main] INFO o.e.k.c.c.CloudServiceImpl - Handling ModemReadyEvent 2023-05-12T21:02:58,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:02:58,497 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:02:58,497 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:02:58,500 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:02:58,503 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2023-05-12T21:02:58,505 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:02:58,506 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-12T21:02:58,507 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:02:58,508 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:02:58,508 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:58,510 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:02:58,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925347846... 2023-05-12T21:02:58,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:58,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:02:58,525 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:02:58,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:02:58,526 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:58,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:02:58,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:02:58,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925378524.xml... 2023-05-12T21:02:58,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925378524.xml... Done. 2023-05-12T21:02:58,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683925284353.xml 2023-05-12T21:02:58,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:58,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:58,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:02:58,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:02:58,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-12T21:02:58,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:02:58,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:02:58,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:02:58,540 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:02:58,843 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:02:58,843 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:02:58,844 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:58,844 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:02:58,844 [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. 2023-05-12T21:02:58,844 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:02:58,846 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:58,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:02:58,852 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2023-05-12T21:02:58,855 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-12T21:02:58,860 [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: 104.588 s - in org.eclipse.kura.core.cloud.CloudServiceTest shouldNotPublishTamperStatusIfTamperDetectionIsNotAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.462 s shouldSupportExtendedPropertiesSerialization(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.431 s testGetConnectionInfo(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldPublishTamperStatusIfTamperDetectionIsAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.893 s testConnectCannotConnect(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 60.068 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.376 s shouldSupportEmptyExtendedProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 30.683 s testGetNotificationPublisherPid(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldSupportAdditionalBirthProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.37 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:02:58,896 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@ef5102ed 2023-05-12T21:02:58,897 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-12T21:02:58,901 [MQTT Rec: observer] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:02:58,901 [MQTT Rec: underTest] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:02:58,902 [MQTT Rec: underTest] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-12T21:02:58,902 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:02:58,909 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [27ccd152-f108-11ed-b485-0a580a281a31] stopped, uptime 1 minute 2023-05-12T21:02:58,913 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:02:58,915 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:02:58,915 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:02:58,916 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:02:58,917 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:02:58,918 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:02:58,918 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:02:58,918 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:02:58,919 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:02:58,919 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:02:58,921 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:02:58,922 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-12T21:02:58,924 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:02:58,924 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:02:58,929 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:02:58,929 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:02:58,930 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:02:58,933 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:02:58,937 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:02:58,937 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:02:58,937 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:58,937 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:02:58,938 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:02:58,938 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:02:58,938 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:02:58,938 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:02:58,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:02:58,940 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:02:58,940 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:02:58,940 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:58,940 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:02:58,941 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:02:58,941 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:02:58,941 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:02:58,943 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:02:58,943 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:02:58,944 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:02:58,944 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:02:58,945 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:02:58,945 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:02:58,945 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:02:58,947 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:02:58,947 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:02:58,947 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:02:58,947 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:02:58,947 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:02:58,948 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:02:58,948 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-12T21:02:58,957 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:02:58,959 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:02:58,960 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:02:58,960 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:02:59,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:02:59,960 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:02:59,964 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:02:59,966 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:02:59,969 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:02:59,971 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:02:59,980 [Framework stop - Equinox Container: 76002c28-ff1e-4c83-b8c9-1ae4e2aea6b2] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.2.2/org.eclipse.kura.core.cloud.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.2.2/org.eclipse.kura.core.cloud.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.2.2/org.eclipse.kura.core.cloud.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.2.2/org.eclipse.kura.core.cloud.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.2.2/org.eclipse.kura.core.cloud.test-5.2.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.2.2 [126/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.806 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/surefire.properties] 2023-05-12T21:03:05,966 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:06,326 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:06,337 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-273288 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura 2023-05-12T21:03:06,394 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:06,395 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:06,395 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots 2023-05-12T21:03:06,395 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/tmp 2023-05-12T21:03:06,395 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:06,397 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:06,430 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:06,486 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:06,488 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:06,617 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:06,617 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:06,644 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:06,725 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:06,734 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:06,734 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:06,761 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,761 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,762 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:06,764 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:06,764 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:06,765 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,765 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:06,765 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,766 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:06,767 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:06,767 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:06,767 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:06,768 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:06,768 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,768 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:06,769 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:06,769 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:06,769 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:06,769 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:06,769 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:06,770 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:06,771 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:06,771 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:06,771 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:06,771 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:06,772 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,772 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:06,773 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:06,773 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:06,773 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:06,776 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:06,776 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:06,776 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:06,777 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:06,777 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:06,777 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:06,794 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:06,794 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:06,802 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:06,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:06,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:06,824 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:06,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:06,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:06,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:06,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:06,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:06,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:06,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:06,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:06,861 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:06,861 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:06,862 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:06,864 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:06,864 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:06,864 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:06,864 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:06,865 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:06,865 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:06,865 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:06,866 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:06,866 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:06,871 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:06,871 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:06,872 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:06,925 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:06,926 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:06,926 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:06,927 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:06,930 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:06,930 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:06,931 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:06,936 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:06,936 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:06,937 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:06,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:06,940 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:06,941 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:06,944 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:06,944 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:06,945 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:06,960 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:06,960 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:06,960 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:06,961 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:06,961 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:06,961 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:06,963 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:06,963 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:06,964 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:06,967 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:06,969 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:06,970 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:06,970 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:06,970 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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 2023-05-12T21:03:06,970 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:06,970 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:06,971 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:06,972 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:06,972 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:06,973 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:06,973 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:07,031 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_1683925387019.xml... 2023-05-12T21:03:07,034 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_1683925387019.xml... Done. 2023-05-12T21:03:07,034 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:07,034 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:07,034 [Start Level: Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:07,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:07,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:07,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:07,136 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:07,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:07,139 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:07,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:07,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:03:07,154 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:07,154 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:07,154 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:07,154 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:07,155 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:07,157 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:07,159 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:07,160 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:07,160 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:07,160 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:07,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:07,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:03:07,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:07,179 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:07,180 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:07,182 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:07,184 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:07,185 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:07,185 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:08,186 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:08,189 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:08,191 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:08,193 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:08,195 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:08,205 [Framework stop - Equinox Container: 385a896f-09fc-4c74-aaff-fd98f05f976b] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.2.2/org.eclipse.kura.core.cloud.factory.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.2.2/org.eclipse.kura.core.cloud.factory.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.2.2/org.eclipse.kura.core.cloud.factory.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.2.2/org.eclipse.kura.core.cloud.factory.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.2.2/org.eclipse.kura.core.cloud.factory.test-5.2.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.2.2 [127/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/surefire.properties] 2023-05-12T21:03:12,512 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:12,870 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:12,881 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-189126 2023-05-12T21:03:12,945 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:12,945 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:12,945 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:12,945 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/tmp 2023-05-12T21:03:12,946 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:12,948 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:12,974 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:13,035 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:13,037 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:13,189 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:13,189 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:13,213 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:13,297 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:13,309 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:13,309 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:13,335 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,336 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,336 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:13,339 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:13,339 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:13,340 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,340 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:13,340 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,340 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:13,341 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:13,341 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:13,341 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:13,342 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,342 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,342 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,343 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:13,343 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:13,343 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,344 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:13,344 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:13,344 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:13,345 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:13,345 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:13,345 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:13,346 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:13,346 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,346 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:13,347 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:13,347 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:13,347 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:13,349 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:13,350 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:13,350 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:13,353 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:13,353 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:13,353 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:13,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:13,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:13,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:13,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:13,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:13,422 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:13,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:13,472 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:13,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:13,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:13,475 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:13,476 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:13,477 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:13,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:13,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:13,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:13,479 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:13,480 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:13,480 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:13,482 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:13,482 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:13,482 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:13,482 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:13,484 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:13,518 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:13,518 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:13,520 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:13,539 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:13,539 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:13,540 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:13,541 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:13,548 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:13,548 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:13,550 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:13,556 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:13,557 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:13,558 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:13,562 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:13,563 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:13,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:13,568 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:13,568 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:13,570 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:13,622 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:13,622 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:13,622 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:13,622 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:13,622 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:13,623 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:13,625 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:13,625 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:13,626 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:13,629 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:13,631 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:13,631 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:13,631 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:13,631 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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 2023-05-12T21:03:13,632 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:13,632 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:13,633 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:13,634 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:13,634 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:13,647 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:13,648 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:13,673 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_1683925393661.xml... 2023-05-12T21:03:13,682 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_1683925393661.xml... Done. 2023-05-12T21:03:13,682 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:13,682 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:13,682 [Start Level: Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:13,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:13,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:13,729 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:13,742 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:13,749 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:13,749 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:13,749 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:13,749 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:13,781 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:03:13,821 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:03:13,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:13,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:03:13,842 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:03:13,842 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:03:13,845 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:03:13,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:13,846 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:13,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:13,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:13,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:13,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:13,849 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:13,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:13,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:13,855 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:03:13,855 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:03:13,855 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:03:13,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:03:13,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:03:13,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:03:13,857 [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.core.crypto.Base64Test 2023-05-12T21:03:13,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:03:13,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:03:13,874 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:03:13,874 [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.06 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 2023-05-12T21:03:13,976 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:13,977 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:13,977 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:13,977 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:13,977 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:13,980 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:13,980 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:13,982 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:14,016 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:14,016 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:14,017 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:14,017 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:14,018 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:14,018 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:14,018 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:14,018 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:14,019 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:03:14,019 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:03:14,119 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:03:14,119 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:03:14,120 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:14,120 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:14,120 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:03:14,120 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:03:14,120 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:14,121 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:14,122 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:14,125 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:14,126 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:03:14,128 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:03:14,130 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:14,131 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:14,131 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:15,132 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:15,135 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:15,138 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:15,143 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:15,145 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:15,155 [Framework stop - Equinox Container: 5d54f38c-f69c-4959-a950-47f517e4031d] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.2.2/org.eclipse.kura.core.crypto.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.2.2/org.eclipse.kura.core.crypto.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.2.2/org.eclipse.kura.core.crypto.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.2.2/org.eclipse.kura.core.crypto.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.2.2/org.eclipse.kura.core.crypto.test-5.2.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.2.2 [128/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 21:03:18.285 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.285 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.285 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.318 [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:311) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.318 [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:315) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] Processed: /tmp/kurah2/testdb.mv.db 21:03:18.987 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.987 [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.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceOptions.(H2DbServiceOptions.java:67) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:295) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.988 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.989 [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.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceOptions.(H2DbServiceOptions.java:67) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:295) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:18.989 [pool-15-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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.728 s - in org.eclipse.kura.core.db.H2DbServiceImplTest 21:03:19.195 [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:502) ~[org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:323) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] 21:03:19.196 [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:306) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:142) [org.eclipse.kura.core-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x00000000a0389eb0.run(Unknown Source) [org.eclipse.kura.core-1.2.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] [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/surefire.properties] 2023-05-12T21:03:21,974 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:22,302 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:22,317 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-824818 2023-05-12T21:03:22,375 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots 2023-05-12T21:03:22,376 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/tmp 2023-05-12T21:03:22,377 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:22,379 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:22,408 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:22,460 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:22,461 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:22,586 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:22,586 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:22,625 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:22,710 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:22,722 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:22,722 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:22,746 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,746 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,746 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:22,749 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:22,750 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:22,750 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,750 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:22,751 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,751 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:22,752 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:22,752 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:22,752 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:22,753 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:22,753 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,753 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:22,754 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:22,755 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:22,755 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:22,755 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:22,756 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:22,756 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,756 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:22,757 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:22,757 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:22,757 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:22,760 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:22,760 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:22,760 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:22,761 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:22,761 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:22,761 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:22,781 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:22,781 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:22,792 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:22,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:22,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:22,825 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:22,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:22,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:22,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:22,858 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:22,859 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:22,860 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:22,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:22,860 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:22,860 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:22,861 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:22,862 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:22,862 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:22,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:22,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:22,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:22,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:22,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:22,865 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:22,865 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:22,866 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:22,870 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:22,870 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:22,871 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:22,882 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:22,882 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:22,883 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:22,884 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:22,916 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:22,916 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:22,917 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:22,922 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:22,922 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:22,926 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:22,928 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:22,929 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:22,933 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:22,933 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:22,934 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:22,937 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:22,950 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:22,953 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:22,953 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:22,954 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:22,957 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:22,959 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:22,959 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:22,960 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:22,960 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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 2023-05-12T21:03:22,960 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:22,960 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:22,961 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:22,962 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:22,962 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:22,962 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:22,963 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:23,029 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403016.xml... 2023-05-12T21:03:23,036 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403016.xml... Done. 2023-05-12T21:03:23,036 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:23,036 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,036 [Start Level: Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:23,045 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:23,045 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:23,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:23,075 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:23,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:23,078 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:23,079 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:23,079 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:23,141 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.core.db.test.H2DbServiceImplTest 2023-05-12T21:03:23,153 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:03:23,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:23,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:03:23,171 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:03:23,171 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:03:23,174 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:03:23,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:23,175 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:23,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:23,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:23,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:23,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:23,177 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:23,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:23,178 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:23,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:03:23,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:23,217 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:03:23,217 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:03:23,217 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:03:23,218 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:03:23,218 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:03:23,230 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:03:23,232 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:03:23,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:03:23,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:03:23,398 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:03:23,400 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:03:23,401 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:03:23,401 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:03:23,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:03:23,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:03:23,433 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:03:23,433 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:03:23,435 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:03:23,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:03:23,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:03:23,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:03:23,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:03:23,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:03:23,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:03:23,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:03:23,443 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:23,443 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:03:23,443 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:03:23,445 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925403016... 2023-05-12T21:03:23,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:23,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:03:23,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403459.xml... 2023-05-12T21:03:23,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403459.xml... Done. 2023-05-12T21:03:23,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,725 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:23,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925403459... 2023-05-12T21:03:23,746 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:23,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:23,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:03:23,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403752.xml... 2023-05-12T21:03:23,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925403752.xml... Done. 2023-05-12T21:03:23,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:23,767 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:23,767 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:03:23,768 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:24,772 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:03:24,772 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:03:24,782 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:03:25,120 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925403752... 2023-05-12T21:03:25,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:25,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:03:25,138 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:25,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:03:25,141 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:25,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405136.xml... 2023-05-12T21:03:25,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405136.xml... Done. 2023-05-12T21:03:25,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925405136... 2023-05-12T21:03:25,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:25,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:03:25,179 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:25,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:03:25,180 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:25,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405178.xml... 2023-05-12T21:03:25,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405178.xml... Done. 2023-05-12T21:03:25,202 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,202 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,202 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,205 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925405178... 2023-05-12T21:03:25,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:25,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:03:25,219 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:25,220 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:03:25,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405219.xml... 2023-05-12T21:03:25,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683925405219.xml... Done. 2023-05-12T21:03:25,230 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,230 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,231 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 s - in org.eclipse.kura.core.db.test.H2DbServiceImplTest testPasswordUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 1.674 s testSvcs(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.044 s testUrlUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.206 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:03:25,420 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:file:/tmp/kuradb 2023-05-12T21:03:25,429 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:25,435 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:25,436 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:25,436 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:25,436 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:25,437 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:25,438 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:25,438 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:25,442 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:25,442 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:03:25,442 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:03:25,445 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,447 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:25,447 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:03:25,447 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:25,448 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:25,448 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:25,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:25,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:03:25,449 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:25,449 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:25,449 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:25,449 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:25,449 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:03:25,450 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:03:25,451 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:25,451 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:03:25,452 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:03:25,452 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:25,452 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:03:25,453 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:03:25,453 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:25,454 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:25,456 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:25,457 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:03:25,458 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:03:25,460 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:25,461 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:25,461 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:25,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:03:26,461 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:26,464 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:26,466 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:26,468 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:26,469 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:26,478 [Framework stop - Equinox Container: 9e415501-9113-49c0-b8a2-71c8aa1b7056] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.2.2/org.eclipse.kura.core.db.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.2.2/org.eclipse.kura.core.db.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.2.2/org.eclipse.kura.core.db.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.2.2/org.eclipse.kura.core.db.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.2.2/org.eclipse.kura.core.db.test-5.2.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.2.2 [129/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.core.deployment.download.impl.DownloadImplTest 21:03:30.199 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.download.impl.DownloadImpl.downloadDeploymentPackageInternal(DownloadImpl.java:113) [org.eclipse.kura.core.deployment-1.3.1-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.771 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 s - in org.eclipse.kura.core.deployment.download.impl.DeploymentPackageDownloadOptionsTest [INFO] Running org.eclipse.kura.core.deployment.install.InstallImplTest 21:03:30.319 [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.3.1-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] 21:03:30.359 [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.087 s - in org.eclipse.kura.core.deployment.install.InstallImplTest [INFO] Running org.eclipse.kura.core.deployment.install.DeploymentPackageInstallOptionsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.deployment.install.DeploymentPackageInstallOptionsTest [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] Running org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test 21:03:30.451 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bundle ID 99 not found 21:03:30.988 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed install request! 21:03:30.990 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.IllegalStateException: Aborted by hook 21:03:30.992 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to uninstall package : java.lang.RuntimeException: testMesg 21:03:30.995 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 21:03:30.995 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 21:03:30.997 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.RuntimeException: test 21:03:30.999 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed uninstall request! 21:03:31.001 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 21:03:31.001 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 21:03:31.003 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to start bundle 99: org.osgi.framework.BundleException: test 21:03:31.004 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 21:03:31.004 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 21:03:31.004 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 21:03:31.004 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 21:03:31.004 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.doExec(CloudDeploymentHandlerV2.java:397) [org.eclipse.kura.core.deployment-1.3.1-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] 21:03:31.015 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 21:03:31.015 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 21:03:31.540 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 21:03:31.540 [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.169 s - in org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test [INFO] Running org.eclipse.kura.download.hook.DownloadHookManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.kura.download.hook.DownloadHookManagerTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/surefire.properties] 2023-05-12T21:03:34,206 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:34,541 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:34,551 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-657999 2023-05-12T21:03:34,617 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:34,617 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:34,618 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:34,619 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots 2023-05-12T21:03:34,619 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/tmp 2023-05-12T21:03:34,619 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:34,621 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:34,649 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:34,702 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:34,704 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:34,836 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:34,836 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:34,864 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:34,951 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:34,960 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:34,960 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:34,985 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,986 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,986 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:34,989 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:34,989 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:34,990 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,990 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:34,990 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,990 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:34,991 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:34,991 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:34,991 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:34,992 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:34,992 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,992 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:34,993 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:34,993 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:34,994 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:34,994 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:34,994 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:34,994 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:34,995 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:34,995 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:34,995 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:34,996 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:34,996 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:34,996 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:34,997 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:34,997 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:34,997 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:35,000 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:35,000 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:35,000 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:35,001 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:35,001 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:35,002 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:35,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:35,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:35,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:35,042 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:35,042 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:35,043 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:35,084 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:35,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:35,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:35,114 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:35,115 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:35,116 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:35,116 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:35,116 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:35,116 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:35,117 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:35,118 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:35,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:35,120 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:35,120 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:35,120 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:35,120 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:35,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:35,121 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:35,121 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:35,122 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:35,127 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:35,127 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:35,128 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:35,140 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:35,140 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:35,140 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:35,142 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:35,145 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:35,145 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:35,146 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:35,151 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:35,151 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:35,152 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:35,157 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:35,158 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:35,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:35,161 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:35,161 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:35,162 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:35,176 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:35,215 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:35,215 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:35,216 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:35,219 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:35,221 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:35,221 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,221 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:35,222 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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 2023-05-12T21:03:35,222 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,222 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:35,223 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:35,224 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,224 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:35,224 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:35,225 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:35,262 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_1683925415249.xml... 2023-05-12T21:03:35,269 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_1683925415249.xml... Done. 2023-05-12T21:03:35,269 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:35,269 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,269 [Start Level: Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:35,318 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:35,318 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:35,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:35,348 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:35,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:35,351 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:35,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:35,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:03:35,421 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:03:35,424 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:35,425 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:35,425 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:35,425 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:35,426 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:35,428 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,431 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:35,432 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,432 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:35,432 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:35,433 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:03:35,444 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:35,444 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:03:35,445 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:35,445 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:03:35,445 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:03:35,445 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:35,446 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:35,446 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:35,446 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:35,447 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:35,447 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:35,447 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:35,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:35,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:35,449 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:35,449 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:35,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:35,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:35,451 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:35,452 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:35,452 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:36,452 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:36,456 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:36,458 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:36,460 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:36,461 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:36,471 [Framework stop - Equinox Container: acbc2757-8347-40ac-9e1b-2cb5b398c139] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.2.2/org.eclipse.kura.core.deployment.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.2.2/org.eclipse.kura.core.deployment.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.2.2/org.eclipse.kura.core.deployment.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.2.2/org.eclipse.kura.core.deployment.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.2.2/org.eclipse.kura.core.deployment.test-5.2.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.2.2 [130/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 21:03:39.839 [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:475) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGet(InventoryHandlerV1.java:191) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$ea35b24e.CGLIB$doGet$10() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$ea35b24e$$FastClassByMockitoWithCGLIB$$832458c1.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$$ea35b24e.doGet() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.whenTheFollowingJsonKuraPayloadDoGet(InventoryHandlerV1Test.java:1295) [test-classes/:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.testListContainerDoGet(InventoryHandlerV1Test.java:1050) [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] 21:03:39.881 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Error getting resource systemPackages java.lang.NullPointerException: null at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGetContainerImages(InventoryHandlerV1.java:500) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGet(InventoryHandlerV1.java:193) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$ea35b24e.CGLIB$doGet$10() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$ea35b24e$$FastClassByMockitoWithCGLIB$$832458c1.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$$ea35b24e.doGet() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.whenTheFollowingJsonKuraPayloadDoGet(InventoryHandlerV1Test.java:1295) [test-classes/:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.testListImageDoGet(InventoryHandlerV1Test.java:1111) [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] 21:03:39.889 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [test] 21:03:39.890 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Cannot find resource with name: test 21:03:39.985 [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:440) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGet(InventoryHandlerV1.java:189) [org.eclipse.kura.core.inventory-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.doGetSystemPackagesFailed(InventoryHandlerV1Test.java:682) [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] 21:03:39.991 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [] 21:03:39.992 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Expected one resource but found none [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.kura.core.inventory.InventoryHandlerV1Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/surefire.properties] 2023-05-12T21:03:42,772 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:43,158 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:43,167 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-158496 2023-05-12T21:03:43,236 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:43,236 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:43,236 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:43,236 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:43,236 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/tmp 2023-05-12T21:03:43,237 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:43,239 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:43,275 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:43,348 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:43,349 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:43,372 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:43,457 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:43,466 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:43,466 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:43,492 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,493 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,493 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:43,496 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:43,496 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:43,497 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,497 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:43,497 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,497 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:43,498 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:43,498 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:43,498 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:43,499 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:43,499 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,500 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:43,500 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:43,500 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:43,501 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:43,501 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:43,501 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:43,501 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:43,502 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:43,502 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:43,502 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:43,503 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:43,503 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,503 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:43,504 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:43,504 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:43,504 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:43,507 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:43,507 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:43,507 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:43,508 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:43,508 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:43,509 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:43,549 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:43,581 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:43,583 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:43,584 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:43,584 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:43,585 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:43,585 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:43,586 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:43,586 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:43,586 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:43,586 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:43,587 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:43,623 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:43,624 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:43,626 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:43,626 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:43,626 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:43,627 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:43,627 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:43,627 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:43,628 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:43,632 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:43,632 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:43,633 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:43,645 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:43,645 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:43,646 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:43,647 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:43,650 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:43,650 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:43,651 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:43,654 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:43,654 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:03:43,654 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:43,655 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:43,655 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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 2023-05-12T21:03:43,655 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:43,655 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:43,655 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:03:43,656 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:43,657 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:43,657 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:43,661 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:43,661 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:03:43,661 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:43,695 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_1683925423685.xml... 2023-05-12T21:03:43,698 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_1683925423685.xml... Done. 2023-05-12T21:03:43,699 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:43,699 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:43,699 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:43,717 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:03:43,727 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:03:43,727 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:03:43,727 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:03:43,727 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:03:43,728 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:03:43,731 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-12T21:03:43,732 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-12T21:03:43,732 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-12T21:03:43,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:03:43,743 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:03:43,743 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:03:43,744 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:03:43,758 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:43,761 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:43,770 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:43,815 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:03:43,819 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:03:43,819 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:03:43,922 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:43,922 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:43,926 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:43,926 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:43,927 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:43,928 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:03:43,956 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:03:44,033 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:44,033 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:44,034 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:44,038 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:03:44,117 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:03:44,159 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:44,162 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:44,168 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:44,169 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:03:44,170 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:44,171 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:44,173 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:44,174 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:44,202 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:03:44,212 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:03:44,362 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:03:44,364 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:03:44,365 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:03:44,366 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:03:44,366 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:03:44,366 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:03:44,366 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:44,366 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:03:44,369 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:44,369 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:44,370 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:44,370 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-12T21:03:44,394 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:44,394 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:44,395 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:44,395 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:44,395 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:44,395 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:44,430 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:44,430 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:44,431 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:44,436 [Start Level: Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:44,463 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:03:44,463 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:03:44,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:03:44,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:03:44,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:03:44,467 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:03:44,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:03:44,467 [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 2023-05-12T21:03:44,553 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:44,553 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:44,553 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:44,553 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:44,554 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:44,554 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:44,554 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:44,557 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:44,558 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:44,560 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:44,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:03:44,561 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:44,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:44,561 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:44,561 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:44,561 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:44,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:44,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:03:44,562 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:44,562 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:44,562 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:44,563 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:44,563 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:03:44,563 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:03:44,565 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:44,565 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:03:44,566 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:03:44,566 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:44,566 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:03:44,566 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:03:44,567 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:44,567 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:03:44,567 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:03:44,567 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:44,568 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:44,569 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:44,569 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:44,570 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:03:44,573 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:44,573 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:03:44,575 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:44,575 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:44,575 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:44,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:03:45,576 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:45,579 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:45,581 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:45,583 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:45,591 [Framework stop - Equinox Container: bc13a4af-434b-4f6d-8474-dc3153dbe5f2] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 14 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.2.2/org.eclipse.kura.core.inventory.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.2.2/org.eclipse.kura.core.inventory.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.2.2/org.eclipse.kura.core.inventory.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.2.2/org.eclipse.kura.core.inventory.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.2.2/org.eclipse.kura.core.inventory.test-5.2.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.2.2 [131/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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.FirewallConfigurationTest 21:03:48.941 [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.4.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.buildOpenPortConfigIP(FirewallConfiguration.java:193) ~[org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.parseOpenPortRule(FirewallConfiguration.java:183) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration$$Lambda$18/0x00000000b8b63b80.accept(Unknown Source) [org.eclipse.kura.core.net-1.2.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:174) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.(FirewallConfiguration.java:63) [org.eclipse.kura.core.net-1.2.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] 21:03:48.961 [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:143) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration$$Lambda$21/0x00000000b8d50ee0.accept(Unknown Source) [org.eclipse.kura.core.net-1.2.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:117) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.(FirewallConfiguration.java:64) [org.eclipse.kura.core.net-1.2.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.746 s - in org.eclipse.kura.core.net.FirewallConfigurationTest [INFO] Running org.eclipse.kura.core.net.LoopbackInterfaceConfigImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kura.core.net.LoopbackInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.util.NetworkUtilTest 21:03:48.997 [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.036 s - in org.eclipse.kura.core.net.util.NetworkUtilTest [INFO] Running org.eclipse.kura.core.net.WifiAccessPointImplTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.007 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.003 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.002 s - in org.eclipse.kura.core.net.WifiInterfaceAddressConfigImplTest [INFO] Running org.eclipse.kura.core.net.ModemConfigurationInterpreterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kura.core.net.ModemConfigurationInterpreterTest [INFO] Running org.eclipse.kura.core.net.NetworkConfigurationTest 21:03:49.289 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Null type for if1 21:03:49.290 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Unsupported type ADSL for interface if1 21:03:49.297 [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={}]] 21:03:49.297 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - MTU must be greater than 0 21:03:49.298 [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.241 s - in org.eclipse.kura.core.net.NetworkConfigurationTest [INFO] Running org.eclipse.kura.core.net.WifiConfigurationInterpreterTest 21:03:49.309 [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:221) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.WifiConfigurationInterpreter.getWifiConfig(WifiConfigurationInterpreter.java:110) [org.eclipse.kura.core.net-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.WifiConfigurationInterpreter.populateConfiguration(WifiConfigurationInterpreter.java:72) [org.eclipse.kura.core.net-1.2.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.005 s - in org.eclipse.kura.core.net.WifiConfigurationInterpreterTest [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.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.net.dhcp.DhcpServerConfigIP4Test [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.net.dhcp.DhcpServerConfigIP4Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 318, 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/surefire.properties] 2023-05-12T21:03:52,023 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:52,362 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:03:52,373 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-266841 2023-05-12T21:03:52,437 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:03:52,437 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:03:52,437 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:03:52,437 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/tmp 2023-05-12T21:03:52,438 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:03:52,440 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:03:52,467 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:03:52,522 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:03:52,524 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:03:52,648 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:03:52,648 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:52,672 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:03:52,753 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:03:52,762 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:03:52,762 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:52,787 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,787 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,788 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:52,793 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:03:52,793 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:03:52,794 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,795 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:52,795 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,795 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:52,796 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:03:52,796 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:03:52,797 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:03:52,798 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:52,798 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,798 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:52,799 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:03:52,799 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:03:52,799 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:52,799 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:03:52,800 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:03:52,800 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:03:52,801 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:03:52,801 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:03:52,801 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:03:52,802 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:52,802 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:52,802 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:52,803 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:03:52,804 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:03:52,804 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:52,810 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:52,810 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:03:52,810 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:03:52,811 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:03:52,811 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:03:52,811 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:03:52,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:03:52,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:03:52,836 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:52,851 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:03:52,851 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:52,852 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:03:52,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:03:52,887 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:52,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:52,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:03:52,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:03:52,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:03:52,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:03:52,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:52,890 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:52,919 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:03:52,920 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:52,922 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:52,922 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:03:52,922 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:03:52,923 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:52,924 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:03:52,924 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:03:52,924 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:03:52,924 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:52,925 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:52,929 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:03:52,930 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:52,930 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:03:52,944 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:03:52,944 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:03:52,944 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:03:52,945 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:03:52,949 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:03:52,949 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:52,950 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:03:52,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:03:52,955 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:03:52,956 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:52,957 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:03:52,960 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:03:52,961 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:52,964 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:03:52,965 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:52,966 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:53,027 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:03:53,027 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:03:53,028 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:03:53,028 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:03:53,028 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:03:53,028 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:03:53,031 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:03:53,031 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:53,032 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:03:53,035 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:03:53,036 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:03:53,037 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,037 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:03:53,037 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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 2023-05-12T21:03:53,037 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,037 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:03:53,039 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:03:53,040 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,040 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:03:53,040 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:03:53,041 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:03:53,068 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_1683925433058.xml... 2023-05-12T21:03:53,078 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_1683925433058.xml... Done. 2023-05-12T21:03:53,078 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:03:53,079 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,079 [Start Level: Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:03:53,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:03:53,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:03:53,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:53,147 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:03:53,150 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:53,150 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:53,151 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:53,151 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:53,217 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:03:53,229 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:03:53,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:03:53,237 [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 2023-05-12T21:03:53,247 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:03:53,247 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:03:53,250 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:03:53,251 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:53,251 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:53,251 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:53,252 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:53,252 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:53,253 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:53,253 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:03:53,253 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:03:53,253 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:03:53,259 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,261 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:03:53,261 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:03:53,261 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:03:53,261 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:03:53,262 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,262 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:03:53,262 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:03:53,262 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:03:53,262 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:03:53,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:03:53,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:53,263 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:53,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:53,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:53,264 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:03:53,264 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:53,264 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:03:53,265 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:03:53,265 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:03:53,265 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:03:53,265 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:03:53,265 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:03:53,267 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:03:53,267 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:03:53,267 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:03:53,267 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:03:53,268 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:03:53,269 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:03:53,271 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:03:53,271 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:03:53,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:03:53,279 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:03:53,281 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:53,281 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:03:53,281 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:03:53,315 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:03:53,332 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:03:54,282 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:03:54,285 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:03:54,287 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:03:54,292 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:03:54,293 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:03:54,302 [Framework stop - Equinox Container: 0d199cd8-8712-433c-bb4d-3efd09264573] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.2.2/org.eclipse.kura.core.net.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.2.2/org.eclipse.kura.core.net.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.2.2/org.eclipse.kura.core.net.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.2.2/org.eclipse.kura.core.net.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.2.2/org.eclipse.kura.core.net.test-5.2.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.2.2 [132/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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.SslManagerServiceImplTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.949 s - in org.eclipse.kura.core.ssl.SslManagerServiceImplTest [INFO] Running org.eclipse.kura.core.ssl.SSLSocketFactoryWrapperTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 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.008 s - in org.eclipse.kura.core.ssl.ConnectionSslOptionsTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/surefire.properties] 2023-05-12T21:04:00,630 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:00,976 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:04:00,986 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-042509 2023-05-12T21:04:01,054 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:04:01,055 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots 2023-05-12T21:04:01,056 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/tmp 2023-05-12T21:04:01,056 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:04:01,058 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:01,084 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:04:01,139 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:04:01,140 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:04:01,270 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:04:01,270 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:01,296 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:04:01,383 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:04:01,386 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:04:01,386 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:01,414 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,415 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,415 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:01,418 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:04:01,418 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:04:01,419 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,419 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:01,419 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,419 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:01,420 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:04:01,421 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:04:01,421 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:04:01,421 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,422 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,422 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,422 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:04:01,423 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:04:01,423 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,423 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:04:01,423 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:04:01,423 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:04:01,424 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:04:01,424 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:04:01,424 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:04:01,425 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,425 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,425 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,425 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:04:01,426 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:04:01,426 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,429 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:01,429 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:04:01,429 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:04:01,430 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:04:01,430 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:04:01,430 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:04:01,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:04:01,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:04:01,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:01,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:04:01,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:01,472 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:04:01,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:04:01,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,541 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,541 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:04:01,542 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:01,543 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:01,543 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:04:01,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:04:01,543 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:04:01,544 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:01,545 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:01,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:04:01,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:04:01,547 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:04:01,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:04:01,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:01,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:01,548 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:04:01,548 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,549 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,553 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:04:01,553 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:01,554 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:01,565 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:04:01,565 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:04:01,565 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:01,566 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:04:01,569 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:04:01,570 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:01,570 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:01,576 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:04:01,576 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:01,577 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:01,614 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:04:01,615 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:01,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:04:01,619 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:04:01,619 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:01,620 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:01,647 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:04:01,647 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:04:01,647 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:04:01,648 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:04:01,648 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:04:01,648 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:04:01,650 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:04:01,650 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:01,651 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:01,654 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:04:01,656 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:04:01,657 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,657 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:04:01,657 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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 2023-05-12T21:04:01,657 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,657 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:04:01,658 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:04:01,659 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,659 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:04:01,660 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:04:01,660 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:01,721 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_1683925441674.xml... 2023-05-12T21:04:01,728 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_1683925441674.xml... Done. 2023-05-12T21:04:01,728 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:04:01,728 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,728 [Start Level: Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:04:01,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:04:01,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:04:01,762 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:01,779 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:04:01,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:01,782 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:01,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:01,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:01,842 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:04:01,851 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:04:01,855 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:01,855 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:01,856 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:01,856 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:01,856 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:01,858 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,861 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:04:01,861 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,861 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:04:01,861 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:01,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:04:01,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:04:01,863 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:01,863 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:04:01,864 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:04:01,864 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:04:01,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:01,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:01,865 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:01,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:01,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:04:01,865 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:04:01,867 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:04:01,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:04:01,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:01,869 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:01,870 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:04:01,870 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:02,870 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:04:02,874 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:04:02,875 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:04:02,877 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:02,878 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:04:02,886 [Framework stop - Equinox Container: ea628ecd-0657-4f3b-9c74-6e19d3f7d949] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.2.2/org.eclipse.kura.core.ssl.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.2.2/org.eclipse.kura.core.ssl.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.2.2/org.eclipse.kura.core.ssl.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.2.2/org.eclipse.kura.core.ssl.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.2.2/org.eclipse.kura.core.ssl.test-5.2.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.2.2 [133/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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: 0.987 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/surefire.properties] 2023-05-12T21:04:08,761 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:09,094 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:04:09,116 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-199799 2023-05-12T21:04:09,173 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:04:09,173 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:04:09,173 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:04:09,173 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:04:09,173 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/tmp 2023-05-12T21:04:09,174 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:04:09,176 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:09,205 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:04:09,254 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:04:09,256 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:04:09,374 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:04:09,374 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:09,400 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:04:09,486 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:04:09,494 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:04:09,495 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:09,519 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,519 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,520 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:09,522 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:04:09,522 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:04:09,523 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,523 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:09,523 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,523 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:09,524 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:04:09,524 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:04:09,524 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:04:09,525 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,525 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,526 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,526 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:04:09,526 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:04:09,526 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,527 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:04:09,527 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:04:09,527 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:04:09,528 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:04:09,528 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:04:09,528 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:04:09,528 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,529 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,529 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,529 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:04:09,529 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:04:09,530 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,532 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:09,532 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:04:09,532 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:04:09,533 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:04:09,533 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:04:09,533 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:04:09,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:04:09,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:04:09,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:09,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:04:09,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:09,577 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:04:09,643 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:04:09,645 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:09,646 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:09,646 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:04:09,646 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:04:09,646 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,648 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:04:09,648 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:09,649 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:09,649 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:04:09,649 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:04:09,649 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:04:09,650 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,652 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:04:09,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:04:09,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:04:09,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:09,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:09,656 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:04:09,656 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:09,657 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:09,669 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:04:09,669 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:04:09,669 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:09,670 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:04:09,673 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:04:09,674 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:09,674 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:09,680 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:04:09,680 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:09,715 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:09,718 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:04:09,719 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:09,722 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:04:09,722 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:09,723 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:09,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:04:09,741 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:04:09,744 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:04:09,744 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:09,745 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:09,748 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:04:09,750 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:04:09,751 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,751 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:04:09,751 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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 2023-05-12T21:04:09,751 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,751 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:04:09,752 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:04:09,753 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,753 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:04:09,753 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:04:09,754 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:09,820 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_1683925449766.xml... 2023-05-12T21:04:09,827 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_1683925449766.xml... Done. 2023-05-12T21:04:09,830 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:04:09,830 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,830 [Start Level: Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:04:09,845 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:04:09,845 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:04:09,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:09,874 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:04:09,876 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:09,876 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:09,877 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:09,877 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:04:09,939 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:04:09,945 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:09,945 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:09,945 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:09,946 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:09,946 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:09,948 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:04:09,948 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,950 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:04:09,951 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,951 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:04:09,951 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:09,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:04:09,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:04:09,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:09,957 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:04:09,957 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:04:09,957 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:04:09,958 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:09,958 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:09,958 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:09,958 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:09,958 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:04:09,959 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:04:09,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:09,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:09,959 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:09,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:09,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:09,963 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:04:09,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:04:09,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:09,965 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:09,966 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:04:09,966 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:10,966 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:04:10,970 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:04:10,971 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:04:10,973 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:10,974 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:04:10,982 [Framework stop - Equinox Container: 06e8fc97-e310-49c9-a3ca-0c5d48175d45] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.2.2/org.eclipse.kura.core.status.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.2.2/org.eclipse.kura.core.status.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.2.2/org.eclipse.kura.core.status.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.2.2/org.eclipse.kura.core.status.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.2.2/org.eclipse.kura.core.status.test-5.2.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.2.2 [134/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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 21:04:13.671 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 21:04:13.678 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 21:04:13.680 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 21:04:13.680 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 21:04:13.681 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.home 21:04:13.681 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 21:04:13.682 [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: 0.944 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/surefire.properties] 2023-05-12T21:04:16,489 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:16,794 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:04:16,825 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-721731 2023-05-12T21:04:16,879 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:04:16,879 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots 2023-05-12T21:04:16,880 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/tmp 2023-05-12T21:04:16,881 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:04:16,883 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:16,908 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:04:16,956 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:04:16,957 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:04:17,069 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:04:17,069 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:17,096 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:04:17,198 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:04:17,211 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:04:17,211 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:17,242 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,243 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,243 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:17,248 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:04:17,248 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:04:17,249 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,249 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:17,249 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,249 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:17,250 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:04:17,250 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:04:17,250 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:04:17,251 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,251 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,251 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,252 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:04:17,252 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:04:17,252 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,252 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:04:17,253 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:04:17,253 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:04:17,253 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:04:17,254 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:04:17,254 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:04:17,254 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,254 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,254 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,255 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:04:17,255 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:04:17,255 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,259 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:17,259 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:04:17,260 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:04:17,260 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:04:17,260 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:04:17,260 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:04:17,276 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:04:17,276 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:04:17,285 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:17,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:04:17,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:17,325 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:04:17,355 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:04:17,356 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:04:17,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:04:17,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:04:17,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:04:17,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:17,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:17,360 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:04:17,360 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:17,362 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:17,363 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:04:17,363 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:04:17,363 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:17,364 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:17,365 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:04:17,365 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:04:17,365 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,366 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,374 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:04:17,374 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:17,376 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:17,421 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:04:17,421 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:04:17,421 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:17,422 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:04:17,426 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:04:17,426 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:17,427 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:17,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:04:17,432 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:04:17,432 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:17,433 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:17,436 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:04:17,437 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:17,440 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:04:17,440 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:17,441 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:17,456 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:04:17,456 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:04:17,456 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:04:17,456 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:04:17,457 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:04:17,457 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:04:17,459 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:04:17,459 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:17,463 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:17,466 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:04:17,468 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:04:17,469 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,469 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:04:17,469 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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 2023-05-12T21:04:17,469 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,469 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:04:17,470 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:04:17,471 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,471 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:04:17,472 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:04:17,473 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:17,537 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_1683925457527.xml... 2023-05-12T21:04:17,546 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_1683925457527.xml... Done. 2023-05-12T21:04:17,546 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:04:17,546 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,547 [Start Level: Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:04:17,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:04:17,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:04:17,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:17,627 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:04:17,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:17,630 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:17,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:17,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.system.test.SystemServiceTest 2023-05-12T21:04:17,661 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:04:17,670 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:04:17,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:04:17,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:04:17,725 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:04:17,726 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:04:17,728 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:04:17,729 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:17,729 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:17,729 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:17,729 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:17,735 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:04:17,735 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:04:17,735 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:04:17,736 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:04:17,736 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:04:17,737 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:17,737 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:17,737 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:17,737 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:17,737 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:17,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:04:17,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:17,750 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:04:17,752 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:04:17,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:04:17,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:04:17,754 [main] ERROR o.e.k.c.s.SuperSystemService - failed to run commands dmidecode -t system 2023-05-12T21:04:17,830 [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.181 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.073 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 s getPartNumber(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.001 s testGetPlatform(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetPrimaryMacAddress(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.072 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 s Results: Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:04:17,882 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:17,882 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:17,882 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:17,882 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:17,883 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:04:17,884 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:17,884 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:17,920 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,923 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:04:17,923 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,923 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:04:17,924 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:04:17,925 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:04:17,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:04:17,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:04:17,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:17,993 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:17,994 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:04:17,994 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:04:17,994 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:04:17,994 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:17,995 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:17,997 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:04:17,998 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:04:18,002 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:04:18,004 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:18,004 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:04:18,005 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:18,018 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:04:19,005 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:04:19,008 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:04:19,010 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:04:19,013 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:04:19,014 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:04:19,023 [Framework stop - Equinox Container: 3e5b57ba-27cf-45cf-b273-d11d87d37f95] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.2.2/org.eclipse.kura.core.system.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.2.2/org.eclipse.kura.core.system.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.2.2/org.eclipse.kura.core.system.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.2.2/org.eclipse.kura.core.system.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.2.2/org.eclipse.kura.core.system.test-5.2.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.2.2 [135/185] [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.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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 4. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/data/DataServiceImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/data/DataServiceImplTest.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-2-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.ExecutorUtilRunningTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.kura.core.internal.linux.executor.ExecutorUtilRunningTest [INFO] Running org.eclipse.kura.core.internal.linux.executor.ExecutorUtilExecutionTest 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.034 s - in org.eclipse.kura.core.internal.linux.executor.ExecutorUtilExecutionTest [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.data.DataServiceImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.58 s - in org.eclipse.kura.core.data.DataServiceImplTest [INFO] Running org.eclipse.kura.core.data.store.DbDataStoreStorageTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.kura.core.data.store.DbDataStoreStorageTest [INFO] Running org.eclipse.kura.core.linux.executor.CommandPidTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kura.core.linux.executor.CommandPidTest [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.CommandRunningTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.01 s - in org.eclipse.kura.core.linux.executor.CommandTerminationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 61, 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/.options not found Time to load bundles: 650 2023-05-12T21:04:42,201 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:42,567 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:04:42,580 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-462152 2023-05-12T21:04:42,643 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/resources/kura.properties 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura 2023-05-12T21:04:42,644 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:04:42,645 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:04:42,645 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots 2023-05-12T21:04:42,645 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/tmp 2023-05-12T21:04:42,645 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:04:42,647 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:04:42,675 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:04:42,729 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:04:42,838 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:04:42,839 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:42,864 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:04:42,951 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:04:42,958 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:04:42,959 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:42,989 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:42,989 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:42,989 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:42,994 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:04:42,994 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:04:42,995 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:42,995 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:42,995 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:42,995 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:04:42,998 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:04:42,998 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:04:42,998 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:04:43,001 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:43,001 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:43,002 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:43,004 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:04:43,005 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:04:43,005 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:43,005 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:04:43,005 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:04:43,005 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:04:43,008 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:04:43,008 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:04:43,008 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:04:43,011 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:43,011 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:43,011 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:43,014 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:04:43,014 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:04:43,014 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:43,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:04:43,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:04:43,024 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:43,024 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:04:43,024 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:04:43,027 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:04:43,027 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:04:43,027 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:04:43,033 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:43,051 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:04:43,051 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:43,058 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected New instance created ExampleTest instance :954824908: setXxxService ExampleTest instance :954824908: activated 2023-05-12T21:04:43,116 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:04:43,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:43,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:04:43,121 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance ... 2023-05-12T21:04:43,122 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:43,125 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:43,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:04:43,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:04:43,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:04:43,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:04:43,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:43,131 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:04:43,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:04:43,169 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:04:43,170 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:43,173 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:43,173 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.test.IConfigurationServiceTest ... 2023-05-12T21:04:43,173 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:04:43,182 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:04:43,182 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:04:43,183 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:04:43,183 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:43,187 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:43,187 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:04:43,187 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:04:43,187 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:43,217 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:43,220 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:04:43,220 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:43,223 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:04:43,244 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:04:43,244 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:04:43,244 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:43,247 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:04:43,250 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:04:43,250 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:43,253 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:04:43,258 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:04:43,258 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:43,261 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:04:43,263 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:04:43,266 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:04:43,269 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:04:43,270 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:43,273 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:04:43,325 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:04:43,329 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:04:43,329 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:43,335 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:04:43,337 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:04:43,337 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:04:43,340 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:04:43,343 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:04:43,344 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:43,344 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:04:43,344 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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 2023-05-12T21:04:43,344 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:04:43,344 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:04:43,347 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:04:43,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:04:43,350 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:04:43,350 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:04:43,351 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:04:43,351 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:04:43,374 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925483362.xml... 2023-05-12T21:04:43,377 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925483362.xml... Done. 2023-05-12T21:04:43,378 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:04:43,378 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:04:43,378 [Start Level: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.H2DbHelper - activating...done Starting application: 3600 2023-05-12T21:04:43,425 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:04:43,427 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:43,427 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:43,427 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:43,427 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:43,459 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:04:43,471 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:04:43,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:04:43,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:04:43,526 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:04:43,527 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:04:43,530 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! Running org.eclipse.kura.core.test.AllCoreTests 2023-05-12T21:04:43,531 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:43,531 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:43,531 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:43,532 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:43,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance.... 2023-05-12T21:04:43,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance....Done 2023-05-12T21:04:43,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:04:43,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:04:43,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:04:43,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:04:43,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:04:43,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:43,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:43,566 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:43,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:43,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:43,568 [main] INFO o.e.k.c.t.AllCoreTests - setUpClass... 2023-05-12T21:04:43,569 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-12T21:04:43,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-12T21:04:43,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-12T21:04:43,570 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:04:43,570 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:04:43,617 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:04:43,619 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:04:43,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:04:43,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:04:43,859 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:04:43,861 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:04:43,862 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:04:43,862 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:04:43,863 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:04:43,863 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:04:43,864 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:04:43,882 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:04:43,883 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:04:43,946 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:04:43,946 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:04:43,949 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:04:43,950 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:04:43,950 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:04:43,950 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:04:43,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:04:43,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:04:43,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:04:43,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:04:43,957 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:04:43,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:04:43,958 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:04:43,964 [main] INFO o.e.k.c.t.AllCoreTests - Setting Up The Testcase.... 2023-05-12T21:04:43,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:43,965 [main] INFO o.e.k.c.t.AllCoreTests - Changing cloud credentials... 2023-05-12T21:04:44,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925483362... 2023-05-12T21:04:44,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:44,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:04:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484050.xml... 2023-05-12T21:04:44,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484050.xml... Done. 2023-05-12T21:04:44,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:44,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:44,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:44,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.data.DataService 2023-05-12T21:04:44,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925484050... 2023-05-12T21:04:44,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:04:44,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-12T21:04:44,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484084.xml... 2023-05-12T21:04:44,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484084.xml... Done. 2023-05-12T21:04:44,126 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.data.DataService 2023-05-12T21:04:44,126 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2023-05-12T21:04:44,126 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2023-05-12T21:04:44,264 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:04:44,296 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:04:44,298 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:04:44,298 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:04:44,298 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:04:44,299 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:04:44,299 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:04:44,300 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:04:45,126 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:04:45,127 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data/paho-persistence 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:04:45,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:04:45,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:04:45,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:04:45,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:04:45,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:04:45,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:04:45,304 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:04:45,304 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:04:45,311 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:04:45,472 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:04:45,472 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:04:45,473 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:04:45,473 [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. 2023-05-12T21:04:45,536 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:04:45,547 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:04:45,552 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:04:45,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:04:47,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:04:47,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925484084... 2023-05-12T21:04:47,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:47,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-12T21:04:47,456 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-12T21:04:47,456 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Starting Artemis 2023-05-12T21:04:47,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925487454.xml... 2023-05-12T21:04:47,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925487454.xml... Done. 2023-05-12T21:04:47,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:47,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:47,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:04:47,521 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@b3372bf1 2023-05-12T21:04:47,523 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-12T21:04:47,831 [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 2023-05-12T21:04:47,831 [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 2023-05-12T21:04:47,857 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-12T21:04:47,857 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-12T21:04:47,872 [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) 2023-05-12T21:04:47,881 [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 2023-05-12T21:04:47,896 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-12T21:04:47,896 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-12T21:04:47,932 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-12T21:04:47,937 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-12T21:04:47,976 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-12T21:04:47,976 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-12T21:04:48,098 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:1889 for protocols [MQTT] 2023-05-12T21:04:48,099 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:8889 for protocols [MQTT] 2023-05-12T21:04:48,100 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:8888 for protocols [MQTT] 2023-05-12T21:04:48,101 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-12T21:04:48,101 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [, nodeID=a0d529cc-f108-11ed-a886-0a580a281a31] 2023-05-12T21:04:48,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:04:48,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:04:48,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:04:48,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:04:48,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:04:48,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:04:48,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:04:48,116 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:04:48,116 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:04:48,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:04:48,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:04:48,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:04:48,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:04:48,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:04:48,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:04:48,125 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:04:48,126 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:04:48,128 [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 2023-05-12T21:04:48,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:04:48,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:04:48,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:04:48,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:04:48,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:04:48,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:04:48,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:04:48,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:04:48,137 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:04:48,181 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:04:48,181 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:04:48,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:04:48,185 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:04:48,185 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:04:48,185 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:04:48,185 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:04:48,185 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:04:48,196 [MQTT Con: 0A:58:0A:28:1A:31] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2023-05-12T21:04:48,263 [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. 2023-05-12T21:04:48,381 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:04:48,381 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:04:48,383 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:38998: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-12T21:04:48,481 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925487454... 2023-05-12T21:04:48,493 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:48,500 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:04:48,501 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:04:48,523 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925488501.xml... 2023-05-12T21:04:48,525 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925488501.xml... Done. 2023-05-12T21:04:48,526 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:48,526 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:48,526 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:04:58,284 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:05:18,382 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:05:18,382 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:05:18,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:05:18,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:18,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:05:18,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:05:18,388 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:18,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:05:18,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:18,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:05:18,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:05:18,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:18,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:18,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:18,391 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:18,394 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:18,398 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:18,400 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:18,401 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:18,402 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:18,402 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:18,404 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:18,405 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:18,405 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:18,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:18,406 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:18,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:18,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:18,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:18,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:18,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:18,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:18,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:18,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:18,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:18,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:18,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:18,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:18,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:18,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:18,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:18,714 [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. 2023-05-12T21:05:18,729 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:18,734 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:18,740 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:18,752 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:18,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:18,756 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:05:18,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:05:18,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:18,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:05:18,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:05:18,758 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:18,759 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:05:18,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:05:18,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:05:18,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:18,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:05:18,772 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:05:18,773 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:05:18,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:05:18,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:05:18,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:05:18,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:05:18,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:05:18,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:05:18,775 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:05:18,776 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:05:18,776 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:05:18,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:05:18,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:05:18,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:05:18,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:05:18,783 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:05:18,784 [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 2023-05-12T21:05:18,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:05:18,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:05:18,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:05:18,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:05:18,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:05:18,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:05:18,794 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:05:18,794 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:18,795 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:18,797 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:05:18,797 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:05:18,798 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:18,798 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:18,798 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:18,799 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:18,800 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:18,800 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:18,800 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:18,800 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:18,804 [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. 2023-05-12T21:05:18,964 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:42676: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2023-05-12T21:05:18,986 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:05:18,986 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:05:28,805 [Thread-4 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:05:48,987 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:05:48,987 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:05:48,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:05:48,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:48,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:05:48,990 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:05:48,990 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:48,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:05:48,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:48,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:05:48,992 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:05:48,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:48,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:48,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:48,993 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:48,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:49,000 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:49,002 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:49,003 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:49,004 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:49,005 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:49,005 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:49,005 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:49,005 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:49,005 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:49,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:49,007 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:49,007 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:49,007 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:49,008 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:49,311 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:49,312 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:49,312 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:49,312 [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. 2023-05-12T21:05:49,327 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:49,331 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:49,334 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:49,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:49,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:49,340 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:05:49,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:05:49,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:49,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:05:49,341 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:05:49,342 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:49,342 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:05:49,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testTruststore 2023-05-12T21:05:49,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-12T21:05:49,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:49,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-12T21:05:49,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-12T21:05:49,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-12T21:05:49,354 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-12T21:05:49,355 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-12T21:05:49,355 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-12T21:05:49,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:05:49,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:05:49,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:05:49,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:05:49,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:05:49,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:05:49,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:05:49,363 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:05:49,364 [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 2023-05-12T21:05:49,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:05:49,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:05:49,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:05:49,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:05:49,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:05:49,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:05:49,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:05:49,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:49,374 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:49,374 [ConfigurationListener Event Queue] ERROR o.e.k.c.d.t.m.MqttDataTransport - SSL setup failed org.eclipse.kura.KuraRuntimeException: An internal error occurred. {0} at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getKeyManagers(SslManagerServiceImpl.java:475) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:343) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:229) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:208) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:199) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:234) 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) 2023-05-12T21:05:49,375 [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) 2023-05-12T21:05:49,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:05:49,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:49,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:05:49,378 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:05:49,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:49,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:05:49,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:49,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:05:49,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:05:49,381 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:49,381 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:05:49,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-12T21:05:49,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:05:49,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-12T21:05:49,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-12T21:05:49,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:05:49,383 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-12T21:05:49,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:05:49,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:05:49,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:49,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:05:49,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:05:49,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:05:49,391 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:05:49,393 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:05:49,393 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:05:49,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:05:49,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:05:49,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:05:49,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:05:49,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:05:49,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:05:49,400 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:05:49,414 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:05:49,415 [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 2023-05-12T21:05:49,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:05:49,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:05:49,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:05:49,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:05:49,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:05:49,422 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:05:49,424 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:05:49,424 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:49,425 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:49,428 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:05:49,428 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:05:49,429 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:49,429 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:49,429 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-12T21:05:49,429 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:49,430 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:49,431 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:49,431 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:49,858 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:05:49,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:05:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:05:49,860 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:05:49,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:49,860 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:49,860 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:05:49,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:05:49,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:49,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:05:49,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:05:49,862 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:49,862 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:05:49,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:49,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:49,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:49,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:49,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:49,874 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:49,877 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:49,878 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:49,879 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:49,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:49,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:49,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:49,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:49,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:49,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:49,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:49,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:49,883 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:49,883 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:49,883 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:49,883 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:49,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:50,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:50,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:50,188 [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. 2023-05-12T21:05:50,192 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:50,197 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:50,202 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:50,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:50,208 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:50,208 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:05:50,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:05:50,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:50,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:05:50,209 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:05:50,210 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:50,210 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:05:50,210 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testTruststore 2023-05-12T21:05:50,210 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-12T21:05:50,211 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:50,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-12T21:05:50,221 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-12T21:05:50,221 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-12T21:05:50,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-12T21:05:50,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-12T21:05:50,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-12T21:05:50,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:05:50,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:05:50,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:50,224 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-12T21:05:50,224 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-12T21:05:50,224 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-12T21:05:50,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:05:50,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:05:50,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:05:50,230 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:05:50,231 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:05:50,232 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:05:50,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:05:50,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:05:50,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:05:50,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:05:50,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:05:50,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:05:50,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:05:50,244 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:05:50,245 [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 2023-05-12T21:05:50,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:05:50,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:05:50,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:05:50,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:05:50,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:05:50,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:05:50,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:05:50,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:50,257 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:50,259 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:05:50,259 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:05:50,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:50,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:50,262 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:50,607 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:50,607 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,607 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:05:50,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:05:50,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:50,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:05:50,609 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:05:50,609 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:05:50,609 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:50,610 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:05:50,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:05:50,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:50,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:05:50,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:50,611 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:05:50,611 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:05:50,612 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:50,612 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:50,613 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:50,613 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:50,618 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:50,623 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:50,626 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:50,626 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:50,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:50,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:50,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:50,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:50,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:50,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:50,631 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:50,631 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:50,631 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:50,631 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:50,631 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:50,633 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:50,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:50,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:50,936 [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. 2023-05-12T21:05:50,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:50,943 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:50,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:50,949 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:50,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:05:50,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:50,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:05:50,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:05:50,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:05:50,954 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:05:50,955 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:05:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:05:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-12T21:05:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:05:50,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:50,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-12T21:05:50,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-12T21:05:50,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:50,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:05:50,966 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:50,968 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:50,969 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:50,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:50,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:50,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:50,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:50,973 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:50,973 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:50,974 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:51,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:51,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:51,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:51,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. 2023-05-12T21:05:51,292 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:51,295 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:05:51,298 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:51,302 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:51,306 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:05:51,307 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-12T21:05:51,377 [main] INFO o.e.j.u.log - Logging initialized @71832ms to org.eclipse.jetty.util.log.Slf4jLog 2023-05-12T21:05:51,469 [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 2023-05-12T21:05:51,499 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:05:51,499 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:05:51,500 [main] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:05:51,508 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-74e99783{/,null,AVAILABLE} 2023-05-12T21:05:51,514 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@2633b565{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-12T21:05:51,514 [main] INFO o.e.j.s.Server - Started @71970ms 2023-05-12T21:05:51,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:05:51,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:05:51,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:05:51,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:05:51,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:05:51,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:05:51,541 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:05:51,542 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:05:51,547 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2023-05-12T21:05:51,550 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - certificate DC=bar.com, CN=broker CA has no CRL distribution points 2023-05-12T21:05:51,550 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:05:56,550 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:05:56,617 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:05:56,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:05:56,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:05:56,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:05:56,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:05:56,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:05:56,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:05:56,633 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:05:56,634 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:05:56,635 [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 2023-05-12T21:05:56,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:05:56,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:05:56,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:05:56,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:05:56,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:56,640 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:56,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:05:56,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:05:56,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:05:56,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:05:56,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:05:56,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:56,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:56,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-12T21:05:56,646 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-12T21:05:56,646 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:56,647 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:56,647 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:05:56,647 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:56,647 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:05:56,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:56,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:56,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:56,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:56,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:56,988 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:56,988 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:56,989 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:05:57,621 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:05:57,623 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:05:57,625 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:05:57,625 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:57,625 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:05:57,626 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:05:57,626 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:05:57,626 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:57,626 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:05:57,627 [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 2023-05-12T21:05:57,630 [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 2023-05-12T21:05:57,634 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:05:57,638 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:57,638 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:05:57,640 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:57,640 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:05:57,640 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:05:57,641 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:05:57,641 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:57,641 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:57,641 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:05:57,641 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:57,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:57,643 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:57,643 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:57,643 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:05:57,947 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:05:57,947 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:57,948 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:05:57,948 [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. 2023-05-12T21:05:57,964 [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 2023-05-12T21:05:57,967 [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 2023-05-12T21:05:57,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:05:57,976 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:05:57,979 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:05:57,979 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:05:57,981 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:05:57,981 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:05:57,981 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:05:57,981 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:05:57,982 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:05:57,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:05:57,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:05:57,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:05:57,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:05:57,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:05:58,005 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:05:58,006 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:05:58,006 [Thread-3 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:43532: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_revoked. 2023-05-12T21:05:58,625 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:05:58,627 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:05:58,628 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:05:59,628 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:05:59,630 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:05:59,630 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:00,631 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:00,633 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:00,634 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:01,634 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:01,636 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:01,636 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:02,625 [pool-31-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-12T21:06:02,626 [pool-31-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-12T21:06:02,637 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:02,639 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:02,639 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:03,640 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:03,642 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:03,642 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:04,643 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:04,645 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:04,645 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:05,645 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:05,647 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:05,647 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:06,648 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:06,650 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:06,650 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:07,651 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:07,653 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:07,653 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:07,988 [Thread-3 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:06:08,654 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:08,656 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:08,656 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:09,657 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:09,659 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:09,659 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:10,659 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:10,661 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:10,662 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:11,662 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:11,664 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:11,664 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:12,665 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:12,667 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:12,667 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:13,668 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:13,670 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:13,670 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:14,670 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:14,672 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:14,672 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:15,673 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:15,675 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:15,675 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:16,675 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:16,678 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:16,678 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:17,678 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:17,680 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:17,680 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:18,681 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:18,683 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:18,683 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:19,684 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:19,686 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:19,686 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:20,687 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:20,689 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:20,689 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:21,689 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:21,691 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:21,691 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:22,692 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:22,694 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:22,694 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:23,694 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:23,696 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:23,696 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:24,697 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:24,699 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:24,699 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:25,699 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:25,702 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:25,702 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:26,703 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:26,705 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:26,706 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:27,706 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:06:27,708 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:06:27,709 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:06:28,006 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:06:28,006 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:06:28,007 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:06:28,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:06:28,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:06:28,008 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:06:28,009 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:06:28,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:06:28,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:06:28,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:06:28,010 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:06:28,011 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:06:28,011 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:06:28,011 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:06:28,012 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:28,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:28,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:06:28,022 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:28,022 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:28,024 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:06:28,024 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:06:28,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:28,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:06:28,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:06:28,026 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:28,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:28,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:28,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:28,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:28,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:28,027 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:06:28,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:06:28,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:28,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:06:28,332 [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. 2023-05-12T21:06:28,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:28,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:28,357 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:06:28,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:06:28,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:06:28,363 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:06:28,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:06:28,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:06:28,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:06:28,364 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:06:28,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:06:28,365 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:06:28,369 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@2633b565{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-12T21:06:28,369 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:06:28,371 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-74e99783{/,null,STOPPED} 2023-05-12T21:06:28,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:06:28,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:06:28,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:06:28,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:06:28,386 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:06:28,387 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:06:28,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:06:28,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:06:28,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:06:28,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:06:28,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:06:28,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:06:28,391 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:06:28,391 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:06:28,392 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:06:28,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:06:28,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:06:28,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:06:28,399 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:06:28,400 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:06:28,400 [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 2023-05-12T21:06:28,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:06:28,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:06:28,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:06:28,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:06:28,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:06:28,408 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:06:28,412 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:06:28,412 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:06:28,412 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:06:28,414 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:06:28,414 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:06:28,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:28,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:28,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-12T21:06:28,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:28,415 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:28,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:28,418 [MQTT Con: 0A:58:0A:28:1A:31] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2023-05-12T21:06:28,433 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:06:28,434 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:06:28,434 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:47084: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-12T21:06:38,421 [Thread-3 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:06:58,434 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:06:58,434 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:06:58,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:06:58,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:06:58,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:06:58,437 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:06:58,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:06:58,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:06:58,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:06:58,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:06:58,438 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:06:58,438 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:06:58,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:06:58,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:06:58,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:58,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:58,446 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:06:58,449 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:58,449 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:58,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:06:58,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:06:58,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:58,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:58,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:58,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:58,454 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:06:58,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:06:58,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:58,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:06:58,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. 2023-05-12T21:06:58,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:58,779 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:58,783 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:06:58,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:06:58,792 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:06:58,792 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:06:58,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:06:58,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:06:58,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:06:58,794 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:06:58,795 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:06:58,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testTruststore 2023-05-12T21:06:58,795 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:06:58,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-12T21:06:58,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:06:58,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-12T21:06:58,806 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-12T21:06:58,806 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-12T21:06:58,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-12T21:06:58,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-12T21:06:58,808 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-12T21:06:58,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:06:58,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:06:58,809 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-12T21:06:58,809 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-12T21:06:58,810 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-12T21:06:58,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:06:58,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:06:58,815 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:06:58,816 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:06:58,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:06:58,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:06:58,817 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:06:58,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:06:58,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:06:58,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:06:58,818 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:06:58,819 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:06:58,819 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:06:58,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:06:58,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:06:58,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:06:58,824 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:06:58,826 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:06:58,827 [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 2023-05-12T21:06:58,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:06:58,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:06:58,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:06:58,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:06:58,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:06:58,833 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:06:58,835 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:06:58,835 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:06:58,836 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:06:58,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925488501... 2023-05-12T21:06:58,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:06:58,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testSsl ... Done. 2023-05-12T21:06:58,848 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:06:58,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:06:58,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:06:58,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:06:58,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:58,853 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:58,858 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:06:58,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925618848.xml... 2023-05-12T21:06:58,862 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:58,863 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:58,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:06:58,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:06:58,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925618848.xml... Done. 2023-05-12T21:06:58,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:58,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testSsl 2023-05-12T21:06:58,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testSsl 2023-05-12T21:06:58,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:06:58,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testSsl 2023-05-12T21:06:58,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:58,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:58,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:06:58,865 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:58,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:58,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:58,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:58,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:58,868 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:06:59,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:06:59,172 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:59,172 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:06:59,172 [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. 2023-05-12T21:06:59,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:59,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:59,181 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:06:59,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:06:59,186 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:06:59,186 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:59,187 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:06:59,189 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:06:59,190 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:06:59,190 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:06:59,190 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:06:59,191 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:59,196 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:06:59,199 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:06:59,201 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:59,202 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:06:59,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:06:59,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:06:59,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:06:59,204 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:59,205 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:59,205 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:59,509 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:06:59,510 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:59,510 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:06:59,510 [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. 2023-05-12T21:06:59,514 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:59,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:06:59,519 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:06:59,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:06:59,524 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:06:59,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:06:59,525 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:06:59,527 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:06:59,528 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:06:59,528 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:06:59,529 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:06:59,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:06:59,554 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:06:59,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:06:59,555 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:45910: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-12T21:07:09,541 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:07:29,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:07:29,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:07:29,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:29,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:29,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:29,557 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:29,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:07:29,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:29,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:07:29,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:07:29,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:29,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:07:29,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:29,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:07:29,562 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:29,567 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:29,569 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:07:29,572 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:29,572 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:29,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:29,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:07:29,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:07:29,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:07:29,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:29,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:29,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:29,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:29,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:29,577 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:07:29,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:29,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:29,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:07:29,881 [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. 2023-05-12T21:07:29,884 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:29,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:29,889 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:07:29,892 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:07:29,895 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:29,895 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:07:29,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:07:29,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:29,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:07:29,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:07:29,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:29,898 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:07:29,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-12T21:07:29,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:07:29,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-12T21:07:29,899 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-12T21:07:29,899 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:07:29,899 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-12T21:07:29,899 [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 2023-05-12T21:07:29,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:29,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:29,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:29,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:29,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:29,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:29,913 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:29,913 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:29,913 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:07:29,913 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1889 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:29,914 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:29,915 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:30,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:30,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:30,220 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:07:30,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:30,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:30,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:30,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:30,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testTruststore 2023-05-12T21:07:30,222 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:07:30,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-12T21:07:30,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:07:30,223 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:30,223 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:07:30,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-12T21:07:30,233 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-12T21:07:30,233 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-12T21:07:30,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-12T21:07:30,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-12T21:07:30,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-12T21:07:30,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:07:30,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:07:30,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:07:30,240 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-12T21:07:30,240 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-12T21:07:30,240 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-12T21:07:30,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:07:30,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:07:30,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:07:30,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:07:30,258 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:07:30,258 [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 2023-05-12T21:07:30,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:30,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:30,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:30,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:30,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:30,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:30,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:30,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:30,268 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:30,268 [ConfigurationListener Event Queue] ERROR o.e.k.c.d.t.m.MqttDataTransport - SSL setup failed org.eclipse.kura.KuraRuntimeException: An internal error occurred. {0} at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getKeyManagers(SslManagerServiceImpl.java:475) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:343) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:229) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:208) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:199) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:234) 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) 2023-05-12T21:07:30,268 [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) 2023-05-12T21:07:30,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:30,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:30,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:30,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:07:30,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:30,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:07:30,272 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:07:30,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:30,273 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:07:30,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-12T21:07:30,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:07:30,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-12T21:07:30,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-12T21:07:30,274 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:07:30,274 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-12T21:07:30,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:07:30,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:07:30,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:07:30,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:07:30,281 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:07:30,281 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:07:30,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:07:30,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:07:30,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:07:30,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:07:30,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:07:30,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:07:30,284 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:07:30,284 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:07:30,284 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:07:30,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:07:30,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:07:30,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:07:30,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:07:30,292 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:07:30,292 [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 2023-05-12T21:07:30,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:30,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:30,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:30,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:30,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:30,299 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:30,301 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:30,302 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:30,302 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:30,304 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:07:30,304 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:07:30,305 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:30,305 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:30,305 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-12T21:07:30,305 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:30,305 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:30,306 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:30,307 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:30,307 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:30,694 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:30,694 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:30,694 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:07:30,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:30,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:30,696 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:30,697 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:30,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:30,697 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:07:30,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:07:30,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:30,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:07:30,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:07:30,700 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:30,701 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:07:30,702 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:07:30,702 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:30,702 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:07:30,703 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:30,706 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:30,708 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:07:30,711 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:30,711 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:30,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:30,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:07:30,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:07:30,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:07:30,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:30,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:30,714 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:30,714 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:30,714 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:30,714 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:07:31,022 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:31,022 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,022 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:07:31,022 [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. 2023-05-12T21:07:31,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:31,041 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:31,046 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:07:31,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:07:31,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:31,054 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:07:31,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:07:31,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:31,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:07:31,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:07:31,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:31,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:07:31,056 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:07:31,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:07:31,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:07:31,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:07:31,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:07:31,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:07:31,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:07:31,069 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:07:31,069 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:07:31,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:07:31,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:07:31,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:07:31,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:07:31,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:07:31,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:07:31,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:07:31,078 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:07:31,078 [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 2023-05-12T21:07:31,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:31,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:31,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:31,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:31,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:31,086 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:31,087 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:31,087 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:31,088 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:31,089 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:07:31,089 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:31,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:31,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:31,438 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:31,438 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,438 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:07:31,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:31,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:31,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:31,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:31,441 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:31,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:31,441 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:07:31,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:07:31,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:31,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:07:31,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:07:31,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:31,445 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:07:31,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:07:31,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:07:31,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:07:31,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:31,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:07:31,453 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:07:31,455 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:31,455 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:07:31,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:07:31,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:07:31,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:07:31,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:07:31,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:31,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:31,459 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:31,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:07:31,459 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:31,459 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:31,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:07:31,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:07:31,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. 2023-05-12T21:07:31,779 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:31,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:07:31,784 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:07:31,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:07:31,793 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:07:31,793 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:07:31,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:07:31,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:31,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:07:31,795 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:07:31,795 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:07:31,795 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:07:31,796 [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 2023-05-12T21:07:31,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:31,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:31,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:31,822 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:31,822 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:31,822 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:31,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:31,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:31,824 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:31,823 [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:399) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:342) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:229) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:208) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:199) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:234) 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$KeystoreLoader.loadKeystore(FilesystemKeystoreServiceImpl.java:369) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.loadKeystore(FilesystemKeystoreServiceImpl.java:325) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.loadKeystore(FilesystemKeystoreServiceImpl.java:158) at org.eclipse.kura.core.keystore.BaseKeystoreService.getKeyStore(BaseKeystoreService.java:123) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:394) ... 57 more 2023-05-12T21:07:31,824 [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) 2023-05-12T21:07:31,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:07:31,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-12T21:07:31,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:31,826 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:07:31,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:31,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:07:31,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:07:31,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:07:31,827 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:31,827 [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:399) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:342) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:229) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:208) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:199) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:234) 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$KeystoreLoader.loadKeystore(FilesystemKeystoreServiceImpl.java:369) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.loadKeystore(FilesystemKeystoreServiceImpl.java:325) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.loadKeystore(FilesystemKeystoreServiceImpl.java:158) at org.eclipse.kura.core.keystore.BaseKeystoreService.getKeyStore(BaseKeystoreService.java:123) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:394) ... 27 more 2023-05-12T21:07:31,833 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:07:31,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:07:31,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:07:31,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:07:31,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:07:31,838 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:07:31,838 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:07:31,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:07:31,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:07:31,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:07:31,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:07:31,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:07:31,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:07:31,840 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:07:31,840 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:07:31,840 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:07:31,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:07:31,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:07:31,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:07:31,845 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:07:31,847 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:07:31,847 [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 2023-05-12T21:07:31,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:07:31,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:07:31,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:07:31,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:07:31,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:07:31,855 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:07:31,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:07:31,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:07:31,857 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:07:31,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:07:31,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:07:31,859 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:07:31,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:07:31,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:07:31,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:07:31,874 [Thread-0 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:42224: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2023-05-12T21:07:31,880 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-12T21:07:31,881 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-12T21:07:41,862 [Thread-2 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-12T21:08:01,881 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-12T21:08:01,881 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-12T21:08:01,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:08:01,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:01,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:08:01,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:08:01,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:08:01,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:01,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:08:01,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:08:01,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:01,886 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:01,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:01,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:01,888 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:01,892 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:01,896 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:01,898 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:01,898 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:01,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:01,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:01,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:01,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:01,902 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:01,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:02,207 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:02,207 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,207 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:02,207 [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. 2023-05-12T21:08:02,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:02,225 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:02,229 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:02,232 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:02,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:02,236 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:08:02,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:08:02,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:02,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:08:02,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:08:02,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:02,238 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:08:02,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testTruststore 2023-05-12T21:08:02,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-12T21:08:02,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:08:02,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-12T21:08:02,250 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-12T21:08:02,250 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-12T21:08:02,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-12T21:08:02,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-12T21:08:02,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-12T21:08:02,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:08:02,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:08:02,254 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-12T21:08:02,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:08:02,254 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-12T21:08:02,254 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-12T21:08:02,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:08:02,259 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:08:02,259 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:08:02,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:08:02,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:08:02,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:08:02,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:08:02,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:08:02,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:08:02,262 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:08:02,262 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:08:02,262 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:08:02,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:08:02,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:08:02,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:08:02,268 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:08:02,269 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:08:02,270 [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 2023-05-12T21:08:02,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:08:02,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:08:02,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:08:02,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:08:02,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:08:02,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:08:02,281 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:08:02,281 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:08:02,281 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:08:02,282 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:08:02,282 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:02,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:02,284 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:02,284 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:02,284 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:02,621 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:02,621 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,622 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:08:02,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:08:02,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:02,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:08:02,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:08:02,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:08:02,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:02,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:08:02,624 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:08:02,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:02,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:02,625 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:08:02,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:02,630 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:08:02,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:02,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:02,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:02,633 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:02,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:02,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:02,640 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:02,640 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:02,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:02,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:02,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:02,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:02,644 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:02,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:02,949 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:02,949 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,949 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:02,949 [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. 2023-05-12T21:08:02,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:02,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:02,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:02,975 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:02,979 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:02,979 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:08:02,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:08:02,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:02,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:08:02,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:08:02,980 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:02,981 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:08:02,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-12T21:08:02,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:02,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:02,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:08:02,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:02,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-12T21:08:02,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-12T21:08:02,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:02,986 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:02,990 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:02,992 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:02,992 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:02,993 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:02,994 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:02,994 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:02,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:02,996 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:02,996 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:03,301 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:03,301 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:03,301 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:03,301 [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. 2023-05-12T21:08:03,317 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:03,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:03,325 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:03,329 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:03,333 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-12T21:08:03,333 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-12T21:08:03,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:08:03,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:08:03,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:08:03,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:08:03,344 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:08:03,344 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:08:03,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:08:03,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:08:03,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:08:03,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:08:03,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:08:03,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:08:03,347 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:08:03,347 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:08:03,347 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:08:03,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:08:03,352 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:08:03,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:08:03,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:08:03,354 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:08:03,354 [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 2023-05-12T21:08:03,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:08:03,355 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:08:03,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:03,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:03,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:03,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:08:03,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:03,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:03,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:08:03,364 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:03,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:08:03,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:08:03,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:08:03,367 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:03,368 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:03,369 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:03,369 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:03,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:03,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:03,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:03,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:03,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:03,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:03,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:03,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:03,373 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:03,676 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:03,676 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:03,677 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:03,677 [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. 2023-05-12T21:08:03,680 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:03,683 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:03,687 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:03,690 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:03,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:08:03,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:08:03,697 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:08:03,699 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:08:03,699 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:08:03,700 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:03,700 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:03,701 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:03,702 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:04,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:04,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,025 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:08:04,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:08:04,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:04,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:08:04,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:08:04,026 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:04,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:08:04,027 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:04,027 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:08:04,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:04,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:08:04,027 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:08:04,028 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:04,028 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:08:04,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:04,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:04,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:04,031 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:04,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:04,038 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:04,041 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:04,041 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:04,042 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:04,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:04,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:04,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:04,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:04,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:04,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:04,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:04,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:04,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:04,045 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:04,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:04,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,350 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:04,350 [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. 2023-05-12T21:08:04,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:04,368 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:04,371 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:04,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:04,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:04,378 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:08:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:08:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:08:04,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:08:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:08:04,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:08:04,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:08:04,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:08:04,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:08:04,391 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:08:04,391 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:08:04,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:08:04,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:08:04,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:08:04,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-12T21:08:04,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-12T21:08:04,395 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-12T21:08:04,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:08:04,396 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-12T21:08:04,396 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-12T21:08:04,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-12T21:08:04,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-12T21:08:04,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-12T21:08:04,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-12T21:08:04,405 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:08:04,406 [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 2023-05-12T21:08:04,406 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-12T21:08:04,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:08:04,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-12T21:08:04,413 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-12T21:08:04,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-12T21:08:04,414 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-12T21:08:04,416 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-12T21:08:04,416 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-12T21:08:04,416 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-12T21:08:04,417 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:04,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:04,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:04,752 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:04,753 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,753 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-12T21:08:04,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-12T21:08:04,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:04,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-12T21:08:04,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-12T21:08:04,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-12T21:08:04,755 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:04,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:08:04,756 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:08:04,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:04,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:08:04,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:08:04,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:04,759 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:08:04,760 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:08:04,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:08:04,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:08:04,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:04,765 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:08:04,768 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:08:04,770 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:04,770 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC 2023-05-12T21:08:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:08:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:08:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:08:04,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:08:04,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:08:04,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:08:05,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:08:05,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:08:05,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:08:05,078 [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. 2023-05-12T21:08:05,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:05,084 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:08:05,088 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:08:05,092 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:08:05,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:08:05,095 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:08:05,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-12T21:08:05,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:05,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-12T21:08:05,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-12T21:08:05,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-12T21:08:05,097 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:08:05,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925618848... 2023-05-12T21:08:05,109 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:08:05,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-12T21:08:05,117 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-12T21:08:05,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925685116.xml... 2023-05-12T21:08:05,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925685116.xml... Done. 2023-05-12T21:08:05,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:08:05,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:08:05,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:08:05,139 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [a0d529cc-f108-11ed-a886-0a580a281a31] stopped, uptime 3 minutes 2023-05-12T21:08:05,139 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@b3372bf1 2023-05-12T21:08:05,139 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-12T21:08:05,224 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:08:05,228 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685228-6866245617601098046 with QoS: 0 2023-05-12T21:08:05,230 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/deploymentPackages, priority: 1 2023-05-12T21:08:05,232 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/deploymentPackages, priority: 1 2023-05-12T21:08:05,234 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/deploymentPackages with QoS: 0 2023-05-12T21:08:05,236 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/deploymentPackages 2023-05-12T21:08:05,254 [pool-9-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 2023-05-12T21:08:05,254 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685228-6866245617601098046, priority: 1 2023-05-12T21:08:05,258 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685228-6866245617601098046, priority: 1 2023-05-12T21:08:05,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685228-6866245617601098046 with QoS: 0 2023-05-12T21:08:05,264 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685228-6866245617601098046 2023-05-12T21:08:05,264 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685228-6866245617601098046 2023-05-12T21:08:05,269 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:08:05,350 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:08:05,352 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685352--2673316023129136759 with QoS: 0 2023-05-12T21:08:05,354 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/inventory, priority: 1 2023-05-12T21:08:05,356 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/inventory, priority: 1 2023-05-12T21:08:05,358 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/inventory with QoS: 0 2023-05-12T21:08:05,361 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/inventory 2023-05-12T21:08:05,421 [pool-9-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 2023-05-12T21:08:05,422 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685352--2673316023129136759, priority: 1 2023-05-12T21:08:05,426 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685352--2673316023129136759, priority: 1 2023-05-12T21:08:05,429 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685352--2673316023129136759 with QoS: 0 2023-05-12T21:08:05,434 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685352--2673316023129136759 2023-05-12T21:08:05,434 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685352--2673316023129136759 2023-05-12T21:08:05,439 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:08:05,482 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:08:05,484 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685484--3284073317609731545 with QoS: 0 2023-05-12T21:08:05,486 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/bundles, priority: 1 2023-05-12T21:08:05,514 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/bundles, priority: 1 2023-05-12T21:08:05,517 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/bundles with QoS: 0 2023-05-12T21:08:05,519 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/bundles 2023-05-12T21:08:05,528 [pool-9-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 2023-05-12T21:08:05,529 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685484--3284073317609731545, priority: 1 2023-05-12T21:08:05,532 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685484--3284073317609731545, priority: 1 2023-05-12T21:08:05,534 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685484--3284073317609731545 with QoS: 0 2023-05-12T21:08:05,538 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685484--3284073317609731545 2023-05-12T21:08:05,538 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685484--3284073317609731545 2023-05-12T21:08:05,541 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:08:05,580 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:08:05,582 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685581-851755843860188363 with QoS: 0 2023-05-12T21:08:05,584 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/systemPackages, priority: 1 2023-05-12T21:08:05,617 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/systemPackages, priority: 1 2023-05-12T21:08:05,619 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/systemPackages with QoS: 0 2023-05-12T21:08:05,621 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/GET/systemPackages 2023-05-12T21:08:05,640 [pool-9-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 2023-05-12T21:08:05,641 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685581-851755843860188363, priority: 1 2023-05-12T21:08:05,644 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683925685581-851755843860188363, priority: 1 2023-05-12T21:08:05,647 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685581-851755843860188363 with QoS: 0 2023-05-12T21:08:05,649 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685581-851755843860188363 2023-05-12T21:08:05,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/INVENTORY-V1/REPLY/1683925685581-851755843860188363 2023-05-12T21:08:05,651 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:05,658 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:05,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:06,659 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:06,662 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:06,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:07,662 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:07,666 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:07,668 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:08,666 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:08,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:08,672 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:09,670 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:09,673 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:09,675 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:10,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:10,678 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:10,681 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:11,679 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:11,683 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:11,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:12,683 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:12,686 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:12,688 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:13,687 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:13,691 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:13,695 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:14,692 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:14,695 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:14,698 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:15,696 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:15,701 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:15,703 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:16,701 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:16,704 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:16,708 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:17,705 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:17,709 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:17,711 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:18,709 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:18,712 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:18,714 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:19,712 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:19,717 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:19,720 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:20,717 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:20,720 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:20,722 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:21,720 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:21,723 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:21,725 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:22,724 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:22,726 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:22,729 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:23,727 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:23,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:23,732 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:24,730 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:24,733 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:24,735 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:25,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:25,737 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:25,740 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:26,738 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:26,742 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:26,745 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:27,742 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:27,745 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:27,747 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:28,746 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:28,749 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:28,751 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:29,749 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:29,752 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:29,754 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:30,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:30,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:30,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:31,756 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:31,759 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:31,760 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:32,759 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:32,762 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:32,764 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:33,763 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:33,767 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:33,770 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:34,768 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:34,771 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:34,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:35,771 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:35,774 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:35,775 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:36,774 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:36,779 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:36,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:37,779 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:37,782 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:37,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:38,782 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:38,785 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:38,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:39,786 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:39,789 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:39,790 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:40,789 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:40,792 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:40,794 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:41,793 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:41,795 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:41,797 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:42,796 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:42,798 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:42,800 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:43,799 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:43,802 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:43,803 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:44,802 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:44,805 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:44,807 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:45,806 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:45,808 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:45,810 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:46,809 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:46,812 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:46,813 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:47,812 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:47,816 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:47,818 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:48,816 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:48,819 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:48,821 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:49,820 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:49,822 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:49,824 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:50,823 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:50,825 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:50,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:51,826 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:51,828 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:51,830 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:52,829 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:52,832 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:52,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:53,833 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:53,835 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:53,837 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:54,836 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:54,839 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:54,841 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:55,840 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:55,842 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:55,844 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:56,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:56,845 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:56,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:57,846 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:57,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:57,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:58,849 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:58,852 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:58,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:08:59,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:59,855 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:08:59,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:00,855 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:00,858 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:00,860 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:01,859 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:01,862 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:01,865 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:02,862 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:02,865 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:02,867 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:03,865 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:03,868 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:03,871 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:04,869 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:04,872 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:04,874 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:05,872 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:05,875 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:05,877 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:06,875 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:06,878 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:06,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:07,878 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:07,881 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:07,883 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:08,881 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:08,885 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:08,888 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:09,886 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:09,889 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:09,891 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:10,889 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:10,891 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:10,893 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:11,892 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:11,895 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:11,898 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:12,895 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:12,898 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:12,900 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:13,898 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:13,901 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:13,902 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:14,902 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:14,904 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:14,906 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:15,905 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:15,916 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:15,918 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:16,917 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:16,920 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:16,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:17,921 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:17,924 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:17,925 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:18,924 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:18,927 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:18,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:19,927 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:19,930 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:19,932 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:20,931 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:20,933 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:20,934 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:21,933 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:21,936 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:21,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:22,936 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:22,939 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:22,941 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:23,939 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:23,942 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:23,944 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:24,943 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:24,945 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:24,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:25,945 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:25,949 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:25,952 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:26,949 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:26,952 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:26,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:27,952 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:27,955 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:27,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:28,956 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:28,958 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:28,961 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:29,959 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:29,963 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:29,965 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:30,964 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:30,966 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:30,967 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:31,966 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:31,969 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:31,970 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:32,969 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:32,972 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:32,974 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:33,973 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:33,977 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:33,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:34,977 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:34,980 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:34,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:35,980 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:35,984 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:35,986 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:36,984 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:36,987 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:36,988 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:37,987 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:37,991 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:37,994 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:38,992 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:38,995 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:38,997 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:39,995 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:39,998 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:39,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:40,998 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:41,001 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:41,002 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:42,001 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:42,004 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:42,007 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:43,005 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:43,008 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:43,009 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:44,008 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:44,011 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:44,012 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:45,011 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:45,014 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:45,016 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 0 2023-05-12T21:09:46,015 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,017 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,017 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 148 2023-05-12T21:09:46,017 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,018 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,020 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,020 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 149 2023-05-12T21:09:46,020 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,022 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,022 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 150 2023-05-12T21:09:46,022 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,025 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,026 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 151 2023-05-12T21:09:46,026 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,029 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 148 to store 2023-05-12T21:09:46,032 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,032 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 152 2023-05-12T21:09:46,032 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,037 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,037 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 153 2023-05-12T21:09:46,037 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,039 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,039 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 154 2023-05-12T21:09:46,039 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,041 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,041 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 155 2023-05-12T21:09:46,041 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,044 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,044 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 156 2023-05-12T21:09:46,044 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,047 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,047 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 157 2023-05-12T21:09:46,048 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,050 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,051 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 158 2023-05-12T21:09:46,051 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,054 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,054 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 159 2023-05-12T21:09:46,054 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,055 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,056 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 160 2023-05-12T21:09:46,056 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,057 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,057 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 161 2023-05-12T21:09:46,058 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,059 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,059 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 162 2023-05-12T21:09:46,059 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,061 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,061 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 163 2023-05-12T21:09:46,061 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,063 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,064 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 164 2023-05-12T21:09:46,064 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,067 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,067 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 165 2023-05-12T21:09:46,067 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,071 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,071 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 166 2023-05-12T21:09:46,071 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,073 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,073 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 167 2023-05-12T21:09:46,074 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,075 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,075 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 168 2023-05-12T21:09:46,075 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,077 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,077 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 169 2023-05-12T21:09:46,077 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,079 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,079 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 170 2023-05-12T21:09:46,079 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,081 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,081 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 171 2023-05-12T21:09:46,081 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,082 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,082 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 172 2023-05-12T21:09:46,083 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,085 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,085 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 173 2023-05-12T21:09:46,086 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,089 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,089 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 174 2023-05-12T21:09:46,089 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,092 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,092 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 175 2023-05-12T21:09:46,093 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,094 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,095 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 176 2023-05-12T21:09:46,095 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,096 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,097 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 177 2023-05-12T21:09:46,097 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,099 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,099 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 178 2023-05-12T21:09:46,099 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,101 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,101 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 179 2023-05-12T21:09:46,101 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,103 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,103 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 180 2023-05-12T21:09:46,103 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,116 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,117 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 181 2023-05-12T21:09:46,117 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,120 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,120 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 182 2023-05-12T21:09:46,120 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,123 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,123 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 183 2023-05-12T21:09:46,124 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,125 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,125 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 184 2023-05-12T21:09:46,125 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,127 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,127 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 185 2023-05-12T21:09:46,127 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,129 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,129 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 186 2023-05-12T21:09:46,129 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,131 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,131 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 187 2023-05-12T21:09:46,131 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,132 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,133 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 188 2023-05-12T21:09:46,133 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,135 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,135 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 189 2023-05-12T21:09:46,135 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,138 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,138 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 190 2023-05-12T21:09:46,138 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,141 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,141 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 191 2023-05-12T21:09:46,141 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,143 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,144 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 192 2023-05-12T21:09:46,144 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,146 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,146 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 193 2023-05-12T21:09:46,146 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,148 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,148 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 194 2023-05-12T21:09:46,148 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,150 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,150 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 195 2023-05-12T21:09:46,150 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,151 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,152 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 196 2023-05-12T21:09:46,152 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,153 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,153 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 197 2023-05-12T21:09:46,153 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,156 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,156 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 198 2023-05-12T21:09:46,156 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,159 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,159 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 199 2023-05-12T21:09:46,159 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,170 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,170 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 200 2023-05-12T21:09:46,170 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,173 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,173 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 201 2023-05-12T21:09:46,173 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,175 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,175 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 202 2023-05-12T21:09:46,175 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,177 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,177 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 203 2023-05-12T21:09:46,177 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,179 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,179 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 204 2023-05-12T21:09:46,179 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,181 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,181 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 205 2023-05-12T21:09:46,181 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,183 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,183 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 206 2023-05-12T21:09:46,183 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,185 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,185 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 207 2023-05-12T21:09:46,185 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,187 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,187 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 208 2023-05-12T21:09:46,187 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,189 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,189 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 209 2023-05-12T21:09:46,189 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,191 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,191 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 210 2023-05-12T21:09:46,192 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,195 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,195 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 211 2023-05-12T21:09:46,195 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,216 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,216 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 212 2023-05-12T21:09:46,216 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,218 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,218 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 213 2023-05-12T21:09:46,218 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,220 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,220 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 214 2023-05-12T21:09:46,220 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,221 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,222 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 215 2023-05-12T21:09:46,222 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,223 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,223 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 216 2023-05-12T21:09:46,223 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,226 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,226 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 217 2023-05-12T21:09:46,227 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,230 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,230 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 218 2023-05-12T21:09:46,230 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,234 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,234 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 219 2023-05-12T21:09:46,234 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,236 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,236 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 220 2023-05-12T21:09:46,236 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,237 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,238 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 221 2023-05-12T21:09:46,238 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,239 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,239 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 222 2023-05-12T21:09:46,239 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,241 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,241 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 223 2023-05-12T21:09:46,241 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,243 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,243 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 224 2023-05-12T21:09:46,243 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,246 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,246 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 225 2023-05-12T21:09:46,246 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,249 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,250 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 226 2023-05-12T21:09:46,250 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,253 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,253 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 227 2023-05-12T21:09:46,254 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,255 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,256 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 228 2023-05-12T21:09:46,256 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,257 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,257 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 229 2023-05-12T21:09:46,257 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,259 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,259 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 230 2023-05-12T21:09:46,259 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,261 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,261 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 231 2023-05-12T21:09:46,261 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,262 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,263 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 232 2023-05-12T21:09:46,263 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,264 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,264 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 233 2023-05-12T21:09:46,265 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,267 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,268 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 234 2023-05-12T21:09:46,268 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,271 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,271 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 235 2023-05-12T21:09:46,271 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,274 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,275 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 236 2023-05-12T21:09:46,275 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,278 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,278 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 237 2023-05-12T21:09:46,278 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,281 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,282 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 238 2023-05-12T21:09:46,282 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,285 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,285 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 239 2023-05-12T21:09:46,285 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,286 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,286 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 240 2023-05-12T21:09:46,287 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,317 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,317 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 241 2023-05-12T21:09:46,317 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,320 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,320 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 242 2023-05-12T21:09:46,321 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,323 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,324 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 243 2023-05-12T21:09:46,324 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,326 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,326 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 244 2023-05-12T21:09:46,326 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,328 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,328 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 245 2023-05-12T21:09:46,328 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,329 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,329 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 246 2023-05-12T21:09:46,330 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,331 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:46,331 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 247 2023-05-12T21:09:46,331 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 148 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 149 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 150 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 151 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 152 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 153 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 154 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 155 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 156 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 157 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 158 2023-05-12T21:09:46,332 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 159 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 160 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 161 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 162 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 163 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 164 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 165 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 166 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 167 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 168 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 169 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 170 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 171 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 172 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 173 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 174 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 175 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 176 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 177 2023-05-12T21:09:46,333 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 178 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 179 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 180 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 181 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 182 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 183 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 184 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 185 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 186 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 187 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 188 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 189 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 190 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 191 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 192 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 193 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 194 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 195 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 196 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 197 2023-05-12T21:09:46,334 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 198 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 199 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 200 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 201 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 202 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 203 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 204 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 205 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 206 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 207 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 208 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 209 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 210 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 211 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 212 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 213 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 214 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 215 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 216 2023-05-12T21:09:46,335 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 217 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 218 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 219 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 220 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 221 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 222 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 223 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 224 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 225 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 226 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 227 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 228 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 229 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 230 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 231 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 232 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 233 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 234 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 235 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 236 2023-05-12T21:09:46,336 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 237 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 238 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 239 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 240 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 241 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 242 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 243 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 244 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 245 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 246 2023-05-12T21:09:46,337 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 247 2023-05-12T21:09:46,339 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,347 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 149 to store 2023-05-12T21:09:46,349 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,353 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 150 to store 2023-05-12T21:09:46,356 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,362 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 151 to store 2023-05-12T21:09:46,366 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,370 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 152 to store 2023-05-12T21:09:46,372 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,377 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 153 to store 2023-05-12T21:09:46,385 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,415 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 154 to store 2023-05-12T21:09:46,419 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,425 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 155 to store 2023-05-12T21:09:46,428 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,433 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 156 to store 2023-05-12T21:09:46,437 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,441 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 157 to store 2023-05-12T21:09:46,443 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,448 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 158 to store 2023-05-12T21:09:46,450 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,454 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 159 to store 2023-05-12T21:09:46,457 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,469 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 160 to store 2023-05-12T21:09:46,471 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,475 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 161 to store 2023-05-12T21:09:46,479 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,491 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 162 to store 2023-05-12T21:09:46,494 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,514 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 163 to store 2023-05-12T21:09:46,517 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,523 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 164 to store 2023-05-12T21:09:46,525 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,530 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 165 to store 2023-05-12T21:09:46,534 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,539 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 166 to store 2023-05-12T21:09:46,541 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,545 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 167 to store 2023-05-12T21:09:46,548 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,554 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 168 to store 2023-05-12T21:09:46,557 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,561 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 169 to store 2023-05-12T21:09:46,563 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,567 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 170 to store 2023-05-12T21:09:46,569 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,573 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 171 to store 2023-05-12T21:09:46,575 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,579 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 172 to store 2023-05-12T21:09:46,581 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,592 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,615 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 173 to store 2023-05-12T21:09:46,620 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,624 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 174 to store 2023-05-12T21:09:46,627 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 175 to store 2023-05-12T21:09:46,629 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,632 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 176 to store 2023-05-12T21:09:46,635 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,638 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 177 to store 2023-05-12T21:09:46,641 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,645 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 178 to store 2023-05-12T21:09:46,647 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 179 to store 2023-05-12T21:09:46,650 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,655 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 180 to store 2023-05-12T21:09:46,658 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,662 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 181 to store 2023-05-12T21:09:46,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,668 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 182 to store 2023-05-12T21:09:46,671 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,675 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 183 to store 2023-05-12T21:09:46,677 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,681 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 184 to store 2023-05-12T21:09:46,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,715 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 185 to store 2023-05-12T21:09:46,718 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,722 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 186 to store 2023-05-12T21:09:46,724 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,728 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 187 to store 2023-05-12T21:09:46,732 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,737 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 188 to store 2023-05-12T21:09:46,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,743 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 189 to store 2023-05-12T21:09:46,745 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,749 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 190 to store 2023-05-12T21:09:46,751 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,755 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 191 to store 2023-05-12T21:09:46,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,762 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 192 to store 2023-05-12T21:09:46,766 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,770 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 193 to store 2023-05-12T21:09:46,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,776 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 194 to store 2023-05-12T21:09:46,779 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,784 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 195 to store 2023-05-12T21:09:46,788 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,815 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,819 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 196 to store 2023-05-12T21:09:46,822 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 197 to store 2023-05-12T21:09:46,826 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,830 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 198 to store 2023-05-12T21:09:46,832 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,836 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 199 to store 2023-05-12T21:09:46,839 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,844 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 200 to store 2023-05-12T21:09:46,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,851 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 201 to store 2023-05-12T21:09:46,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,857 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 202 to store 2023-05-12T21:09:46,860 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,865 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 203 to store 2023-05-12T21:09:46,868 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,872 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 204 to store 2023-05-12T21:09:46,874 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,878 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 205 to store 2023-05-12T21:09:46,881 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,886 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 206 to store 2023-05-12T21:09:46,889 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,915 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 207 to store 2023-05-12T21:09:46,919 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,923 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 208 to store 2023-05-12T21:09:46,925 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,929 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 209 to store 2023-05-12T21:09:46,933 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,937 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 210 to store 2023-05-12T21:09:46,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,944 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 211 to store 2023-05-12T21:09:46,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,951 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 212 to store 2023-05-12T21:09:46,954 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,959 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 213 to store 2023-05-12T21:09:46,963 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,968 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 214 to store 2023-05-12T21:09:46,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,974 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 215 to store 2023-05-12T21:09:46,977 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,981 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 216 to store 2023-05-12T21:09:46,985 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:46,990 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 217 to store 2023-05-12T21:09:46,992 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,015 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 218 to store 2023-05-12T21:09:47,019 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,023 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 219 to store 2023-05-12T21:09:47,026 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,030 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 220 to store 2023-05-12T21:09:47,033 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,038 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 221 to store 2023-05-12T21:09:47,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,045 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 222 to store 2023-05-12T21:09:47,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,052 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 223 to store 2023-05-12T21:09:47,055 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,060 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 224 to store 2023-05-12T21:09:47,062 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,066 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 225 to store 2023-05-12T21:09:47,069 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,073 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 226 to store 2023-05-12T21:09:47,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,079 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 227 to store 2023-05-12T21:09:47,081 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,085 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 228 to store 2023-05-12T21:09:47,087 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,093 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,117 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 229 to store 2023-05-12T21:09:47,121 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,125 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 230 to store 2023-05-12T21:09:47,127 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,131 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 231 to store 2023-05-12T21:09:47,134 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,138 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 232 to store 2023-05-12T21:09:47,141 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 233 to store 2023-05-12T21:09:47,144 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,147 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 234 to store 2023-05-12T21:09:47,150 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,154 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 235 to store 2023-05-12T21:09:47,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,163 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 236 to store 2023-05-12T21:09:47,166 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,171 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 237 to store 2023-05-12T21:09:47,174 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,177 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 238 to store 2023-05-12T21:09:47,180 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,184 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 239 to store 2023-05-12T21:09:47,188 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,215 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 240 to store 2023-05-12T21:09:47,217 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,222 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 241 to store 2023-05-12T21:09:47,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,228 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 242 to store 2023-05-12T21:09:47,230 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,234 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 243 to store 2023-05-12T21:09:47,236 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,240 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 244 to store 2023-05-12T21:09:47,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,247 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 245 to store 2023-05-12T21:09:47,250 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,254 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 246 to store 2023-05-12T21:09:47,257 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:47,260 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 247 to store 2023-05-12T21:09:47,337 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2023-05-12T21:09:47,337 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2023-05-12T21:09:47,337 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,339 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,339 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,341 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,342 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,342 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,344 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,345 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,349 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,349 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,349 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 248 to store 2023-05-12T21:09:47,353 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,353 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,356 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,356 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,357 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,357 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,359 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,359 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,360 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,360 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,362 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,362 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,363 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,363 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,365 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,365 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,366 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,366 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,368 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,368 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,369 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,369 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,371 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,371 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,372 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,372 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,373 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,374 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,375 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,376 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,378 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,378 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,380 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,380 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,382 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,382 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,384 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,384 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,386 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,386 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,387 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,387 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,388 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,388 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,390 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,390 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,391 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,391 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,392 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,392 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,394 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,394 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,416 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,416 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,418 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,419 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,421 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,421 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,423 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,423 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,425 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,425 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,427 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,427 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,428 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,428 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,429 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,430 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,431 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,431 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,432 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,432 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,434 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,434 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,436 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,436 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,438 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,438 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,440 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,441 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,443 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,443 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,445 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,446 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,448 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,448 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,450 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,450 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,452 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,453 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,455 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,455 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,456 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,456 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,458 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,458 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,459 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,459 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,460 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,460 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,462 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,462 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,463 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,463 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,464 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,464 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,466 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,466 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,468 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,468 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,471 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,471 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,473 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,473 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,475 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,475 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,477 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,477 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,478 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,478 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,479 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,480 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,481 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,481 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,482 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,482 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,484 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,484 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,485 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,485 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,487 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,487 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,516 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,516 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,517 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,517 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,519 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,519 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,520 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,520 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,522 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,522 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,523 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,523 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,525 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,525 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,527 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,527 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,529 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,529 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,531 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,531 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,534 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,534 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,536 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,536 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,537 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,537 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,539 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,539 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,540 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,540 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,541 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,542 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,543 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,543 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,544 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,544 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,546 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,546 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,547 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,547 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,548 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,548 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,550 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,550 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,551 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,551 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,552 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,552 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,553 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,553 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,555 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,555 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,557 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,557 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,560 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,560 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,563 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,563 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,565 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:47,565 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,570 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,575 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 249 to store 2023-05-12T21:09:47,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,582 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 250 to store 2023-05-12T21:09:47,618 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,621 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 251 to store 2023-05-12T21:09:47,626 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,631 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 252 to store 2023-05-12T21:09:47,635 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,638 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 253 to store 2023-05-12T21:09:47,640 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,645 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,649 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 254 to store 2023-05-12T21:09:47,652 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,655 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 255 to store 2023-05-12T21:09:47,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,663 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 256 to store 2023-05-12T21:09:47,665 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 257 to store 2023-05-12T21:09:47,669 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,672 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 258 to store 2023-05-12T21:09:47,676 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,680 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 259 to store 2023-05-12T21:09:47,684 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,714 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 260 to store 2023-05-12T21:09:47,719 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,722 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 261 to store 2023-05-12T21:09:47,730 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,733 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 262 to store 2023-05-12T21:09:47,737 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,741 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 263 to store 2023-05-12T21:09:47,743 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,747 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 264 to store 2023-05-12T21:09:47,750 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,754 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 265 to store 2023-05-12T21:09:47,758 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,761 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 266 to store 2023-05-12T21:09:47,764 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,768 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 267 to store 2023-05-12T21:09:47,771 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,775 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 268 to store 2023-05-12T21:09:47,779 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,783 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 269 to store 2023-05-12T21:09:47,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,817 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 270 to store 2023-05-12T21:09:47,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,823 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 271 to store 2023-05-12T21:09:47,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,831 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 272 to store 2023-05-12T21:09:47,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,838 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 273 to store 2023-05-12T21:09:47,841 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,845 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 274 to store 2023-05-12T21:09:47,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,851 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 275 to store 2023-05-12T21:09:47,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,856 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 276 to store 2023-05-12T21:09:47,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,862 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 277 to store 2023-05-12T21:09:47,865 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,869 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 278 to store 2023-05-12T21:09:47,873 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,877 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 279 to store 2023-05-12T21:09:47,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,915 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 280 to store 2023-05-12T21:09:47,918 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,921 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 281 to store 2023-05-12T21:09:47,924 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,933 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 282 to store 2023-05-12T21:09:47,935 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 283 to store 2023-05-12T21:09:47,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,940 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 284 to store 2023-05-12T21:09:47,942 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,946 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 285 to store 2023-05-12T21:09:47,948 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,952 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 286 to store 2023-05-12T21:09:47,956 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,960 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 287 to store 2023-05-12T21:09:47,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,968 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 288 to store 2023-05-12T21:09:47,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:47,975 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 289 to store 2023-05-12T21:09:47,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,015 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 290 to store 2023-05-12T21:09:48,016 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 291 to store 2023-05-12T21:09:48,018 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,023 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,028 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 292 to store 2023-05-12T21:09:48,031 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,035 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 293 to store 2023-05-12T21:09:48,039 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,042 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 294 to store 2023-05-12T21:09:48,046 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,050 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 295 to store 2023-05-12T21:09:48,053 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,056 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 296 to store 2023-05-12T21:09:48,059 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,063 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 297 to store 2023-05-12T21:09:48,067 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,071 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 298 to store 2023-05-12T21:09:48,073 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,077 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 299 to store 2023-05-12T21:09:48,080 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,083 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 300 to store 2023-05-12T21:09:48,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,120 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 301 to store 2023-05-12T21:09:48,123 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,127 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 302 to store 2023-05-12T21:09:48,129 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 303 to store 2023-05-12T21:09:48,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,136 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 304 to store 2023-05-12T21:09:48,138 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,141 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 305 to store 2023-05-12T21:09:48,144 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,148 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 306 to store 2023-05-12T21:09:48,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,155 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 307 to store 2023-05-12T21:09:48,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,161 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 308 to store 2023-05-12T21:09:48,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,168 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 309 to store 2023-05-12T21:09:48,170 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,174 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 310 to store 2023-05-12T21:09:48,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,215 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 311 to store 2023-05-12T21:09:48,218 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,221 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 312 to store 2023-05-12T21:09:48,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,227 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 313 to store 2023-05-12T21:09:48,231 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,234 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 314 to store 2023-05-12T21:09:48,237 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,239 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 315 to store 2023-05-12T21:09:48,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,245 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 316 to store 2023-05-12T21:09:48,249 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,252 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 317 to store 2023-05-12T21:09:48,256 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,260 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 318 to store 2023-05-12T21:09:48,263 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,266 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 319 to store 2023-05-12T21:09:48,269 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,272 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 320 to store 2023-05-12T21:09:48,274 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,277 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 321 to store 2023-05-12T21:09:48,281 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,285 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 322 to store 2023-05-12T21:09:48,317 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,322 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 323 to store 2023-05-12T21:09:48,325 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,328 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 324 to store 2023-05-12T21:09:48,331 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,334 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 325 to store 2023-05-12T21:09:48,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,341 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 326 to store 2023-05-12T21:09:48,345 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,349 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 327 to store 2023-05-12T21:09:48,352 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,355 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 328 to store 2023-05-12T21:09:48,358 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,361 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 329 to store 2023-05-12T21:09:48,363 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,367 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 330 to store 2023-05-12T21:09:48,370 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,374 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,379 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 331 to store 2023-05-12T21:09:48,381 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,415 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 332 to store 2023-05-12T21:09:48,417 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 333 to store 2023-05-12T21:09:48,418 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,421 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 334 to store 2023-05-12T21:09:48,424 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,427 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 335 to store 2023-05-12T21:09:48,429 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,433 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 336 to store 2023-05-12T21:09:48,435 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,441 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,445 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 337 to store 2023-05-12T21:09:48,447 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 338 to store 2023-05-12T21:09:48,451 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,454 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 339 to store 2023-05-12T21:09:48,457 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,460 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 340 to store 2023-05-12T21:09:48,463 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,467 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 341 to store 2023-05-12T21:09:48,470 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,474 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 342 to store 2023-05-12T21:09:48,478 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,481 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 343 to store 2023-05-12T21:09:48,484 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,519 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,540 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 2 2023-05-12T21:09:48,562 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 344 to store 2023-05-12T21:09:48,563 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 345 to store 2023-05-12T21:09:48,566 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 346 to store 2023-05-12T21:09:48,568 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 347 to store 2023-05-12T21:09:49,566 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,567 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,567 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 348 2023-05-12T21:09:49,567 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,568 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,570 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,570 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 349 2023-05-12T21:09:49,570 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,571 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,571 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 350 2023-05-12T21:09:49,571 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,572 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,572 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 351 2023-05-12T21:09:49,572 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,573 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,573 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 352 2023-05-12T21:09:49,573 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,575 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,575 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 353 2023-05-12T21:09:49,575 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,576 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 348 to store 2023-05-12T21:09:49,578 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,578 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 354 2023-05-12T21:09:49,578 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,581 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,581 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 355 2023-05-12T21:09:49,581 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,583 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,585 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,585 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 356 2023-05-12T21:09:49,585 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,587 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,587 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 357 2023-05-12T21:09:49,587 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,588 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 349 to store 2023-05-12T21:09:49,590 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,590 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 358 2023-05-12T21:09:49,590 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,593 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,593 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 359 2023-05-12T21:09:49,593 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,596 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,596 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 360 2023-05-12T21:09:49,596 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,597 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,598 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 361 2023-05-12T21:09:49,598 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,599 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,599 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 362 2023-05-12T21:09:49,599 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,600 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,600 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 363 2023-05-12T21:09:49,600 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,601 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,601 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 364 2023-05-12T21:09:49,601 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,602 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,602 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 365 2023-05-12T21:09:49,602 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,603 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,603 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 366 2023-05-12T21:09:49,604 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,605 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,605 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 367 2023-05-12T21:09:49,605 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,606 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,606 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 368 2023-05-12T21:09:49,606 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,607 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,607 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 369 2023-05-12T21:09:49,607 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,608 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,608 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 370 2023-05-12T21:09:49,608 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,609 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,609 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 371 2023-05-12T21:09:49,609 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,610 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,610 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 372 2023-05-12T21:09:49,610 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,612 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,612 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 373 2023-05-12T21:09:49,612 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,613 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,613 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 374 2023-05-12T21:09:49,613 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,614 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,614 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 375 2023-05-12T21:09:49,614 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,615 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,615 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 376 2023-05-12T21:09:49,615 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,616 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,616 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 377 2023-05-12T21:09:49,616 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,617 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,617 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 378 2023-05-12T21:09:49,617 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,618 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,619 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 379 2023-05-12T21:09:49,619 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,620 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,620 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 380 2023-05-12T21:09:49,620 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,621 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,621 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 381 2023-05-12T21:09:49,621 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,622 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,622 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 382 2023-05-12T21:09:49,622 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,623 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,623 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 383 2023-05-12T21:09:49,623 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,624 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,624 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 384 2023-05-12T21:09:49,624 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,626 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,626 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 385 2023-05-12T21:09:49,626 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,627 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,627 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 386 2023-05-12T21:09:49,627 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,628 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,628 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 387 2023-05-12T21:09:49,628 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,630 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,630 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 388 2023-05-12T21:09:49,630 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,632 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,632 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 389 2023-05-12T21:09:49,632 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,634 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,634 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 390 2023-05-12T21:09:49,634 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,636 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,636 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 391 2023-05-12T21:09:49,636 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,638 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,638 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 392 2023-05-12T21:09:49,638 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,639 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,639 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 393 2023-05-12T21:09:49,639 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,641 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,641 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 394 2023-05-12T21:09:49,641 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,643 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,643 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 395 2023-05-12T21:09:49,643 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,645 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,645 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 396 2023-05-12T21:09:49,645 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,646 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,646 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 397 2023-05-12T21:09:49,646 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,648 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,648 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 398 2023-05-12T21:09:49,648 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,649 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,649 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 399 2023-05-12T21:09:49,649 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,651 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,651 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 400 2023-05-12T21:09:49,651 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,652 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,652 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 401 2023-05-12T21:09:49,652 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,653 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,653 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 402 2023-05-12T21:09:49,653 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,654 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,654 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 403 2023-05-12T21:09:49,654 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,655 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,655 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 404 2023-05-12T21:09:49,655 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,656 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,656 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 405 2023-05-12T21:09:49,656 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,657 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,657 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 406 2023-05-12T21:09:49,657 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,659 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,659 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 407 2023-05-12T21:09:49,659 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,661 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,661 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 408 2023-05-12T21:09:49,661 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,663 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,663 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 409 2023-05-12T21:09:49,663 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,664 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,664 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 410 2023-05-12T21:09:49,664 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,666 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,666 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 411 2023-05-12T21:09:49,666 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,668 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,668 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 412 2023-05-12T21:09:49,668 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,669 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,669 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 413 2023-05-12T21:09:49,669 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,670 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 414 2023-05-12T21:09:49,670 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,671 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,672 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 415 2023-05-12T21:09:49,672 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,673 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,673 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 416 2023-05-12T21:09:49,673 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,674 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,674 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 417 2023-05-12T21:09:49,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,675 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,675 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 418 2023-05-12T21:09:49,675 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,676 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,676 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 419 2023-05-12T21:09:49,676 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,677 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,678 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 420 2023-05-12T21:09:49,678 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,679 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,679 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 421 2023-05-12T21:09:49,679 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,680 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,680 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 422 2023-05-12T21:09:49,680 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,681 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,681 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 423 2023-05-12T21:09:49,681 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,682 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,682 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 424 2023-05-12T21:09:49,682 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,716 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,716 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 425 2023-05-12T21:09:49,716 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,718 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,718 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 426 2023-05-12T21:09:49,718 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,720 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,720 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 427 2023-05-12T21:09:49,720 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,721 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,721 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 428 2023-05-12T21:09:49,721 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,722 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,722 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 429 2023-05-12T21:09:49,722 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,723 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,723 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 430 2023-05-12T21:09:49,723 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,724 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,724 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 431 2023-05-12T21:09:49,724 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,725 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,725 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 432 2023-05-12T21:09:49,725 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,726 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,726 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 433 2023-05-12T21:09:49,726 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,727 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,727 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 434 2023-05-12T21:09:49,727 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,728 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,728 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 435 2023-05-12T21:09:49,728 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,729 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,729 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 436 2023-05-12T21:09:49,729 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,730 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 437 2023-05-12T21:09:49,730 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,731 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,731 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 438 2023-05-12T21:09:49,731 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,732 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,732 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 439 2023-05-12T21:09:49,733 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,733 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,733 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 440 2023-05-12T21:09:49,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,735 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,735 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 441 2023-05-12T21:09:49,735 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,736 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,736 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 442 2023-05-12T21:09:49,736 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,737 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,737 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 443 2023-05-12T21:09:49,737 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,738 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,738 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 444 2023-05-12T21:09:49,738 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,739 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 445 2023-05-12T21:09:49,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,741 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,741 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 446 2023-05-12T21:09:49,741 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,743 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 5 2023-05-12T21:09:49,743 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 447 2023-05-12T21:09:49,743 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,745 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,745 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,746 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,746 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,747 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,748 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,749 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,749 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,750 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,750 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,751 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,751 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,751 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,751 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,752 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,752 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,753 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,754 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,754 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,755 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,755 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,756 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,756 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,757 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,757 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,758 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,758 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,759 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,759 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,760 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,760 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,760 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,760 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,761 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,761 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,762 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,762 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,763 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,763 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,764 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,764 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,764 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,764 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,765 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,766 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,766 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,767 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,767 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,768 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,768 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,769 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,769 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,770 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,770 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,771 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,771 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,772 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,772 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,773 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,773 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,774 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,774 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,776 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,776 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,777 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,777 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,778 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,778 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,779 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,779 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,815 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,815 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,816 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,816 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,817 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,817 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,818 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,818 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,819 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,819 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,819 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,820 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,824 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,824 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,825 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,825 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,827 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,827 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,828 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,829 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,830 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,830 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,832 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,832 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 350 to store 2023-05-12T21:09:49,832 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,836 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,836 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,837 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,837 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,838 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,838 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,839 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,839 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,840 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,840 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,841 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,841 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,842 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,842 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,843 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,843 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,844 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,844 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,845 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,845 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,846 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,846 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,847 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,847 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,848 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,848 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,849 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,849 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,850 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,850 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,851 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,851 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,852 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,853 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,853 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,854 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,854 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,855 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,855 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,856 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,856 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,858 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,858 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,859 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,859 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,860 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,861 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,861 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,862 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,862 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,864 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 448 to store 2023-05-12T21:09:49,865 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,865 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,868 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,868 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,870 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,870 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,871 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,871 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,872 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,872 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,874 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,874 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,875 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,875 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,876 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,876 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,877 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,877 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,877 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,877 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,878 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,878 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,879 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,879 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,880 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,880 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,915 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,915 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,916 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,916 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,916 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,916 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,917 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,917 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,918 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,918 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,919 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,919 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,920 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,920 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,921 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,921 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,922 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,922 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,923 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,923 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8, priority: 0 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 512 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 513 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 514 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 515 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 516 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 517 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 518 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 519 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 520 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 521 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 522 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 523 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 524 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 525 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 526 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 527 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 528 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 529 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 530 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 531 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 532 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 533 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 534 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 535 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 536 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 537 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 538 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 539 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 540 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 541 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 542 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 543 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 544 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 545 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 546 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 547 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 448 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 449 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 450 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 451 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 452 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 453 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 454 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 455 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 456 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 457 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 458 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 459 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 460 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 461 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 462 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 463 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 464 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 465 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 466 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 467 2023-05-12T21:09:49,924 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 468 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 469 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 470 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 471 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 472 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 473 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 474 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 475 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 476 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 477 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 478 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 479 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 480 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 481 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 482 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 483 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 484 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 485 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 486 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 487 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 488 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 489 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 490 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 491 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 492 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 493 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 494 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 495 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 496 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 497 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 498 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 499 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 500 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 501 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 502 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 503 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 504 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 505 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 506 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 507 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 508 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 509 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 510 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 511 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 351 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 352 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 353 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 354 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 355 2023-05-12T21:09:49,925 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 356 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 357 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 358 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 359 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 360 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 361 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 362 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 363 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 364 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 365 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 366 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 367 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 368 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 369 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 370 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 371 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 372 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 373 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 374 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 375 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 376 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 377 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 378 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 379 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 380 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 381 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 382 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 383 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 384 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 385 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 434 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 435 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 436 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 437 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 438 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 439 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 440 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 441 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 442 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 443 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 444 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 445 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 446 2023-05-12T21:09:49,926 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 447 2023-05-12T21:09:49,927 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,932 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 449 to store 2023-05-12T21:09:49,934 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,938 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 450 to store 2023-05-12T21:09:49,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,943 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 451 to store 2023-05-12T21:09:49,945 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,949 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 452 to store 2023-05-12T21:09:49,952 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,956 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 453 to store 2023-05-12T21:09:49,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,963 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 454 to store 2023-05-12T21:09:49,965 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,969 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 455 to store 2023-05-12T21:09:49,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,975 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 456 to store 2023-05-12T21:09:49,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,980 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 457 to store 2023-05-12T21:09:49,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:49,986 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 458 to store 2023-05-12T21:09:50,015 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,018 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 459 to store 2023-05-12T21:09:50,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,023 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 460 to store 2023-05-12T21:09:50,025 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,028 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 461 to store 2023-05-12T21:09:50,030 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,033 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 462 to store 2023-05-12T21:09:50,035 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,038 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 463 to store 2023-05-12T21:09:50,040 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,044 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 464 to store 2023-05-12T21:09:50,045 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,049 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 465 to store 2023-05-12T21:09:50,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,054 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 466 to store 2023-05-12T21:09:50,055 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,059 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 467 to store 2023-05-12T21:09:50,060 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,064 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 468 to store 2023-05-12T21:09:50,065 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,069 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 469 to store 2023-05-12T21:09:50,070 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,074 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 470 to store 2023-05-12T21:09:50,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,079 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 471 to store 2023-05-12T21:09:50,080 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,084 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 472 to store 2023-05-12T21:09:50,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,115 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 473 to store 2023-05-12T21:09:50,118 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,122 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 474 to store 2023-05-12T21:09:50,124 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,128 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 475 to store 2023-05-12T21:09:50,129 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,132 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 476 to store 2023-05-12T21:09:50,134 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,137 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 477 to store 2023-05-12T21:09:50,139 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,143 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 478 to store 2023-05-12T21:09:50,144 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,149 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 479 to store 2023-05-12T21:09:50,151 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,156 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 480 to store 2023-05-12T21:09:50,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,162 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 481 to store 2023-05-12T21:09:50,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,169 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 482 to store 2023-05-12T21:09:50,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,175 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 483 to store 2023-05-12T21:09:50,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,183 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,186 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 484 to store 2023-05-12T21:09:50,188 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 485 to store 2023-05-12T21:09:50,189 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,193 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 486 to store 2023-05-12T21:09:50,219 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,222 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 487 to store 2023-05-12T21:09:50,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,228 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 488 to store 2023-05-12T21:09:50,231 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,235 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 489 to store 2023-05-12T21:09:50,237 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,242 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 490 to store 2023-05-12T21:09:50,244 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,248 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 491 to store 2023-05-12T21:09:50,249 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,253 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 492 to store 2023-05-12T21:09:50,254 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,258 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 493 to store 2023-05-12T21:09:50,260 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,263 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 494 to store 2023-05-12T21:09:50,265 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,268 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 495 to store 2023-05-12T21:09:50,270 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,273 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 496 to store 2023-05-12T21:09:50,275 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,279 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 497 to store 2023-05-12T21:09:50,280 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,284 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 498 to store 2023-05-12T21:09:50,285 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,289 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 499 to store 2023-05-12T21:09:50,314 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,318 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 500 to store 2023-05-12T21:09:50,319 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,323 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 501 to store 2023-05-12T21:09:50,325 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,328 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 502 to store 2023-05-12T21:09:50,330 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,333 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 503 to store 2023-05-12T21:09:50,335 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,339 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 504 to store 2023-05-12T21:09:50,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,346 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 505 to store 2023-05-12T21:09:50,348 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,353 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 506 to store 2023-05-12T21:09:50,355 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,358 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 507 to store 2023-05-12T21:09:50,360 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,364 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 508 to store 2023-05-12T21:09:50,365 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,370 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 509 to store 2023-05-12T21:09:50,372 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,376 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 510 to store 2023-05-12T21:09:50,379 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,383 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 511 to store 2023-05-12T21:09:50,385 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,389 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 512 to store 2023-05-12T21:09:50,391 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,394 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 513 to store 2023-05-12T21:09:50,415 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,418 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 514 to store 2023-05-12T21:09:50,420 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,424 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 515 to store 2023-05-12T21:09:50,426 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,431 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 516 to store 2023-05-12T21:09:50,433 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,436 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 517 to store 2023-05-12T21:09:50,438 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,442 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 518 to store 2023-05-12T21:09:50,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,447 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 519 to store 2023-05-12T21:09:50,449 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,452 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 520 to store 2023-05-12T21:09:50,454 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,457 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 521 to store 2023-05-12T21:09:50,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,462 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 522 to store 2023-05-12T21:09:50,464 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,467 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 523 to store 2023-05-12T21:09:50,469 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,472 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 524 to store 2023-05-12T21:09:50,474 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,477 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 525 to store 2023-05-12T21:09:50,479 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,482 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 526 to store 2023-05-12T21:09:50,484 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,487 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 527 to store 2023-05-12T21:09:50,516 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,519 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 528 to store 2023-05-12T21:09:50,521 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,524 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 529 to store 2023-05-12T21:09:50,526 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,530 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 530 to store 2023-05-12T21:09:50,533 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,536 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 531 to store 2023-05-12T21:09:50,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,541 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 532 to store 2023-05-12T21:09:50,543 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,546 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 533 to store 2023-05-12T21:09:50,548 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,551 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 534 to store 2023-05-12T21:09:50,563 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,567 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 535 to store 2023-05-12T21:09:50,568 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,572 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 536 to store 2023-05-12T21:09:50,573 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,577 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 537 to store 2023-05-12T21:09:50,578 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,582 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 538 to store 2023-05-12T21:09:50,584 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,588 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 539 to store 2023-05-12T21:09:50,589 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,593 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 540 to store 2023-05-12T21:09:50,616 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,619 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 541 to store 2023-05-12T21:09:50,620 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,624 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 542 to store 2023-05-12T21:09:50,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,629 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 543 to store 2023-05-12T21:09:50,630 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,634 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 544 to store 2023-05-12T21:09:50,636 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,639 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 545 to store 2023-05-12T21:09:50,641 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,644 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 546 to store 2023-05-12T21:09:50,646 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,649 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 547 to store 2023-05-12T21:09:50,650 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,654 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 351 to store 2023-05-12T21:09:50,655 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,660 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 352 to store 2023-05-12T21:09:50,662 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,666 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 353 to store 2023-05-12T21:09:50,668 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,673 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 354 to store 2023-05-12T21:09:50,674 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,678 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 355 to store 2023-05-12T21:09:50,680 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,683 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 356 to store 2023-05-12T21:09:50,685 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,714 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 357 to store 2023-05-12T21:09:50,716 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,721 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 358 to store 2023-05-12T21:09:50,723 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,727 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 359 to store 2023-05-12T21:09:50,729 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,734 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 360 to store 2023-05-12T21:09:50,736 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,739 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 361 to store 2023-05-12T21:09:50,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,744 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 362 to store 2023-05-12T21:09:50,746 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,749 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 363 to store 2023-05-12T21:09:50,751 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,754 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 364 to store 2023-05-12T21:09:50,756 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,760 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 365 to store 2023-05-12T21:09:50,761 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,765 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 366 to store 2023-05-12T21:09:50,766 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,770 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 367 to store 2023-05-12T21:09:50,771 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,775 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 368 to store 2023-05-12T21:09:50,776 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,780 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 369 to store 2023-05-12T21:09:50,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,785 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 370 to store 2023-05-12T21:09:50,786 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,814 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 371 to store 2023-05-12T21:09:50,817 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,822 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 372 to store 2023-05-12T21:09:50,824 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,827 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 373 to store 2023-05-12T21:09:50,829 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,832 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 374 to store 2023-05-12T21:09:50,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,837 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 375 to store 2023-05-12T21:09:50,839 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,842 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 376 to store 2023-05-12T21:09:50,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,847 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 377 to store 2023-05-12T21:09:50,848 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,852 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 378 to store 2023-05-12T21:09:50,857 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,861 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 379 to store 2023-05-12T21:09:50,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,867 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 380 to store 2023-05-12T21:09:50,869 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,874 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 381 to store 2023-05-12T21:09:50,875 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,879 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 382 to store 2023-05-12T21:09:50,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,884 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 383 to store 2023-05-12T21:09:50,885 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,889 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 384 to store 2023-05-12T21:09:50,890 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,894 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 385 to store 2023-05-12T21:09:50,920 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,926 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 386 to store 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 434 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 435 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 436 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 437 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 438 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 439 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 440 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 441 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 442 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 443 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 444 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 445 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 446 2023-05-12T21:09:50,927 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 447 2023-05-12T21:09:50,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,931 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 387 to store 2023-05-12T21:09:50,932 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,936 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 388 to store 2023-05-12T21:09:50,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,941 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 389 to store 2023-05-12T21:09:50,942 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,945 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 390 to store 2023-05-12T21:09:50,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,950 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 391 to store 2023-05-12T21:09:50,952 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,956 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 392 to store 2023-05-12T21:09:50,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,962 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 393 to store 2023-05-12T21:09:50,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,968 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 394 to store 2023-05-12T21:09:50,969 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,973 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 395 to store 2023-05-12T21:09:50,974 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,978 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 396 to store 2023-05-12T21:09:50,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,983 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 397 to store 2023-05-12T21:09:50,984 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,989 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 398 to store 2023-05-12T21:09:50,990 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:50,995 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 399 to store 2023-05-12T21:09:51,015 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,019 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 400 to store 2023-05-12T21:09:51,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,024 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 401 to store 2023-05-12T21:09:51,026 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,029 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 402 to store 2023-05-12T21:09:51,031 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,034 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 403 to store 2023-05-12T21:09:51,036 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,039 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 404 to store 2023-05-12T21:09:51,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,044 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 405 to store 2023-05-12T21:09:51,046 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,050 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 406 to store 2023-05-12T21:09:51,052 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,057 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 407 to store 2023-05-12T21:09:51,058 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,063 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 408 to store 2023-05-12T21:09:51,065 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,069 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 409 to store 2023-05-12T21:09:51,070 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,074 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 410 to store 2023-05-12T21:09:51,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,079 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 411 to store 2023-05-12T21:09:51,080 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,083 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 412 to store 2023-05-12T21:09:51,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,088 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 413 to store 2023-05-12T21:09:51,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,119 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 414 to store 2023-05-12T21:09:51,121 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,125 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 415 to store 2023-05-12T21:09:51,126 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,130 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 416 to store 2023-05-12T21:09:51,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,137 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 417 to store 2023-05-12T21:09:51,139 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,143 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 418 to store 2023-05-12T21:09:51,144 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,148 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 419 to store 2023-05-12T21:09:51,149 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,153 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 420 to store 2023-05-12T21:09:51,154 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,158 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 421 to store 2023-05-12T21:09:51,159 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,163 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 422 to store 2023-05-12T21:09:51,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,168 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 423 to store 2023-05-12T21:09:51,169 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,173 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 424 to store 2023-05-12T21:09:51,174 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,178 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 425 to store 2023-05-12T21:09:51,180 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,185 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 426 to store 2023-05-12T21:09:51,186 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,190 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 427 to store 2023-05-12T21:09:51,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,217 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 428 to store 2023-05-12T21:09:51,219 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 429 to store 2023-05-12T21:09:51,221 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,225 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 430 to store 2023-05-12T21:09:51,227 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,231 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 431 to store 2023-05-12T21:09:51,233 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,237 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 432 to store 2023-05-12T21:09:51,238 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,242 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 433 to store 2023-05-12T21:09:51,243 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,247 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 434 to store 2023-05-12T21:09:51,248 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,252 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 435 to store 2023-05-12T21:09:51,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,257 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 436 to store 2023-05-12T21:09:51,258 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,262 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 437 to store 2023-05-12T21:09:51,263 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,267 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 438 to store 2023-05-12T21:09:51,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,271 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 439 to store 2023-05-12T21:09:51,273 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,277 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 440 to store 2023-05-12T21:09:51,278 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,282 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 441 to store 2023-05-12T21:09:51,283 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,287 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 442 to store 2023-05-12T21:09:51,316 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,319 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 443 to store 2023-05-12T21:09:51,320 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,324 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 444 to store 2023-05-12T21:09:51,325 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,330 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 445 to store 2023-05-12T21:09:51,331 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,336 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 446 to store 2023-05-12T21:09:51,337 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/0f2dd6d9-5e82-42e6-b125-09515d5c75f8 with QoS: 1 2023-05-12T21:09:51,342 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 447 to store 2023-05-12T21:09:51,927 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 2 2023-05-12T21:09:51,927 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2023-05-12T21:09:51,927 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:09:51,927 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:09:51,928 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:09:51,929 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:09:51,929 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:09:51,932 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:09:52,236 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:09:52,236 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:09:52,236 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:09:52,236 [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. 2023-05-12T21:09:52,252 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:09:52,253 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:09:52,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:09:52,254 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:10:22,256 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:10:22,256 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:10:22,257 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:22,258 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:22,258 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:10:22,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:10:22,260 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:10:24,260 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:10:24,261 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:10:24,564 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:10:24,564 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:10:24,565 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:10:24,565 [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. 2023-05-12T21:10:24,579 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:10:24,580 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:10:24,581 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:10:24,581 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:10:24,583 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:1A:31/data/service/test/72345437-303f-4435-ba52-b032da6555f2 with QoS: 0 2023-05-12T21:10:24,584 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/72345437-303f-4435-ba52-b032da6555f2, priority: 0 2023-05-12T21:10:24,585 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/72345437-303f-4435-ba52-b032da6555f2, priority: 0 2023-05-12T21:10:24,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/72345437-303f-4435-ba52-b032da6555f2 with QoS: 0 2023-05-12T21:10:24,588 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:1A:31/data/service/test/72345437-303f-4435-ba52-b032da6555f2 2023-05-12T21:10:24,588 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:10:24,591 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Getting dp 2023-05-12T21:10:24,630 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:10:24,633 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824633--5401284046742169579 with QoS: 0 2023-05-12T21:10:24,635 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/packages, priority: 1 2023-05-12T21:10:24,637 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/packages, priority: 1 2023-05-12T21:10:24,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/GET/packages with QoS: 0 2023-05-12T21:10:24,640 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/GET/packages 2023-05-12T21:10:24,644 [pool-9-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 2023-05-12T21:10:24,644 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824633--5401284046742169579, priority: 1 2023-05-12T21:10:24,645 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824633--5401284046742169579, priority: 1 2023-05-12T21:10:24,646 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824633--5401284046742169579 with QoS: 0 2023-05-12T21:10:24,649 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824633--5401284046742169579 2023-05-12T21:10:24,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824633--5401284046742169579 2023-05-12T21:10:24,655 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:10:24,658 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - EXEC/download 2023-05-12T21:10:24,659 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824658-5037998743232135537 with QoS: 0 2023-05-12T21:10:24,660 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/download, priority: 1 2023-05-12T21:10:24,661 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/download, priority: 1 2023-05-12T21:10:24,662 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/download with QoS: 0 2023-05-12T21:10:24,664 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/download 2023-05-12T21:10:24,665 [pool-9-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 2023-05-12T21:10:24,666 [pool-9-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Downloading package from URL: http://s3.amazonaws.com/kura-resources/dps/heater.dp 2023-05-12T21:10:24,666 [pool-9-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 2023-05-12T21:10:24,666 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - To download 2023-05-12T21:10:24,666 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824658-5037998743232135537, priority: 1 2023-05-12T21:10:24,667 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824658-5037998743232135537, priority: 1 2023-05-12T21:10:24,668 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824658-5037998743232135537 with QoS: 0 2023-05-12T21:10:24,670 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824658-5037998743232135537 2023-05-12T21:10:24,670 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824658-5037998743232135537 2023-05-12T21:10:24,672 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response code: 200 2023-05-12T21:10:24,672 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response message: null 2023-05-12T21:10:24,748 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:10:24,750 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Uninstall topic: EXEC/uninstall 2023-05-12T21:10:24,751 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824750-8369546510870803561 with QoS: 0 2023-05-12T21:10:24,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/uninstall, priority: 1 2023-05-12T21:10:24,754 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/uninstall, priority: 1 2023-05-12T21:10:24,755 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/uninstall with QoS: 0 2023-05-12T21:10:24,756 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/uninstall 2023-05-12T21:10:24,757 [pool-9-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - About to uninstall package org.eclipse.kura.test.helloworld 2023-05-12T21:10:24,757 [pool-9-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Uninstalling package... 2023-05-12T21:10:24,758 [pool-9-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 2023-05-12T21:10:24,758 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824750-8369546510870803561, priority: 1 2023-05-12T21:10:24,759 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925824750-8369546510870803561, priority: 1 2023-05-12T21:10:24,759 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824750-8369546510870803561 with QoS: 0 2023-05-12T21:10:24,761 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824750-8369546510870803561 2023-05-12T21:10:24,761 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925824750-8369546510870803561 2023-05-12T21:10:24,778 [pool-47-thread-1] INFO o.e.k.c.d.d.i.HttpDownloadCountingOutputStream - Content-lenght: 12998 2023-05-12T21:10:24,778 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 0% downloaded 2023-05-12T21:10:24,779 [pool-47-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 2023-05-12T21:10:24,780 [pool-47-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 2023-05-12T21:10:24,780 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 5% downloaded 2023-05-12T21:10:24,781 [pool-47-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 2023-05-12T21:10:24,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,782 [pool-47-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 2023-05-12T21:10:24,782 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 10% downloaded 2023-05-12T21:10:24,782 [pool-47-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 2023-05-12T21:10:24,783 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,783 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,784 [pool-47-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 2023-05-12T21:10:24,784 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 15% downloaded 2023-05-12T21:10:24,784 [pool-47-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 2023-05-12T21:10:24,785 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,785 [pool-47-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 2023-05-12T21:10:24,785 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 20% downloaded 2023-05-12T21:10:24,786 [pool-47-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 2023-05-12T21:10:24,786 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,787 [pool-47-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 2023-05-12T21:10:24,787 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 25% downloaded 2023-05-12T21:10:24,788 [pool-47-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 2023-05-12T21:10:24,789 [pool-47-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 2023-05-12T21:10:24,789 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 30% downloaded 2023-05-12T21:10:24,789 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,789 [pool-47-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 2023-05-12T21:10:24,790 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,791 [pool-47-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 2023-05-12T21:10:24,791 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 35% downloaded 2023-05-12T21:10:24,814 [pool-47-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 2023-05-12T21:10:24,816 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,816 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,817 [pool-47-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 2023-05-12T21:10:24,817 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 40% downloaded 2023-05-12T21:10:24,817 [pool-47-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 2023-05-12T21:10:24,818 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,818 [pool-47-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 2023-05-12T21:10:24,819 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 45% downloaded 2023-05-12T21:10:24,819 [pool-47-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 2023-05-12T21:10:24,820 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,821 [pool-47-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 2023-05-12T21:10:24,821 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 50% downloaded 2023-05-12T21:10:24,821 [pool-47-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 2023-05-12T21:10:24,822 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,822 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,824 [pool-47-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 2023-05-12T21:10:24,824 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 55% downloaded 2023-05-12T21:10:24,824 [pool-47-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 2023-05-12T21:10:24,825 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,825 [pool-47-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 2023-05-12T21:10:24,825 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 60% downloaded 2023-05-12T21:10:24,826 [pool-47-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 2023-05-12T21:10:24,826 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,827 [pool-47-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 2023-05-12T21:10:24,827 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 65% downloaded 2023-05-12T21:10:24,828 [pool-47-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 2023-05-12T21:10:24,829 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,829 [pool-47-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 2023-05-12T21:10:24,829 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 70% downloaded 2023-05-12T21:10:24,830 [pool-47-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 2023-05-12T21:10:24,830 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,831 [pool-47-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 2023-05-12T21:10:24,831 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 75% downloaded 2023-05-12T21:10:24,832 [pool-47-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 2023-05-12T21:10:24,833 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,833 [pool-47-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 2023-05-12T21:10:24,833 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 80% downloaded 2023-05-12T21:10:24,834 [pool-47-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 2023-05-12T21:10:24,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,835 [pool-47-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 2023-05-12T21:10:24,835 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 85% downloaded 2023-05-12T21:10:24,836 [pool-47-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 2023-05-12T21:10:24,837 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,837 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,838 [pool-47-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 2023-05-12T21:10:24,838 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 90% downloaded 2023-05-12T21:10:24,839 [pool-47-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 2023-05-12T21:10:24,839 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,840 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,841 [pool-47-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 2023-05-12T21:10:24,841 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 95% downloaded 2023-05-12T21:10:24,842 [pool-47-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 2023-05-12T21:10:24,842 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,844 [pool-47-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 2023-05-12T21:10:24,845 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 100% downloaded 2023-05-12T21:10:24,845 [pool-47-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 2023-05-12T21:10:24,845 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,846 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,847 [pool-47-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 2023-05-12T21:10:24,848 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,849 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,849 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - Ready to install 2023-05-12T21:10:24,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,851 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,853 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,855 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,855 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,857 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,857 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,859 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,861 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download with QoS: 0 2023-05-12T21:10:24,861 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,914 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/download 2023-05-12T21:10:24,934 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.demo.heater.Heater ... 2023-05-12T21:10:24,934 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,950 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-12T21:10:24,978 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-12T21:10:24,991 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:24,992 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:24,992 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:24,994 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Update Heater - Ignore as properties do not contain TEMP_INITIAL_PROP_NAME and PUBLISH_RATE_PROP_NAME. 2023-05-12T21:10:24,994 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.initial: 10.0 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.stopTime: 22:00 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - manual.setPoint: 15.0 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.setPoint: 20.5 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.semanticTopic: data 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - mode: Program 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.rate: 2 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.increment: 0.25 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.id: 110 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-12T21:10:24,995 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.qos: 0 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.startTime: 06:00 2023-05-12T21:10:24,995 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:24,995 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.retain: false 2023-05-12T21:10:24,996 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... Done. 2023-05-12T21:10:24,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:24,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:24,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@c548e46d 2023-05-12T21:10:24,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:25,015 [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-2-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$269/0x000000008800d740.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) 2023-05-12T21:10:25,018 [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 2023-05-12T21:10:25,019 [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 2023-05-12T21:10:25,019 [pool-15-thread-1] INFO o.e.k.c.d.i.InstallImpl - Install completed! 2023-05-12T21:10:25,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/install with QoS: 0 2023-05-12T21:10:25,020 [pool-15-thread-1] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:10:25,023 [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 2023-05-12T21:10:25,024 [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 2023-05-12T21:10:25,025 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/uninstall with QoS: 0 2023-05-12T21:10:25,040 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/install 2023-05-12T21:10:25,041 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/NOTIFY/0A:58:0A:28:1A:31/uninstall 2023-05-12T21:10:26,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:26,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:26,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@d47d595b 2023-05-12T21:10:26,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:28,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:28,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:28,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@419acdc7 2023-05-12T21:10:28,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:30,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:30,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:30,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@26ca0f15 2023-05-12T21:10:30,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:32,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:32,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:32,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@d2fd69f6 2023-05-12T21:10:32,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:34,813 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:10:34,815 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834815-2741642731976452765 with QoS: 0 2023-05-12T21:10:34,816 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/bundles, priority: 1 2023-05-12T21:10:34,817 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/bundles, priority: 1 2023-05-12T21:10:34,817 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/GET/bundles with QoS: 0 2023-05-12T21:10:34,819 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/GET/bundles 2023-05-12T21:10:34,826 [pool-9-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 2023-05-12T21:10:34,827 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834815-2741642731976452765, priority: 1 2023-05-12T21:10:34,828 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834815-2741642731976452765, priority: 1 2023-05-12T21:10:34,829 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834815-2741642731976452765 with QoS: 0 2023-05-12T21:10:34,834 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834815-2741642731976452765 2023-05-12T21:10:34,834 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834815-2741642731976452765 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcpkix 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcprov 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcutil 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.jersey-min 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.activation-api 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.xml.bind-api 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.gson 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.google.gson 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.security 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.publisher 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: javax.servlet 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.services 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.h2database 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.sun.xml.bind.jaxb-osgi 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.buffer 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.common 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-http 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.handler 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-mqtt 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.resolver 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-epoll 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-unix-common 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-kqueue 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jcl.over.slf4j 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: slf4j.api 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: moquette-broker 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.sun.misc 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jms_2.0_spec 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-json_1.0_spec 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jta_1.1_spec 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-native 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.beanutils 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.jboss.logging.jboss-logging 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-mqtt-protocol 2023-05-12T21:10:34,841 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.collections 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.commons-io 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.dependencymanager 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.deploymentadmin 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.runtime 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.shell 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.scr 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.util 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.useradmin 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.log4j2-api-config 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.api 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.core 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.slf4j-impl 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.contenttype 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.preferences 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.registry 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.common 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.jobs 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.runtime 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.app 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.cm 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.console 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.ds 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.event 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.jetty 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.servlet 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.http 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.server 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.servlet 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.io 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.util 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.metatype 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.wireadmin 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.io 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.security 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util.ajax 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.api 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.soda.dk.comm 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: usb4java-javax 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.asset.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.configuration 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.core 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.xml 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.exec 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: minimal-json 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud.factory 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.comm 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.crypto 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.deployment 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.lang3 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.inventory 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.keystore 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.rest.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.net 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.status 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.system 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.test 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.junit 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.testutil 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util.wire.test 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.mockito.mockito-core 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.deployment.agent 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.gpio 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.net 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.position 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.watchdog 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.jetty.customizer 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.json.marshaller.unmarshaller.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.useradmin.store 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.component.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.helper.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.script.filter.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.xml.marshaller.unmarshaller.provider 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.glassfish.hk2.osgi-resource-locator 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.core 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.library 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.integration 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.text 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.objenesis 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.usb4java 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.launcher 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.osgibooter 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.junit4 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.demo.heater 2023-05-12T21:10:34,842 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test.helloworld 2023-05-12T21:10:34,843 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:10:34,872 [Refresh Thread: Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:10:34,874 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834874-7191863925985032130 with QoS: 0 2023-05-12T21:10:34,875 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/stop/137, priority: 1 2023-05-12T21:10:34,876 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/stop/137, priority: 1 2023-05-12T21:10:34,876 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/stop/137 with QoS: 0 2023-05-12T21:10:34,878 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/stop/137 2023-05-12T21:10:34,878 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command stop 2023-05-12T21:10:34,879 [pool-9-thread-2] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-12T21:10:34,879 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Stopped bundle ID 137 (org.eclipse.kura.test.helloworld) 2023-05-12T21:10:34,879 [pool-9-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/stop/137} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:10:34,879 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834874-7191863925985032130, priority: 1 2023-05-12T21:10:34,880 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834874-7191863925985032130, priority: 1 2023-05-12T21:10:34,881 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834874-7191863925985032130 with QoS: 0 2023-05-12T21:10:34,883 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834874-7191863925985032130 2023-05-12T21:10:34,883 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834874-7191863925985032130 2023-05-12T21:10:34,885 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834885--5635749722979145906 with QoS: 0 2023-05-12T21:10:34,887 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/start/137, priority: 1 2023-05-12T21:10:34,888 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/start/137, priority: 1 2023-05-12T21:10:34,889 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/start/137 with QoS: 0 2023-05-12T21:10:34,892 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/EXEC/start/137 2023-05-12T21:10:34,892 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command start 2023-05-12T21:10:34,895 [pool-9-thread-2] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-12T21:10:34,896 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Started bundle ID 137 (org.eclipse.kura.test.helloworld) 2023-05-12T21:10:34,896 [pool-9-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/start/137} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:10:34,896 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834885--5635749722979145906, priority: 1 2023-05-12T21:10:34,897 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683925834885--5635749722979145906, priority: 1 2023-05-12T21:10:34,898 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834885--5635749722979145906 with QoS: 0 2023-05-12T21:10:34,901 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834885--5635749722979145906 2023-05-12T21:10:34,901 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/DEPLOY-V2/REPLY/1683925834885--5635749722979145906 2023-05-12T21:10:34,905 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:34,906 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:34,907 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:34,914 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:34,914 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:34,915 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:1A:31/testService/test with QoS: 1 2023-05-12T21:10:34,917 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/testService/test, priority: 5 2023-05-12T21:10:34,918 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/testService/test, priority: 5 2023-05-12T21:10:34,918 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2023-05-12T21:10:34,922 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/testService/test with QoS: 1 2023-05-12T21:10:34,923 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2023-05-12T21:10:34,931 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/testService/control_test with QoS: 1 2023-05-12T21:10:34,931 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:1A:31/testService/test 2023-05-12T21:10:34,934 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 595 to store 2023-05-12T21:10:34,976 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/testService/control_test 2023-05-12T21:10:34,976 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 596 to store 2023-05-12T21:10:34,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:34,997 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:34,997 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@e21aef82 2023-05-12T21:10:34,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:35,937 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:35,939 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:35,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:35,943 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:35,943 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:35,943 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 1:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@cb6c7da8 2023-05-12T21:10:36,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:36,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:36,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@7bfefbde 2023-05-12T21:10:36,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:38,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:38,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:38,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@d41a7717 2023-05-12T21:10:38,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:40,944 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting default values... 2023-05-12T21:10:40,944 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 2:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@cb6c7da8 2023-05-12T21:10:40,944 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Taking snapshot... 2023-05-12T21:10:40,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:40,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925685116... 2023-05-12T21:10:40,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840949.xml... 2023-05-12T21:10:40,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840949.xml... Done. 2023-05-12T21:10:40,959 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:40,959 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 3:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@cb6c7da8 2023-05-12T21:10:40,960 [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;@1821d29, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@bc1f2b7f, prop.character.array=[Ljava.lang.Character;@75a02b3b, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@bcb16cdb, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@d88454b9, prop.long=9999, prop.float.array=[Ljava.lang.Float;@27abe1b9, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@15188b9e, 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;@533be872, prop.double.array=[Ljava.lang.Double;@65193ac5, prop.string=string_prop} 2023-05-12T21:10:40,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925840949... 2023-05-12T21:10:40,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:40,969 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@3fee0c7a, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@4581fb1, prop.character.array=[Ljava.lang.Character;@c82aee1, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@3127f67, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@3c4c08c0, prop.long=9999, prop.float.array=[Ljava.lang.Float;@983deae7, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@54f272ea, 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;@e4ec7354, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@4608498} 2023-05-12T21:10:40,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840968.xml... 2023-05-12T21:10:40,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840968.xml... Done. 2023-05-12T21:10:40,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,978 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting values... 2023-05-12T21:10:40,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925840968... 2023-05-12T21:10:40,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:40,988 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@f3012ecd, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@322a8785, prop.character.array=[Ljava.lang.Character;@3fb1c099, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@33e3f62d, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@789100ab, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@e8d12b35, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@c6586df5, 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;@87d3aa1, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@23a7529a} 2023-05-12T21:10:40,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840987.xml... 2023-05-12T21:10:40,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840987.xml... Done. 2023-05-12T21:10:40,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925483362.xml 2023-05-12T21:10:40,996 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:40,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:40,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925840987... 2023-05-12T21:10:40,998 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:40,998 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@eb684ad1 2023-05-12T21:10:40,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:41,005 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:41,010 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@cf66e4a2, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@2545ce29, prop.character.array=[Ljava.lang.Character;@1a0c2754, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@4888bbb0, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@b9a24e8b, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@5825e48e, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@b2e11cb8, 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;@945d3f36, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@c77c4539} 2023-05-12T21:10:41,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841009.xml... 2023-05-12T21:10:41,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841009.xml... Done. 2023-05-12T21:10:41,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484050.xml 2023-05-12T21:10:41,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,020 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Rolling back... 2023-05-12T21:10:41,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683925840949... 2023-05-12T21:10:41,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:41,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:41,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2023-05-12T21:10:41,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:41,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:41,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-12T21:10:41,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-12T21:10:41,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:41,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-12T21:10:41,027 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-12T21:10:41,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-12T21:10:41,028 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-12T21:10:41,028 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-12T21:10:41,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-12T21:10:41,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-12T21:10:41,029 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:10:41,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:41,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:10:41,029 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:41,030 [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 2023-05-12T21:10:41,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:41,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:10:41,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:41,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:10:41,037 [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 2023-05-12T21:10:41,037 [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 2023-05-12T21:10:41,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:10:41,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:10:41,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:10:41,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:10:41,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:10:41,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:10:41,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:10:41,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:10:41,048 [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 2023-05-12T21:10:41,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:41,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:10:41,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:41,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:10:41,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:10:41,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:10:41,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:10:41,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:10:41,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:10:41,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:10:41,060 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:10:41,060 [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 2023-05-12T21:10:41,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:10:41,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:10:41,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,065 [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 2023-05-12T21:10:41,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:41,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:10:41,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:41,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:10:41,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:10:41,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:41,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:10:41,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:10:41,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-12T21:10:41,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:41,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:10:41,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:41,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-12T21:10:41,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:10:41,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-12T21:10:41,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:10:41,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:10:41,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-12T21:10:41,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:41,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:41,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-12T21:10:41,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:10:41,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-12T21:10:41,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:10:41,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:10:41,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:41,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-12T21:10:41,106 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:10:41,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-12T21:10:41,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:10:41,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-12T21:10:41,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:10:41,113 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-12T21:10:41,113 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:10:41,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:10:41,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2023-05-12T21:10:41,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2023-05-12T21:10:41,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2023-05-12T21:10:41,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841115.xml... 2023-05-12T21:10:41,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841115.xml... Done. 2023-05-12T21:10:41,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925484084.xml 2023-05-12T21:10:41,122 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1683925840949 2023-05-12T21:10:41,122 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:41,123 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-12T21:10:41,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:10:41,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,141 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,143 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,143 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,156 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,156 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,158 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,158 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,172 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,180 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,180 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,182 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,185 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,186 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,198 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,199 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,200 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,200 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:41,201 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-12T21:10:41,202 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,202 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,214 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,215 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:41,216 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:41,217 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:41,217 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:41,218 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,218 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:41,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:41,219 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:10:41,221 [MQTT Call: 0A:58:0A:28:1A:31] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2023-05-12T21:10:41,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:41,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:10:41,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:10:41,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:10:41,222 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:10:41,223 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:10:41,223 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:10:41,223 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:10:42,224 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:42,224 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:10:42,224 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:42,224 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:42,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:42,225 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:10:42,226 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:42,228 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:42,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:10:42,229 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:10:42,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:42,231 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:10:42,232 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:42,232 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:10:42,433 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:10:42,435 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:42,436 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:10:42,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:10:42,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:10:42,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:10:42,443 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:42,443 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:10:42,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:42,444 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:10:42,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:42,444 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:10:42,446 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:10:42,449 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:10:42,449 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:10:42,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:10:42,451 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:10:42,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:10:42,454 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-12T21:10:42,454 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-12T21:10:42,454 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-12T21:10:42,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:42,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:10:42,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:10:42,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:42,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-12T21:10:42,463 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-12T21:10:42,464 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:10:42,464 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:42,464 [] 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:305) at org.eclipse.kura.core.data.store.DbDataStore.store(DbDataStore.java:277) 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) 2023-05-12T21:10:42,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:42,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:10:42,468 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:10:42,470 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:10:42,470 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) 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) 2023-05-12T21:10:42,471 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:10:42,471 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:10:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:10:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:10:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-12T21:10:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-12T21:10:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-12T21:10:42,476 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:10:42,477 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:42,477 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:42,477 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:42,477 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:42,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:42,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:42,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:42,482 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:10:42,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:10:42,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:10:42,483 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:10:42,483 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:10:42,485 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:10:42,490 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:10:42,491 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:10:42,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:42,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:10:42,494 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:10:42,495 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:10:42,495 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:10:42,497 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:10:42,514 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:10:42,514 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:10:42,516 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating... 2023-05-12T21:10:42,519 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating...done 2023-05-12T21:10:42,525 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:42,526 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@d547a172, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@8c864484, prop.character.array=[Ljava.lang.Character;@79fe776e, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@80a3a6f9, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@7fb7a5b6, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@8e1985c0, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@2a3c4b10, 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;@69819a6f, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@79a945fa} 2023-05-12T21:10:42,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925841115... 2023-05-12T21:10:42,528 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:10:42,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:10:42,531 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:10:42,532 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:10:42,533 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:10:42,533 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:10:42,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842534.xml... 2023-05-12T21:10:42,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842534.xml... Done. 2023-05-12T21:10:42,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925487454.xml 2023-05-12T21:10:42,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842534... 2023-05-12T21:10:42,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842550.xml... 2023-05-12T21:10:42,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842550.xml... Done. 2023-05-12T21:10:42,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925488501.xml 2023-05-12T21:10:42,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842550... 2023-05-12T21:10:42,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842564.xml... 2023-05-12T21:10:42,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842564.xml... Done. 2023-05-12T21:10:42,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925618848.xml 2023-05-12T21:10:42,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842564... 2023-05-12T21:10:42,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842576.xml... 2023-05-12T21:10:42,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842576.xml... Done. 2023-05-12T21:10:42,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925685116.xml 2023-05-12T21:10:42,583 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842576... 2023-05-12T21:10:42,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842588.xml... 2023-05-12T21:10:42,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842588.xml... Done. 2023-05-12T21:10:42,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840949.xml 2023-05-12T21:10:42,596 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842588... 2023-05-12T21:10:42,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842618.xml... 2023-05-12T21:10:42,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842618.xml... Done. 2023-05-12T21:10:42,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840968.xml 2023-05-12T21:10:42,629 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842618... 2023-05-12T21:10:42,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842635.xml... 2023-05-12T21:10:42,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842635.xml... Done. 2023-05-12T21:10:42,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925840987.xml 2023-05-12T21:10:42,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842635... 2023-05-12T21:10:42,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842646.xml... 2023-05-12T21:10:42,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842646.xml... Done. 2023-05-12T21:10:42,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841009.xml 2023-05-12T21:10:42,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842646... 2023-05-12T21:10:42,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842658.xml... 2023-05-12T21:10:42,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842658.xml... Done. 2023-05-12T21:10:42,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925841115.xml 2023-05-12T21:10:42,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842658... 2023-05-12T21:10:42,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842669.xml... 2023-05-12T21:10:42,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842669.xml... Done. 2023-05-12T21:10:42,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842534.xml 2023-05-12T21:10:42,676 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842669... 2023-05-12T21:10:42,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842680.xml... 2023-05-12T21:10:42,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842680.xml... Done. 2023-05-12T21:10:42,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842550.xml 2023-05-12T21:10:42,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842680... 2023-05-12T21:10:42,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842690.xml... 2023-05-12T21:10:42,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842690.xml... Done. 2023-05-12T21:10:42,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842564.xml 2023-05-12T21:10:42,696 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842690... 2023-05-12T21:10:42,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842701.xml... 2023-05-12T21:10:42,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842701.xml... Done. 2023-05-12T21:10:42,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842576.xml 2023-05-12T21:10:42,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842701... 2023-05-12T21:10:42,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842724.xml... 2023-05-12T21:10:42,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842724.xml... Done. 2023-05-12T21:10:42,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842588.xml 2023-05-12T21:10:42,731 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842724... 2023-05-12T21:10:42,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842736.xml... 2023-05-12T21:10:42,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842736.xml... Done. 2023-05-12T21:10:42,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842618.xml 2023-05-12T21:10:42,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842736... 2023-05-12T21:10:42,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842746.xml... 2023-05-12T21:10:42,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842746.xml... Done. 2023-05-12T21:10:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842635.xml 2023-05-12T21:10:42,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842746... 2023-05-12T21:10:42,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842757.xml... 2023-05-12T21:10:42,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842757.xml... Done. 2023-05-12T21:10:42,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842646.xml 2023-05-12T21:10:42,763 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842757... 2023-05-12T21:10:42,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842767.xml... 2023-05-12T21:10:42,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842767.xml... Done. 2023-05-12T21:10:42,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842658.xml 2023-05-12T21:10:42,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842767... 2023-05-12T21:10:42,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842779.xml... 2023-05-12T21:10:42,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842779.xml... Done. 2023-05-12T21:10:42,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842669.xml 2023-05-12T21:10:42,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:42,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842779... 2023-05-12T21:10:42,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842788.xml... 2023-05-12T21:10:42,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842788.xml... Done. 2023-05-12T21:10:42,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842680.xml 2023-05-12T21:10:42,794 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:10:42,795 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data/paho-persistence 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1A:31 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/LWT 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:10:42,795 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:10:43,103 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:10:43,103 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:10:43,103 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:10:43,103 [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. 2023-05-12T21:10:43,129 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:10:43,137 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:10:43,138 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/BIRTH with QoS: 0 2023-05-12T21:10:43,145 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/# with QoS: 1 2023-05-12T21:10:43,146 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Starting testRemoteConfiguration 2023-05-12T21:10:43,146 [main] INFO o.e.k.c.t.ConfigurationServiceTest - loading the current configuration 2023-05-12T21:10:43,147 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843146-443770722046625222 with QoS: 0 2023-05-12T21:10:43,148 [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 2023-05-12T21:10:43,149 [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 2023-05-12T21:10:43,149 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-12T21:10:43,151 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:43,151 [pool-9-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 2023-05-12T21:10:43,153 [pool-9-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 2023-05-12T21:10:43,154 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843146-443770722046625222, priority: 1 2023-05-12T21:10:43,155 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843146-443770722046625222, priority: 1 2023-05-12T21:10:43,155 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843146-443770722046625222 with QoS: 0 2023-05-12T21:10:43,157 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843146-443770722046625222 2023-05-12T21:10:43,157 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843146-443770722046625222 2023-05-12T21:10:43,160 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843160-1714754642265458113 with QoS: 0 2023-05-12T21:10:43,161 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/snapshot, priority: 1 2023-05-12T21:10:43,162 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/snapshot, priority: 1 2023-05-12T21:10:43,162 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/EXEC/snapshot with QoS: 0 2023-05-12T21:10:43,164 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/EXEC/snapshot 2023-05-12T21:10:43,165 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:43,166 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925842788... 2023-05-12T21:10:43,179 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925843171.xml... 2023-05-12T21:10:43,187 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925843171.xml... Done. 2023-05-12T21:10:43,188 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842690.xml 2023-05-12T21:10:43,188 [pool-9-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 2023-05-12T21:10:43,189 [pool-9-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 2023-05-12T21:10:43,189 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843160-1714754642265458113, priority: 1 2023-05-12T21:10:43,190 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843160-1714754642265458113, priority: 1 2023-05-12T21:10:43,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843160-1714754642265458113 with QoS: 0 2023-05-12T21:10:43,192 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843160-1714754642265458113 2023-05-12T21:10:43,192 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843160-1714754642265458113 2023-05-12T21:10:43,194 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating configuration 2023-05-12T21:10:43,194 [main] INFO o.e.k.c.t.ConfigurationServiceTest - modifying configuration 2023-05-12T21:10:43,197 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843196-3227527004491338017 with QoS: 0 2023-05-12T21:10:43,198 [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 2023-05-12T21:10:43,199 [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 2023-05-12T21:10:43,200 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-12T21:10:43,203 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:43,204 [pool-9-thread-2] INFO o.e.k.c.c.CloudConfigurationHandler - Received new Configuration 2023-05-12T21:10:43,207 [pool-9-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 2023-05-12T21:10:43,207 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843196-3227527004491338017, priority: 1 2023-05-12T21:10:43,208 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925843196-3227527004491338017, priority: 1 2023-05-12T21:10:43,209 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843196-3227527004491338017 with QoS: 0 2023-05-12T21:10:43,214 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843196-3227527004491338017 2023-05-12T21:10:43,215 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925843196-3227527004491338017 2023-05-12T21:10:43,497 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:10:43,497 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:10:43,499 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:10:44,207 [pool-11-thread-1] INFO o.e.k.c.c.UpdateConfigurationsCallable - Updating configurations 2023-05-12T21:10:44,208 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683925843171... 2023-05-12T21:10:44,210 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:44,218 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:44,219 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@306fb48, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@432b8547, prop.character.array=[Ljava.lang.Character;@eae32a85, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@b0261066, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@1ec785cf, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@505b90ec, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@43bc5eb, 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;@e0d575f4, prop.string=modified_value, prop.double.array=[Ljava.lang.Double;@152b678d} 2023-05-12T21:10:44,219 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2023-05-12T21:10:44,219 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2023-05-12T21:10:44,219 [main] INFO o.e.k.c.t.ConfigurationServiceTest - reloading the current configuration 2023-05-12T21:10:44,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844219--9209666496393277165 with QoS: 0 2023-05-12T21:10:44,221 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925844218.xml... 2023-05-12T21:10:44,221 [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 2023-05-12T21:10:44,222 [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 2023-05-12T21:10:44,223 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-12T21:10:44,223 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925844218.xml... Done. 2023-05-12T21:10:44,224 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842701.xml 2023-05-12T21:10:44,224 [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 2023-05-12T21:10:44,224 [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 2023-05-12T21:10:44,224 [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 2023-05-12T21:10:44,224 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:44,225 [pool-9-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 2023-05-12T21:10:44,226 [pool-9-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 2023-05-12T21:10:44,227 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925844219--9209666496393277165, priority: 1 2023-05-12T21:10:44,228 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925844219--9209666496393277165, priority: 1 2023-05-12T21:10:44,229 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844219--9209666496393277165 with QoS: 0 2023-05-12T21:10:44,232 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844219--9209666496393277165 2023-05-12T21:10:44,232 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844219--9209666496393277165 2023-05-12T21:10:44,235 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2023-05-12T21:10:44,235 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2023-05-12T21:10:44,236 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844235--3131197677590340659 with QoS: 0 2023-05-12T21:10:44,237 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1683925843171, priority: 1 2023-05-12T21:10:44,238 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1683925843171, priority: 1 2023-05-12T21:10:44,238 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/EXEC/rollback/1683925843171 with QoS: 0 2023-05-12T21:10:44,240 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/EXEC/rollback/1683925843171 2023-05-12T21:10:44,241 [pool-9-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:10:44,241 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925844235--3131197677590340659, priority: 1 2023-05-12T21:10:44,242 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683925844235--3131197677590340659, priority: 1 2023-05-12T21:10:44,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844235--3131197677590340659 with QoS: 0 2023-05-12T21:10:44,244 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844235--3131197677590340659 2023-05-12T21:10:44,244 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1A:31/CONF-V1/REPLY/1683925844235--3131197677590340659 2023-05-12T21:10:44,464 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:44,466 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:44,466 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@155a034 2023-05-12T21:10:44,466 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1A:31/heater/data with QoS: 0 2023-05-12T21:10:45,244 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683925843171... 2023-05-12T21:10:45,244 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:45,244 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,244 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2023-05-12T21:10:45,244 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-12T21:10:45,245 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:45,245 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-12T21:10:45,245 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-12T21:10:45,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-12T21:10:45,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:45,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-12T21:10:45,246 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-12T21:10:45,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-12T21:10:45,247 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-12T21:10:45,247 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,247 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:10:45,248 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:45,248 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:10:45,248 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:45,248 [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 2023-05-12T21:10:45,248 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,255 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:10:45,258 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,258 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:10:45,258 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,258 [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 2023-05-12T21:10:45,258 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,261 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:10:45,263 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,263 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:10:45,263 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,263 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:10:45,263 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:10:45,266 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:10:45,268 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:10:45,268 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:10:45,268 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:10:45,268 [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 2023-05-12T21:10:45,268 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:45,271 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:10:45,273 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:45,273 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:10:45,273 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:10:45,273 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:10:45,273 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:10:45,276 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:10:45,278 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:10:45,278 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:10:45,278 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:10:45,278 [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 2023-05-12T21:10:45,278 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,280 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:10:45,282 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,282 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:10:45,283 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,283 [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 2023-05-12T21:10:45,283 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:45,285 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:10:45,287 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:45,287 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:10:45,287 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:10:45,287 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:45,290 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:10:45,290 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:10:45,292 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-12T21:10:45,292 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:45,295 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:10:45,295 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:45,297 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-12T21:10:45,297 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:10:45,300 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-12T21:10:45,300 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,302 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:10:45,302 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:10:45,305 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-12T21:10:45,305 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:45,308 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-12T21:10:45,308 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:45,311 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-12T21:10:45,311 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:10:45,313 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-12T21:10:45,313 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:10:45,316 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:10:45,316 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:10:45,318 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-12T21:10:45,318 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:10:45,321 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-12T21:10:45,321 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:45,323 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-12T21:10:45,323 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:10:45,326 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-12T21:10:45,326 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:10:45,328 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-12T21:10:45,328 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2023-05-12T21:10:45,328 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2023-05-12T21:10:45,328 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2023-05-12T21:10:45,331 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925845329.xml... 2023-05-12T21:10:45,334 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925845329.xml... Done. 2023-05-12T21:10:45,334 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683925842724.xml 2023-05-12T21:10:45,334 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683925843171} ConfigurationService - Success - Rollback snapshot: 1683925843171 2023-05-12T21:10:45,334 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:45,334 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-12T21:10:45,335 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:10:45,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,350 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,351 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,353 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,353 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,366 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,368 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,368 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,380 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,381 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,381 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,383 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,383 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,386 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,389 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,389 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,402 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,403 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,404 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,405 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:45,406 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-12T21:10:45,407 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,407 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,409 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-12T21:10:45,410 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS with QoS: 0 2023-05-12T21:10:45,411 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:45,412 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:45,413 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,413 [MQTT Call: 0A:58:0A:28:1A:31] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/APPS 2023-05-12T21:10:45,413 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-12T21:10:45,414 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1A:31/MQTT/DC with QoS: 0 2023-05-12T21:10:45,417 [MQTT Call: 0A:58:0A:28:1A:31] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2023-05-12T21:10:45,417 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:45,417 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:10:45,417 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-12T21:10:45,417 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-12T21:10:45,417 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-12T21:10:45,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-12T21:10:45,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-12T21:10:45,418 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2023-05-12T21:10:46,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:46,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:10:46,419 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:46,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:46,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:10:46,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:46,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:46,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:10:46,422 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:10:46,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:46,422 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:10:46,423 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,423 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:10:46,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:10:46,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:46,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:10:46,627 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:10:46,627 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:10:46,627 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:10:46,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:46,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:10:46,635 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:46,635 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-12T21:10:46,635 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:46,635 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-12T21:10:46,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:10:46,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:10:46,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:10:46,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:10:46,642 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:10:46,645 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:10:46,646 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-12T21:10:46,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-12T21:10:46,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-12T21:10:46,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:46,649 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:10:46,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2023-05-12T21:10:46,654 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-12T21:10:46,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:10:46,655 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-12T21:10:46,655 [] 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:305) at org.eclipse.kura.core.data.store.DbDataStore.store(DbDataStore.java:277) 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) 2023-05-12T21:10:46,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:46,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:10:46,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:10:46,660 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:10:46,660 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) 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) 2023-05-12T21:10:46,660 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:10:46,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:10:46,663 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:10:46,663 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:10:46,664 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-12T21:10:46,664 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-12T21:10:46,664 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:46,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:10:46,668 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:46,668 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:10:46,669 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-12T21:10:46,669 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:46,669 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,669 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:46,669 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:46,670 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:10:46,670 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:10:46,671 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:10:46,671 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:10:46,671 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:10:46,673 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:10:46,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:10:46,680 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:10:46,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:10:46,688 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:10:46,688 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:10:46,688 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-12T21:10:46,690 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:10:46,701 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:10:46,701 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:10:46,702 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-12T21:10:46,704 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:46,705 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@d826985e, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@af43b774, prop.character.array=[Ljava.lang.Character;@2dcbcce9, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@8996bb7c, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@dd135d, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@4f0354a7, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@96ddb173, 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;@6bc21477, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@d61511ec} 2023-05-12T21:10:46,707 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:10:46,708 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:10:46,709 [main] INFO o.e.k.c.t.AllCoreTests - tearDownClass... 2023-05-12T21:10:46,710 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:10:46,710 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:10:46,712 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:10:46,712 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 363.18 s - in org.eclipse.kura.core.test.AllCoreTests shouldNotConnectOverWssWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.655 s shouldNotConnectOverWssWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.582 s shouldNotConnectOverWssWithClientSideAuthWithWrongTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.041 s shouldConnectOverMqttsWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.826 s shouldConnectOverMqttsWithClientSideAuthWithSeparateTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.096 s shouldSupportRevocation(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 37.068 s shouldNotConnectOverMqttsWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.42 s connectionShouldFailIfSeparateTruststoreIsUnset(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 31.105 s shouldConnectOverPlainMqtt(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.323 s shouldNotConnectOverMqttsWithClientSideAuthWithWrongTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.052 s shouldConnectOverWssWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.781 s shouldConnectOverWssWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.74 s shouldNotConnectOverMqttsWithoutKeystore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.038 s shouldNotConnectOverMqttsWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.404 s shouldConnectOverWssWithClientSideAuthWithSeparateTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.095 s shouldConnectOverMqttsWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.047 s connectionShouldFailWithRevocationChechEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.717 s testGetPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.125 s testGetInventory(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.171 s testGetBundles(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.103 s testGetSystemPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.111 s testPublish(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 106.276 s testDisconnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 32.333 s testConnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.323 s testSubscribe(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.005 s testGetPackages(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.066 s testExecInstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.019 s testExecUninstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 10.092 s testGetBundles(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.077 s testExecStartStop(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.06 s testDummy(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0.001 s testServiceExists(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0 s testService(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 1.038 s testSyntax(org.eclipse.kura.core.test.CommURITest) Time elapsed: 0.002 s testSplitDefaultValues2(org.eclipse.kura.core.test.ComponentConfigurationImplTest) Time elapsed: 0 s testSplitDefaultValues(org.eclipse.kura.core.test.ComponentConfigurationImplTest) Time elapsed: 0 s testLocalConfiguration(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 6.584 s testSnapshotsMaxCount(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0.268 s testServiceExists(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0 s testRemoteConfiguration(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 3.911 s testGetPrimaryMacAddress(org.eclipse.kura.core.test.NetUtilTest) Time elapsed: 0 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: 48, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:10:46,774 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:46,774 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:46,774 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:46,774 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:46,775 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:46,775 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:46,776 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-12T21:10:46,776 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:46,778 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:10:46,778 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:10:46,779 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:10:46,780 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,780 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:10:46,781 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:10:46,781 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:10:46,781 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,781 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:46,781 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:46,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:10:46,782 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-12T21:10:46,782 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-12T21:10:46,783 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:46,783 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,783 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:46,784 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:46,784 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:10:46,784 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:10:46,786 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:10:46,786 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:10:46,787 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:10:46,787 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:46,788 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:10:46,790 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:10:46,791 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:46,793 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:46,796 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:10:46,814 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:10:46,817 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... ExampleTest instance :-1502197039: deactivated ExampleTest instance :-1502197039: unsetDataService 2023-05-12T21:10:46,819 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:10:46,819 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:46,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:10:47,522 [pool-13-thread-1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - update would not change current configuration, skipping 2023-05-12T21:10:47,819 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:47,820 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:10:47,822 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:10:47,824 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:10:47,825 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:10:47,826 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:10:47,830 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-12T21:10:47,839 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-12T21:10:48,347 [Framework stop - Equinox Container: 62d4c511-5e14-4f36-813f-8ad349544d82] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.2.2/org.eclipse.kura.core.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.2.2/org.eclipse.kura.core.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.2.2/org.eclipse.kura.core.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.2.2/org.eclipse.kura.core.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.2.2/org.eclipse.kura.core.test-5.2.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.2.2 [136/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.NetUtilTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.eclipse.kura.core.util.NetUtilTest [INFO] Running org.eclipse.kura.core.util.SafeProcessTest Linux [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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 s - in org.eclipse.kura.core.util.ValidationUtilTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/surefire.properties] 2023-05-12T21:10:54,994 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:10:55,307 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:10:55,326 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-477453 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:10:55,381 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura 2023-05-12T21:10:55,382 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:10:55,382 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:10:55,382 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots 2023-05-12T21:10:55,382 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/tmp 2023-05-12T21:10:55,382 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:10:55,384 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:10:55,416 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:10:55,467 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:10:55,469 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:10:55,582 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:10:55,584 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:10:55,609 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:10:55,690 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:10:55,699 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:10:55,699 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:10:55,726 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,727 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,727 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:55,730 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:10:55,730 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:10:55,731 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,731 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:55,731 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,731 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:55,732 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:10:55,733 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:10:55,733 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:10:55,733 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:55,734 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,734 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:55,734 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:10:55,734 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:10:55,735 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:55,735 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:10:55,735 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:10:55,735 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:10:55,736 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:10:55,736 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:10:55,736 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:10:55,736 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:55,737 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,737 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:55,737 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:10:55,738 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:10:55,738 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:55,744 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:10:55,744 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:10:55,744 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:10:55,745 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:10:55,745 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:10:55,745 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:10:55,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:10:55,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:10:55,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:55,787 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:10:55,787 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:10:55,814 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:10:55,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:10:55,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:55,846 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:55,846 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:10:55,846 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:10:55,846 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:55,847 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:55,848 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:10:55,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:10:55,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:10:55,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:10:55,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:10:55,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:10:55,851 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:10:55,851 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:55,852 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:10:55,852 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:10:55,853 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:10:55,853 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:55,854 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:55,857 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:10:55,857 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:55,861 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:10:55,872 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:10:55,872 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:10:55,873 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:10:55,874 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:10:55,877 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:10:55,877 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:10:55,878 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:10:55,915 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:10:55,915 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:10:55,916 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:10:55,919 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:10:55,920 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:10:55,923 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:10:55,924 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:55,924 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:10:55,925 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:55,939 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:10:55,939 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:10:55,939 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:10:55,940 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:10:55,940 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:10:55,940 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:10:55,942 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:10:55,943 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:10:55,944 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:10:55,950 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:10:55,952 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:10:55,952 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:55,952 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:10:55,952 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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 2023-05-12T21:10:55,953 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:55,953 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:10:55,954 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:10:55,955 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:55,955 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:10:55,956 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:10:55,956 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:10:56,019 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_1683925855973.xml... 2023-05-12T21:10:56,026 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_1683925855973.xml... Done. 2023-05-12T21:10:56,026 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:10:56,027 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:10:56,027 [Start Level: Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:10:56,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:10:56,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:10:56,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:56,080 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:10:56,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:56,083 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:56,083 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:56,083 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:10:56,150 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:10:56,155 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:56,156 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:56,156 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:10:56,156 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:10:56,156 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:10:56,158 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:10:56,159 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:56,161 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:10:56,162 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:10:56,162 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:10:56,162 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:10:56,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:10:56,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:10:56,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:10:56,168 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:10:56,168 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:10:56,168 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:10:56,169 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:10:56,169 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:10:56,169 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:10:56,169 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:10:56,170 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:10:56,170 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:10:56,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:10:56,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:10:56,171 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:56,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:10:56,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:10:56,172 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:10:56,173 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:10:56,173 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:10:56,173 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:10:56,174 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:10:56,174 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:10:57,175 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:10:57,178 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:10:57,179 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:10:57,181 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:10:57,182 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:10:57,188 [Framework stop - Equinox Container: 9ebd88ad-abc0-4817-ba7d-440d7826b8e7] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.2.2/org.eclipse.kura.core.util.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.2.2/org.eclipse.kura.core.util.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.2.2/org.eclipse.kura.core.util.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.2.2/org.eclipse.kura.core.util.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.2.2/org.eclipse.kura.core.util.test-5.2.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.2.2 [137/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 21:10:59.918 [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/0x00000000c4030bb0.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$$4ba9e2f3.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execUninstall(DeploymentAgent.java:300) ~[org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$2(DeploymentAgent.java:233) [org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$20/0x00000000c4036da0.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.2.1-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] 21:10:59.937 [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.2.1-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.2.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.2.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] 21:10:59.937 [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.2.1-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.2.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.2.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] 21:10:59.946 [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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execInstall(DeploymentAgent.java:258) [org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$1(DeploymentAgent.java:214) [org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$25/0x00000000c4034290.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.2.1-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] 21:10:59.947 [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/0x00000000c40317f0.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$$4ba9e2f3.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execInstall(DeploymentAgent.java:269) ~[org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$1(DeploymentAgent.java:214) [org.eclipse.kura.deployment.agent-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$25/0x00000000c4034290.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.2.1-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] 21:10:59.949 [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.2.1-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.2.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.2.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] 21:10:59.952 [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.2.1-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.2.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.2.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: 0.992 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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/surefire.properties] 2023-05-12T21:11:02,761 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:03,097 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:03,119 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-168972 2023-05-12T21:11:03,176 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:03,176 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:03,176 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:03,176 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/tmp 2023-05-12T21:11:03,177 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:03,181 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:03,217 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:03,264 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:03,266 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:03,377 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:03,377 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:03,404 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:03,498 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:03,501 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:03,501 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:03,524 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,525 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,525 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:03,528 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:03,528 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:03,529 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,529 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:03,529 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,529 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:03,530 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:03,530 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:03,531 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:03,532 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,532 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,532 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,532 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:03,533 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:03,533 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,533 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:03,533 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:03,533 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:03,534 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:03,534 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:03,534 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:03,535 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:03,535 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,535 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:03,536 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:03,536 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:03,536 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:03,539 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:03,539 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:03,539 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:03,540 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:03,540 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:03,540 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:03,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:03,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:03,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:03,619 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:03,619 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:03,621 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:03,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:03,664 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:03,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:03,668 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:03,668 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:03,668 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:03,670 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:03,670 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:03,670 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:03,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:03,672 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:03,672 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:03,672 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:03,674 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:03,674 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:03,674 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:03,674 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:03,676 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:03,681 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:03,681 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:03,682 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:03,727 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:03,728 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:03,728 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:03,729 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:03,732 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:03,732 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:03,733 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:03,739 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:03,739 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:03,740 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:03,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:03,743 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:03,744 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:03,750 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:03,750 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:03,751 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:03,765 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:03,768 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:03,768 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:03,769 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:03,772 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:03,774 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:03,774 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:03,774 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:03,775 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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 2023-05-12T21:11:03,775 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:03,775 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:03,776 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:03,776 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:03,777 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:03,817 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:03,818 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:03,843 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_1683925863831.xml... 2023-05-12T21:11:03,850 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_1683925863831.xml... Done. 2023-05-12T21:11:03,850 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:03,850 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:03,850 [Start Level: Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:03,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:03,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:03,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:03,880 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:03,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:03,882 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:03,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:03,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:03,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.deployment.agent ... 2023-05-12T21:11:03,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.deployment.agent 2023-05-12T21:11:03,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.deployment.agent 2023-05-12T21:11:03,945 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:11:03,954 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-12T21:11:03,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:03,963 [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 2023-05-12T21:11:03,974 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:11:03,975 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:03,974 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:11:03,975 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:03,975 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:03,976 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:03,976 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:03,977 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:11:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:03,978 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:03,978 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:03,981 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:04,015 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:04,015 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:04,015 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:04,016 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:04,016 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:04,016 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:04,016 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:04,017 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:11:04,017 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:11:04,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:04,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:04,017 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:04,018 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:04,018 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:04,018 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:04,018 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:11:04,019 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:11:04,019 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:04,020 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:04,022 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:04,023 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:11:04,023 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:11:04,023 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:11:04,024 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:11:04,024 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:11:04,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:04,026 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:04,026 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:04,026 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:05,027 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:05,030 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:05,032 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:05,036 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:05,038 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:05,045 [Framework stop - Equinox Container: 559f31cf-0b16-42a6-a4bd-1b417828f5b2] 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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.2.2/org.eclipse.kura.deployment.agent.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.2.2/org.eclipse.kura.deployment.agent.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.2.2/org.eclipse.kura.deployment.agent.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.2.2/org.eclipse.kura.deployment.agent.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.2.2/org.eclipse.kura.deployment.agent.test-5.2.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.2.2 [138/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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.BinaryDataTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 s - in org.eclipse.kura.driver.block.test.BinaryDataTest [INFO] Running org.eclipse.kura.driver.block.test.AbstractBlockDriverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.kura.driver.block.test.AbstractBlockDriverTest [INFO] Running org.eclipse.kura.driver.block.test.BlockAggregatorTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.driver.block.test.BlockAggregatorTest [INFO] Running org.eclipse.kura.driver.block.test.BlockTaskAggregatorTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.016 s - in org.eclipse.kura.driver.block.test.BlockTaskTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/surefire.properties] 2023-05-12T21:11:11,222 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:11,525 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:11,537 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-772802 2023-05-12T21:11:11,598 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:11,598 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:11,598 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:11,598 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:11,598 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/tmp 2023-05-12T21:11:11,599 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:11,601 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:11,628 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:11,681 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:11,683 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:11,790 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:11,790 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:11,824 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:11,911 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:11,920 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:11,921 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:11,946 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,946 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,947 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:11,949 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:11,949 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:11,950 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,950 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:11,950 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,950 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:11,951 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:11,952 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:11,952 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:11,953 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:11,953 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,953 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:11,954 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:11,955 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:11,955 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:11,955 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:11,956 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:11,956 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:11,956 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:11,957 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:11,957 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:11,957 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:11,959 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:11,959 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:11,959 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:11,960 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:11,960 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:11,960 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:11,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:11,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:11,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:12,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:12,025 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:12,026 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:12,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:12,054 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:12,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:12,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:12,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:12,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:12,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:12,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:12,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:12,057 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:12,058 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:12,060 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:12,060 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:12,060 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:12,060 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:12,062 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:12,062 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:12,062 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:12,062 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:12,063 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:12,067 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:12,067 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:12,068 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:12,114 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:12,114 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:12,115 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:12,116 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:12,119 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:12,119 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:12,120 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:12,127 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:12,127 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:12,128 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:12,130 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:12,131 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:12,132 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:12,135 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:12,135 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:12,136 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:12,150 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:12,150 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:12,151 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:12,151 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:12,151 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:12,151 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:12,153 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:12,154 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:12,154 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:12,158 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:12,159 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:12,160 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,160 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:12,160 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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 2023-05-12T21:11:12,160 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,160 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:12,161 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:12,162 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,163 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:12,163 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:12,164 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:12,237 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_1683925872225.xml... 2023-05-12T21:11:12,244 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_1683925872225.xml... Done. 2023-05-12T21:11:12,245 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:12,245 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,245 [Start Level: Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:12,245 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:12,245 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:12,264 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:12,284 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:12,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:12,317 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:12,317 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:12,317 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:12,366 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:11:12,374 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:11:12,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:12,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:11:12,419 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:12,420 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:12,420 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:12,421 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:12,421 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:12,423 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,426 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:12,426 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,427 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:12,427 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:12,427 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:11:12,427 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:11:12,430 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:11:12,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:12,431 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:12,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:12,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:12,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:12,432 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:12,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:12,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:12,432 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:11:12,433 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:11:12,434 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:12,434 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:11:12,434 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:11:12,435 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:12,435 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:12,435 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:12,435 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:12,436 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:12,436 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:12,438 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:12,440 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:11:12,440 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:12,440 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:11:12,441 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:11:12,441 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:11:12,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:12,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:12,442 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:12,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:12,443 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:12,443 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:12,444 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:12,444 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:13,445 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:13,449 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:13,452 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:13,455 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:13,456 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:13,464 [Framework stop - Equinox Container: 870a79f5-08a1-45f8-9e9b-71a350b3c9e2] 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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.2.2/org.eclipse.kura.driver.block.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.2.2/org.eclipse.kura.driver.block.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.2.2/org.eclipse.kura.driver.block.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.2.2/org.eclipse.kura.driver.block.test-5.2.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.2.2 [139/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriverServiceImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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: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-2-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.DriverServiceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s - in org.eclipse.kura.driver.block.test.DriverServiceImplTest [INFO] Running org.eclipse.kura.driver.block.test.DriveDescriptorServiceImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kura.driver.block.test.DriveDescriptorServiceImplTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/surefire.properties] 2023-05-12T21:11:19,253 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:19,589 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:19,601 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-261933 2023-05-12T21:11:19,671 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:19,671 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:19,671 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:19,671 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:19,671 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/tmp 2023-05-12T21:11:19,672 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:19,677 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:19,700 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:19,760 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:19,762 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:19,879 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:19,880 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:19,907 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:19,992 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:20,005 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:20,005 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:20,031 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,031 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,032 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:20,034 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:20,034 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:20,035 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,035 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:20,035 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,035 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:20,037 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:20,037 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:20,037 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:20,038 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,038 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,038 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,038 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:20,038 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:20,039 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,039 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:20,039 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:20,039 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:20,040 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:20,040 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:20,040 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:20,041 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,041 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,041 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,042 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:20,042 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:20,042 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,045 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:20,045 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:20,046 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:20,046 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:20,046 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:20,047 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:20,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:20,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:20,084 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:20,126 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:20,126 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:20,127 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:20,148 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:20,151 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:20,152 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:20,152 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:20,152 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:20,152 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:20,153 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:20,153 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:20,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:20,154 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:20,155 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:20,155 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,157 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:20,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:20,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:20,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:20,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:20,161 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:20,161 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:20,162 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:20,174 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:20,175 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:20,175 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:20,176 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:20,179 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:20,179 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:20,214 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:20,219 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:20,220 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:20,221 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:20,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:20,223 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:20,224 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:20,228 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:20,228 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:20,231 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:20,247 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:20,250 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:20,251 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:20,251 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:20,255 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:20,257 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:20,257 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,257 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:20,257 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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 2023-05-12T21:11:20,258 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,258 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:20,259 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:20,260 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,260 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:20,260 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:20,261 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:20,324 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_1683925880278.xml... 2023-05-12T21:11:20,331 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_1683925880278.xml... Done. 2023-05-12T21:11:20,331 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:20,331 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,331 [Start Level: Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:20,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:20,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:20,364 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:20,379 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:20,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:20,382 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:20,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:20,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:20,448 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:11:20,457 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:11:20,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:20,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:11:20,466 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:20,466 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:20,466 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:20,467 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:20,467 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:20,469 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,472 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:20,473 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,473 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:20,473 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:20,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:11:20,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:20,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:20,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:20,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:20,514 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:20,514 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:20,514 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:11:20,514 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:11:20,515 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:20,515 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:20,516 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:20,516 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:20,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:11:20,516 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:20,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:20,516 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:20,516 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:20,518 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:20,520 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:20,521 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:20,521 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:21,521 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:21,527 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:21,529 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:21,533 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:21,534 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:21,541 [Framework stop - Equinox Container: f068f3fb-bd66-460b-8acc-29f5f023a422] 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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.2.2/org.eclipse.kura.driver.helper.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.2.2/org.eclipse.kura.driver.helper.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.2.2/org.eclipse.kura.driver.helper.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.2.2/org.eclipse.kura.driver.helper.test-5.2.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.2.2 [140/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.656 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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.2.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 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.2.2/org.eclipse.kura.emulator.position.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.2.2/org.eclipse.kura.emulator.position.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.2.2/org.eclipse.kura.emulator.position.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.2.2/org.eclipse.kura.emulator.position.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.2.2/org.eclipse.kura.emulator.position.test-5.2.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.2.2 [141/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 1.461 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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/surefire.properties] 2023-05-12T21:11:29,838 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:30,166 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:30,177 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-423999 2023-05-12T21:11:30,243 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:30,244 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:30,245 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots 2023-05-12T21:11:30,245 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/tmp 2023-05-12T21:11:30,245 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:30,247 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:30,279 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:30,343 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:30,345 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:30,466 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:30,467 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:30,495 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:30,584 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:30,594 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:30,594 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:30,618 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,619 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,619 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:30,622 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:30,622 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:30,623 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,623 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:30,623 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,623 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:30,624 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:30,624 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:30,624 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:30,625 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:30,625 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,625 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:30,626 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:30,626 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:30,626 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:30,627 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:30,627 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:30,627 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:30,628 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:30,628 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:30,628 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:30,628 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:30,629 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,629 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:30,630 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:30,630 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:30,630 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:30,633 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:30,633 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:30,633 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:30,634 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:30,634 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:30,634 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:30,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:30,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:30,662 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:30,675 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:30,675 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:30,676 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:30,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:30,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:30,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:30,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:30,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:30,754 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:30,754 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:30,755 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:30,756 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:30,756 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:30,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:30,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:30,758 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:30,758 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:30,759 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:30,760 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:30,760 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:30,760 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:30,760 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:30,761 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:30,766 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:30,766 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:30,767 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:30,780 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:30,780 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:30,781 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:30,782 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:30,785 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:30,785 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:30,786 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:30,817 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:30,818 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:30,819 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:30,821 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:30,822 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:30,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:30,826 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:30,826 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:30,827 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:30,844 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:30,844 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:30,844 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:30,844 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:30,844 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:30,845 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:30,847 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:30,847 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:30,848 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:30,851 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:30,853 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:30,854 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:30,854 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:30,854 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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 2023-05-12T21:11:30,854 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:30,854 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:30,855 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:30,856 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:30,856 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:30,857 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:30,858 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:30,915 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_1683925890872.xml... 2023-05-12T21:11:30,923 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_1683925890872.xml... Done. 2023-05-12T21:11:30,923 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:30,923 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:30,923 [Start Level: Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:30,936 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:30,936 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:30,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:30,978 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:30,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:30,981 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:30,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:30,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:11:31,042 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:31,042 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:31,042 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:31,042 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:31,043 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:31,045 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:31,049 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:31,050 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:31,050 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:31,050 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:31,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:31,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:11:31,069 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:31,069 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:31,070 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:31,072 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:31,074 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:31,074 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:31,074 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:31,074 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:31,074 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:31,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:31,075 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:31,075 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:32,076 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:32,079 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:32,081 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:32,585 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:32,586 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:32,594 [Framework stop - Equinox Container: e59f4d26-6bac-4f06-82ec-1319cfd12c3e] 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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.2.2/org.eclipse.kura.emulator.watchdog.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.2.2/org.eclipse.kura.emulator.watchdog.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.2.2/org.eclipse.kura.emulator.watchdog.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.2.2/org.eclipse.kura.emulator.watchdog.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.2.2/org.eclipse.kura.emulator.watchdog.test-5.2.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.2.2 [142/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 21:11:35.298 [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: 0.963 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/surefire.properties] 2023-05-12T21:11:40,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:40,473 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:40,484 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-213147 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:40,544 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura 2023-05-12T21:11:40,545 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:40,545 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:40,545 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots 2023-05-12T21:11:40,545 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/tmp 2023-05-12T21:11:40,545 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:40,547 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:40,576 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:40,636 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:40,638 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:40,768 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:40,768 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:40,795 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:40,881 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:40,890 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:40,890 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:40,924 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,925 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,925 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:40,929 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:40,929 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:40,930 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,931 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:40,931 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,931 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:40,932 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:40,933 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:40,933 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:40,934 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:40,934 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,934 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:40,935 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:40,935 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:40,935 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:40,936 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:40,936 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:40,936 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:40,937 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:40,937 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:40,937 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:40,938 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:40,938 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:40,938 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:40,939 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:40,940 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:40,940 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:40,942 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:40,942 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:40,942 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:40,943 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:40,943 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:40,943 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:40,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:40,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:40,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:41,014 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:41,015 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:41,016 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:41,051 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:41,053 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:41,054 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:41,054 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:41,054 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:41,054 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:41,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:41,055 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:41,056 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:41,057 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:41,057 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:41,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:41,057 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:41,057 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:41,059 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:41,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:41,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:41,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:41,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:41,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:41,063 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:41,063 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:41,064 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:41,075 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:41,075 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:41,075 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:41,076 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:41,079 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:41,080 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:41,080 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:41,115 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:41,116 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:41,117 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:41,119 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:41,120 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:41,123 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:41,124 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:41,124 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:41,131 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:41,141 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:41,144 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:41,144 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:41,144 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:41,147 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:41,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:41,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:41,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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 2023-05-12T21:11:41,149 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,150 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:41,151 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:41,152 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,152 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:41,152 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:41,153 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:41,181 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_1683925901168.xml... 2023-05-12T21:11:41,218 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_1683925901168.xml... Done. 2023-05-12T21:11:41,218 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:41,218 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,218 [Start Level: Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:41,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:41,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:41,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:41,266 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:41,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:41,269 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:41,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:41,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:41,332 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:11:41,341 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:11:41,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:41,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:11:41,353 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:41,353 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:41,354 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:41,354 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:41,355 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:41,357 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,359 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:41,360 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,360 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:41,360 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:41,361 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:11:41,361 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:11:41,364 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:11:41,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:41,365 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:41,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:41,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:41,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:41,366 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:41,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:41,367 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:41,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:11:41,367 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:11:41,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:41,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:41,370 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:41,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:41,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:41,370 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:41,371 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:11:41,371 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:11:41,371 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:41,372 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:41,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:11:41,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:41,374 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:41,376 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:41,377 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:41,377 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:42,377 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:42,381 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:42,382 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:42,386 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:42,387 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:42,396 [Framework stop - Equinox Container: 4ef808f2-1a70-4a82-8b8f-7e2133520665] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.cloudlet.provider' with 8 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.2.2/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.2.2/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.2.2/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.2.2/org.eclipse.kura.internal.asset.cloudlet.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.2.2/org.eclipse.kura.internal.asset.cloudlet.test-5.2.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.2.2 [143/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/src/test/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconManagerImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/src/test/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconManagerImplTest.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-2-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.BluetoothLeGattServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.kura.internal.ble.BluetoothLeGattServiceImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeGattCharacteristicImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in org.eclipse.kura.internal.ble.BluetoothLeGattCharacteristicImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeServiceImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.kura.internal.ble.BluetoothLeServiceImplTest [INFO] Running org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 s - in org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest [INFO] Running org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconScannerImplTest Exception in thread "Thread-5" 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$26/0x0000000008bb6720.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 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 s - in org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconAdvertiserImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeAdapterImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.532 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.004 s - in org.eclipse.kura.internal.ble.util.BluetoothLeUtilTest [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.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.BluetoothLeDeviceImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kura.internal.ble.BluetoothLeDeviceImplTest [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] [INFO] Results: [INFO] [INFO] Tests run: 85, 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.2.2/org.eclipse.kura.internal.ble.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.2.2/org.eclipse.kura.internal.ble.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.2.2/org.eclipse.kura.internal.ble.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.2.2/org.eclipse.kura.internal.ble.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.2.2/org.eclipse.kura.internal.ble.test-5.2.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.2.2 [144/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.BluetoothLeEddystoneServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneServiceImplTest [INFO] Running org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneEncoderDecoderImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneEncoderDecoderImplTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/surefire.properties] 2023-05-12T21:11:56,866 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:57,189 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:11:57,216 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-116569 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:11:57,281 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura 2023-05-12T21:11:57,282 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:11:57,282 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:11:57,282 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots 2023-05-12T21:11:57,282 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/tmp 2023-05-12T21:11:57,282 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:11:57,284 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:11:57,327 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:11:57,375 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:11:57,378 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:11:57,493 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:11:57,493 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:57,533 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:11:57,642 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:11:57,659 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:11:57,659 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:57,737 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,738 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,738 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:57,743 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:11:57,743 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:11:57,744 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,744 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:57,744 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,744 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:57,745 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:11:57,745 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:11:57,746 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:11:57,746 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:57,747 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,747 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:11:57,748 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:11:57,749 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:11:57,749 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:11:57,749 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:11:57,750 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:57,750 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,750 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:57,751 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:11:57,751 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:11:57,751 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:57,755 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:57,755 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:11:57,755 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:11:57,755 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:11:57,755 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:11:57,756 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:11:57,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:11:57,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:11:57,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:57,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:11:57,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:57,820 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:11:57,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:11:57,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:57,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:57,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:11:57,857 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:11:57,858 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:57,859 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:57,859 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:11:57,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:11:57,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:11:57,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:11:57,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:57,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:11:57,862 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:11:57,862 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:57,863 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:11:57,863 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:11:57,864 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:11:57,864 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:57,865 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:57,868 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:11:57,869 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:57,869 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:11:57,916 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:11:57,916 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:11:57,916 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:11:57,917 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:11:57,921 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:11:57,921 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:57,922 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:11:57,928 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:11:57,929 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:57,930 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:11:57,932 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:11:57,932 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:11:57,933 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:57,937 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:11:57,937 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:57,938 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:57,953 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:11:57,953 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:11:57,954 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:11:57,954 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:11:57,954 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:11:57,954 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:11:57,957 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:11:57,957 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:57,958 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:11:57,961 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:11:57,962 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:11:57,963 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:57,963 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:11:57,963 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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 2023-05-12T21:11:57,963 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:57,963 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:11:57,964 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:11:57,965 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:57,966 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:11:57,966 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:11:57,969 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:11:58,033 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_1683925918020.xml... 2023-05-12T21:11:58,040 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_1683925918020.xml... Done. 2023-05-12T21:11:58,040 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:11:58,040 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:11:58,040 [Start Level: Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:11:58,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:11:58,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:11:58,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:58,079 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:11:58,081 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:58,082 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:58,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:58,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:58,140 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:11:58,151 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-12T21:11:58,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:11:58,160 [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 2023-05-12T21:11:58,170 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:58,170 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:11:58,170 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:58,170 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:11:58,171 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:11:58,171 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:11:58,170 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:11:58,175 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:11:58,176 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:58,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:58,176 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:58,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:58,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:58,178 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:11:58,179 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:11:58,179 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:11:58,179 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:11:58,180 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:58,180 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:58,180 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:58,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:11:58,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:11:58,180 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:58,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:11:58,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:58,181 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:11:58,182 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:11:58,182 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:11:58,215 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:11:58,215 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:11:58,216 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:11:58,216 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:11:58,217 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:11:58,217 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:11:58,217 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:11:58,217 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:11:58,217 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:11:58,218 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:11:58,218 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:11:58,218 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:11:58,218 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:11:58,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:11:58,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:11:58,220 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:11:58,220 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:11:58,224 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:58,224 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:11:58,224 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:11:59,225 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:11:59,228 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:11:59,229 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:11:59,231 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:11:59,232 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:11:59,240 [Framework stop - Equinox Container: 119ee54b-61d1-4a20-8045-01cd3c94c6e0] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.2.2/org.eclipse.kura.internal.ble.eddystone.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.2.2/org.eclipse.kura.internal.ble.eddystone.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.2.2/org.eclipse.kura.internal.ble.eddystone.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.2.2/org.eclipse.kura.internal.ble.eddystone.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.2.2/org.eclipse.kura.internal.ble.eddystone.test-5.2.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.2.2 [145/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.804 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.133 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/surefire.properties] 2023-05-12T21:12:04,980 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:05,331 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:12:05,343 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-559770 2023-05-12T21:12:05,403 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots 2023-05-12T21:12:05,404 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/tmp 2023-05-12T21:12:05,405 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:12:05,407 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:05,442 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:12:05,497 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:12:05,499 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:12:05,623 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:12:05,624 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:05,652 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:12:05,730 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:12:05,744 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:12:05,745 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:05,769 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,770 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,770 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:05,773 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:12:05,773 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:12:05,774 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,774 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:05,774 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,774 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:05,775 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:12:05,775 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:12:05,775 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:12:05,776 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:05,776 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,776 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:05,777 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:12:05,777 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:12:05,777 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:05,777 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:12:05,778 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:12:05,778 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:12:05,779 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:12:05,779 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:12:05,779 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:12:05,779 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:05,780 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:05,780 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:05,780 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:12:05,781 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:12:05,781 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:05,785 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:05,785 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:12:05,785 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:12:05,785 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:12:05,786 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:12:05,786 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:12:05,802 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:12:05,802 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:12:05,821 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:05,833 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:12:05,833 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:05,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:12:05,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:12:05,874 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:05,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:05,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:12:05,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:12:05,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:12:05,876 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:12:05,877 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:05,878 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:05,878 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:12:05,878 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:12:05,878 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:05,880 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:05,880 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:12:05,881 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:05,882 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:05,914 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:12:05,914 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:12:05,914 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:05,915 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:05,922 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:12:05,922 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:05,923 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:05,935 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:12:05,935 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:12:05,935 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:05,936 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:12:05,940 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:12:05,940 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:05,940 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:05,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:12:05,948 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:12:05,948 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:05,949 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:05,952 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:12:05,953 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:05,957 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:12:05,957 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:05,958 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:12:05,973 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:12:05,976 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:12:05,976 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:05,977 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:06,018 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:12:06,020 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:12:06,020 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,020 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:12:06,020 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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 2023-05-12T21:12:06,021 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,021 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:12:06,022 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:12:06,023 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,023 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:12:06,023 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:12:06,024 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:06,051 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_1683925926039.xml... 2023-05-12T21:12:06,059 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_1683925926039.xml... Done. 2023-05-12T21:12:06,059 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:12:06,059 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,059 [Start Level: Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:12:06,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:12:06,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:12:06,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:06,117 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:12:06,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:06,120 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:06,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:06,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:06,147 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:12:06,159 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:12:06,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:12:06,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: 2023-05-12T21:12:06,177 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:12:06,177 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:12:06,180 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:12:06,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:06,216 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:06,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:06,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:06,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:06,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:06,219 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:06,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:06,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:06,222 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:06,222 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:06,223 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:06,223 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:06,223 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:06,225 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:12:06,225 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:12:06,225 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:12:06,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:12:06,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:12:06,226 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,226 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:12:06,226 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:06,228 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:12:06,229 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,229 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:12:06,229 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:06,230 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:06,230 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:06,230 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:06,231 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:06,231 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:12:06,231 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:12:06,233 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:06,233 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:12:06,233 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:12:06,233 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:12:06,234 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:06,234 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:06,234 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:06,235 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:06,235 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:12:06,235 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:12:06,235 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:06,237 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:12:06,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:12:06,237 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:12:06,240 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:12:06,242 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:06,242 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:12:06,242 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:12:06,242 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:06,258 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:12:07,243 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:12:07,246 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:12:07,249 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:12:07,252 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:07,253 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:12:07,262 [Framework stop - Equinox Container: 74737228-6bf0-4853-9387-a3b5698a36f1] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.2.2/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.2.2/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.2.2/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.2.2/org.eclipse.kura.internal.ble.ibeacon.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.2.2/org.eclipse.kura.internal.ble.ibeacon.test-5.2.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.2.2 [146/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 21:12:32.023 [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: org.eclipse.kura.driver.Driver$ConnectionException: Connection failed at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.connect(TiSensorTag.java:101) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.connect(SensorTagDriver.java:166) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.getSensorTag(SensorTagDriver.java:347) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.runWriteRequest(SensorTagDriver.java:406) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$$Lambda$18/0x00000000f4991920.accept(Unknown Source) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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.2.1-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] Caused by: org.eclipse.kura.driver.Driver$ConnectionException: Connection failed at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.connect(TiSensorTag.java:98) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] ... 32 more 21:12:32.042 [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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagChannelDescriptor.getSensorName(SensorTagChannelDescriptor.java:92) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$SensorTagRequestInfo.extract(SensorTagDriver.java:489) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.read(SensorTagDriver.java:356) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:42.050 [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:1480) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.init(TiSensorTag.java:107) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.getSensorTag(SensorTagDriver.java:349) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.runReadRequest(SensorTagDriver.java:265) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$$Lambda$17/0x00000000f4d3eeb0.accept(Unknown Source) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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.2.1-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.021 s - in org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest [INFO] Running org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest 21:12:42.085 [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:200) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:42.117 [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:264) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:42.121 [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:214) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:43.147 [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:1543) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.disableAccelerometer(TiSensorTag.java:358) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:43.187 [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:156) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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] 21:12:44.216 [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:1543) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.disableMagnetometer(TiSensorTag.java:627) [org.eclipse.kura.driver.ble.sensortag.provider-1.2.1-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.161 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/surefire.properties] 2023-05-12T21:12:46,979 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:47,296 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:12:47,319 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-045507 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura 2023-05-12T21:12:47,376 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:12:47,377 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:12:47,377 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots 2023-05-12T21:12:47,377 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/tmp 2023-05-12T21:12:47,377 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:12:47,379 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:47,415 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:12:47,469 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:12:47,471 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:12:47,592 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:12:47,593 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:47,622 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:12:47,707 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:12:47,716 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:12:47,716 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:47,741 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,742 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,742 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:47,745 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:12:47,745 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:12:47,746 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,746 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:47,746 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,746 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:47,747 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:12:47,747 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:12:47,747 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:12:47,748 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:47,748 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,748 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:47,749 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:12:47,749 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:12:47,749 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:47,749 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:12:47,749 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:12:47,752 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:12:47,752 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:12:47,753 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:12:47,753 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:12:47,753 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:47,753 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,753 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:47,754 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:12:47,754 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:12:47,754 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:47,757 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:47,757 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:12:47,757 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:12:47,758 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:12:47,758 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:12:47,758 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:12:47,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:12:47,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:12:47,784 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:47,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:12:47,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:47,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:12:47,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:12:47,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:47,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:47,858 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:12:47,859 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:47,861 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:47,861 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:12:47,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:12:47,862 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:12:47,862 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:47,863 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:47,863 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:12:47,863 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:12:47,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:12:47,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:12:47,866 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:47,866 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:47,867 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:12:47,867 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:47,868 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:47,871 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:12:47,871 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:47,872 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:47,916 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:12:47,916 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:12:47,916 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:47,917 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:12:47,920 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:12:47,920 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:47,921 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:47,925 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:12:47,926 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:47,926 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:47,929 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:12:47,930 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:47,932 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:12:47,934 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:12:47,934 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:47,935 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:12:47,952 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:12:47,955 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:12:47,955 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:47,956 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:47,959 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:12:47,961 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:12:47,961 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:47,961 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:12:47,962 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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 2023-05-12T21:12:47,962 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:47,962 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:12:47,963 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:12:47,963 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:47,964 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:12:47,964 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:12:47,965 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:48,029 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_1683925968018.xml... 2023-05-12T21:12:48,038 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_1683925968018.xml... Done. 2023-05-12T21:12:48,042 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:12:48,042 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:12:48,042 [Start Level: Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:12:48,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:12:48,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:12:48,074 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:48,121 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:12:48,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ble.sensortag ... 2023-05-12T21:12:48,124 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:48,124 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:48,124 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:48,124 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:48,158 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:12:48,169 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:12:48,172 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:48,172 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:48,173 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:48,173 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:48,174 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:48,176 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:48,178 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:12:48,179 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:48,179 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:12:48,179 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:48,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:12:48,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:12:48,181 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:48,181 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:12:48,181 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:12:48,182 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:12:48,214 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:48,215 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:48,215 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:48,215 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:48,215 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:12:48,215 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:12:48,215 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:48,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:48,216 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:48,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:48,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:48,218 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:12:48,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:12:48,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:48,220 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:48,220 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:12:48,220 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:49,221 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:12:49,224 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:12:49,226 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:12:49,228 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:49,229 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:12:49,235 [Framework stop - Equinox Container: ab0f34ff-f1f4-458d-b901-fb369451d9f1] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.2.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.2.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.2.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.2.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.2.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.2.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.2.2 [147/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 0.935 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/surefire.properties] 2023-05-12T21:12:55,077 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:55,377 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:12:55,387 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-651378 2023-05-12T21:12:55,460 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:12:55,460 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/tmp 2023-05-12T21:12:55,461 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:12:55,463 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:12:55,488 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:12:55,552 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:12:55,554 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:12:55,671 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:12:55,671 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:55,699 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:12:55,793 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:12:55,805 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:12:55,805 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:55,829 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,830 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,830 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:55,836 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:12:55,836 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:12:55,837 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,837 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:55,837 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,837 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:55,838 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:12:55,838 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:12:55,838 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:12:55,839 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:55,839 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,840 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:55,840 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:12:55,840 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:12:55,841 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:55,841 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:12:55,841 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:12:55,841 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:12:55,842 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:12:55,842 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:12:55,842 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:12:55,843 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:55,843 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:55,843 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:55,844 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:12:55,844 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:12:55,844 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:55,848 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:55,848 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:12:55,848 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:12:55,849 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:12:55,849 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:12:55,849 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:12:55,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:12:55,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:12:55,875 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:55,914 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:12:55,915 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:55,918 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:12:55,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:12:55,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:55,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:55,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:12:55,950 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:12:55,951 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:55,952 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:55,952 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:12:55,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:12:55,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:12:55,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:12:55,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:55,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:12:55,956 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:12:55,956 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:55,957 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:12:55,958 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:12:55,958 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:12:55,958 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:55,959 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:55,963 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:12:55,963 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:55,964 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:12:55,975 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:12:55,975 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:12:55,976 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:12:55,977 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:12:55,980 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:12:55,980 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:55,981 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:12:56,014 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:12:56,014 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:56,015 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:12:56,020 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:12:56,021 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:56,025 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:12:56,025 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:56,025 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:12:56,026 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:12:56,041 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:12:56,044 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:12:56,044 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:56,045 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:12:56,047 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:12:56,049 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:12:56,050 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,050 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:12:56,050 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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 2023-05-12T21:12:56,050 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,050 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:12:56,051 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:12:56,052 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,052 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:12:56,052 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:12:56,053 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:12:56,116 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_1683925976074.xml... 2023-05-12T21:12:56,134 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_1683925976074.xml... Done. 2023-05-12T21:12:56,134 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:12:56,134 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,135 [Start Level: Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:12:56,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:12:56,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:12:56,150 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:56,167 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:12:56,169 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:56,169 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:56,169 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:56,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:56,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.eddystone ... 2023-05-12T21:12:56,233 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:12:56,242 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:12:56,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:12:56,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:12:56,260 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:56,260 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:56,260 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:12:56,261 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:12:56,261 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:12:56,262 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:12:56,263 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:12:56,263 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,267 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:12:56,268 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:12:56,268 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,269 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:12:56,269 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:12:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:56,269 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:56,270 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:56,270 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:56,270 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:56,270 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:56,270 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:12:56,271 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:12:56,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:12:56,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:12:56,271 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:56,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:12:56,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:12:56,272 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:12:56,272 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:12:56,272 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:12:56,273 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:12:56,273 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:12:56,273 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:12:56,274 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:12:56,274 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:12:56,274 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:12:56,274 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:12:56,276 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:12:56,277 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:12:56,277 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:12:56,277 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:12:56,278 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:12:56,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:12:56,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:12:56,280 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:56,281 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:12:56,281 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:12:57,281 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:12:57,285 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:12:57,287 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:12:57,290 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:12:57,292 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:12:57,301 [Framework stop - Equinox Container: f40059c2-2c3f-42af-a4a8-73b1c9658010] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.2.2/org.eclipse.kura.internal.driver.eddystone.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.2.2/org.eclipse.kura.internal.driver.eddystone.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.2.2/org.eclipse.kura.internal.driver.eddystone.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.2.2/org.eclipse.kura.internal.driver.eddystone.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.2.2/org.eclipse.kura.internal.driver.eddystone.test-5.2.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.2.2 [148/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 0.939 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/surefire.properties] 2023-05-12T21:13:03,175 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:03,486 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:13:03,495 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-308756 2023-05-12T21:13:03,559 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:13:03,559 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots 2023-05-12T21:13:03,560 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/tmp 2023-05-12T21:13:03,561 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:13:03,562 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:03,600 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:13:03,658 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:13:03,660 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:13:03,766 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:13:03,767 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:03,796 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:13:03,884 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:13:03,896 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:13:03,896 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:03,921 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,921 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,921 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:03,924 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:13:03,924 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:13:03,925 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,925 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:03,925 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,925 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:03,926 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:13:03,927 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:13:03,927 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:13:03,928 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:03,928 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,928 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:13:03,929 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:13:03,930 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:13:03,930 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:13:03,930 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:13:03,930 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:03,931 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:03,931 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:03,931 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:13:03,931 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:13:03,932 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:03,935 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:03,935 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:13:03,935 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:13:03,936 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:13:03,936 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:13:03,936 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:13:03,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:13:03,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:13:03,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:13:03,978 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:03,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:04,035 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:13:04,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:04,038 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:04,038 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:13:04,039 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:13:04,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:13:04,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:13:04,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:04,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:04,041 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:13:04,041 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:04,045 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:04,045 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:13:04,045 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:13:04,046 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:04,047 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:04,047 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:13:04,047 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:13:04,047 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:04,048 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:04,052 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:13:04,052 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:04,053 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:04,064 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:13:04,064 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:13:04,064 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:04,065 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:13:04,068 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:13:04,068 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:04,069 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:04,074 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:13:04,074 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:04,075 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:04,078 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:13:04,079 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:04,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:13:04,082 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:13:04,082 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:04,083 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:13:04,130 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:13:04,133 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:13:04,133 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:04,134 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:04,137 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:13:04,138 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:13:04,139 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,139 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:13:04,139 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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 2023-05-12T21:13:04,139 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,139 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:13:04,140 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:13:04,141 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,141 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:13:04,142 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:13:04,142 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:04,169 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_1683925984157.xml... 2023-05-12T21:13:04,175 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_1683925984157.xml... Done. 2023-05-12T21:13:04,176 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:13:04,176 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,176 [Start Level: Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:13:04,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:13:04,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:13:04,234 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:04,256 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:13:04,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:04,259 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:04,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:04,260 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:04,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ibeacon ... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:13:04,339 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:13:04,340 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:04,341 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:04,341 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:04,341 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:04,341 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:04,344 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,346 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:13:04,347 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,347 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:13:04,347 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:04,351 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:13:04,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:13:04,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:13:04,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:04,362 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:13:04,362 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:13:04,363 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:13:04,364 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:13:04,366 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:13:04,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:13:04,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:13:04,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:13:04,370 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:13:04,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:04,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:04,371 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:04,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:04,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:04,372 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:04,373 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:13:04,373 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:05,374 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:05,377 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:13:05,382 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:13:05,386 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:05,387 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:13:05,394 [Framework stop - Equinox Container: d7e840f1-c500-4461-b57b-65238cb84ea6] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.2.2/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.2.2/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.2.2/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.2.2/org.eclipse.kura.internal.driver.ibeacon.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.2.2/org.eclipse.kura.internal.driver.ibeacon.test-5.2.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.2.2 [149/185] [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-2-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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/test/java/org/eclipse/kura/internal/driver/opcua/OpcUaDriverTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/test/java/org/eclipse/kura/internal/driver/opcua/OpcUaDriverTest.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-2-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.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/0x00000000b0a44160.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.147 s - in org.eclipse.kura.internal.driver.opcua.OpcUaDriverTest [INFO] Running org.eclipse.kura.internal.driver.opcua.OpcUaChannelDescriptorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.internal.driver.opcua.OpcUaChannelDescriptorTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/surefire.properties] 2023-05-12T21:13:24,069 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:24,462 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:13:24,472 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-893239 2023-05-12T21:13:24,541 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:13:24,541 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:13:24,541 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/tmp 2023-05-12T21:13:24,542 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:13:24,544 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:24,572 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:13:24,637 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:13:24,639 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:13:24,758 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:13:24,758 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:24,784 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:13:24,870 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:13:24,880 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:13:24,881 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:24,905 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,906 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,906 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:24,908 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:13:24,909 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:13:24,909 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,909 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:24,910 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,910 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:24,911 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:13:24,911 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:13:24,911 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:13:24,912 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:24,912 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,912 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:24,915 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:13:24,915 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:13:24,915 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:24,916 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:13:24,916 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:13:24,916 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:24,917 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:24,918 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:13:24,918 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:13:24,918 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:24,921 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:24,921 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:13:24,921 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:13:24,922 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:13:24,922 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:13:24,922 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:13:24,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:13:24,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:13:24,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:24,975 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:13:24,975 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:24,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:25,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:13:25,039 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:25,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:25,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:13:25,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:13:25,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:13:25,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:13:25,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:25,042 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:25,042 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:13:25,043 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:25,045 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:25,045 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:13:25,045 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:13:25,045 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:25,047 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:25,047 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:13:25,047 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:13:25,047 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:25,048 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:25,063 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:13:25,063 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:25,064 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:25,086 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:13:25,086 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:13:25,086 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:25,115 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:13:25,120 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:13:25,120 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:25,121 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:25,124 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:13:25,129 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:13:25,129 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:25,130 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:25,134 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:13:25,136 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:25,141 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:13:25,141 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:25,142 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:25,163 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:13:25,163 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:13:25,163 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:13:25,163 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:13:25,164 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:13:25,164 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:13:25,166 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:13:25,166 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:25,167 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:25,172 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:13:25,174 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:13:25,175 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:25,175 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:13:25,175 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] 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 2023-05-12T21:13:25,175 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:25,175 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:13:25,176 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:13:25,177 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:25,177 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:13:25,177 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:13:25,178 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:25,239 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1683926005226.xml... 2023-05-12T21:13:25,246 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1683926005226.xml... Done. 2023-05-12T21:13:25,246 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:13:25,246 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:13:25,246 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:13:25,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:13:25,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:13:25,256 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.opcua ... 2023-05-12T21:13:25,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:25,264 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.driver.opcua and pid opcuadriver 2023-05-12T21:13:25,264 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid opcuadriver 2023-05-12T21:13:25,265 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.driver.opcua 2023-05-12T21:13:25,266 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver.... 2023-05-12T21:13:25,268 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: opcuadriver 2023-05-12T21:13:25,268 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver....Done 2023-05-12T21:13:25,268 [Start Level: Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.driver.opcua opcuadriver 2023-05-12T21:13:25,275 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:13:25,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:25,278 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:25,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:25,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:25,341 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:13:25,350 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:13:25,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:13:25,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:13:25,370 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:13:25,371 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:13:25,374 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:13:25,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:25,375 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:25,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:25,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:25,417 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:13:25,417 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:13:25,417 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:13:25,417 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:13:25,418 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done Running org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest 2023-05-12T21:13:25,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:25,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:25,419 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:25,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:25,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:25,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:13:25,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:25,435 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:13:25,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:13:25,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:13:25,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 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 2023-05-12T21:13:25,677 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:13:25,679 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:13:25,680 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:13:25,680 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:13:25,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:13:25,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:13:25,715 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:13:25,732 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:13:25,732 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:13:25,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:13:25,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:13:25,762 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:13:25,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:13:25,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:13:25,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:13:25,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:13:25,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:13:25,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:13:25,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:13:25,769 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:13:25,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:13:25,770 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:13:25,965 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.2.4 2023-05-12T21:13:25,965 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.2.4 2023-05-12T21:13:26,119 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:13:26,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:26,163 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... 2023-05-12T21:13:26,165 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... Done 2023-05-12T21:13:26,790 [main] INFO o.e.m.o.s.s.n.OpcUaNamespace - Loaded nodes in 516ms. 2023-05-12T21:13:26,813 [main] INFO o.e.m.o.s.s.NamespaceManager - added namespace index=0, uri=http://opcfoundation.org/UA/ 2023-05-12T21:13:26,816 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=1, uri=opcsvr 2023-05-12T21:13:26,820 [main] INFO o.e.m.o.s.s.OpcUaServer - Binding endpoint opc.tcp://localhost:12685/opcsvr to localhost [None/None] 2023-05-12T21:13:26,842 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=2, uri=urn:eclipse:milo:hello-world 2023-05-12T21:13:26,960 [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] 2023-05-12T21:13:26,960 [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] 2023-05-12T21:13:26,960 [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] 2023-05-12T21:13:26,961 [main] INFO o.e.k.i.d.o.ConnectionManager - Connecting to OPC-UA... 2023-05-12T21:13:27,136 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:13:27,136 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:13:27,142 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:13:27,187 [ua-shared-pool-1] WARN o.e.k.i.d.o.ConnectionManager - Failed to load certificates 2023-05-12T21:13:27,187 [ua-shared-pool-1] INFO o.e.k.i.d.o.ConnectionManager - connecting to endpoint: opc.tcp://localhost:12685/opcsvr 2023-05-12T21:13:27,193 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.2.4 2023-05-12T21:13:27,193 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.2.4 2023-05-12T21:13:27,325 [NonceUtilSecureRandom] INFO o.e.m.o.s.c.u.NonceUtil - SecureRandom seeded in 0ms. 2023-05-12T21:13:27,382 [ua-shared-pool-2] INFO o.e.k.i.d.o.ConnectionManager - Connectiong to OPC-UA...done 2023-05-12T21:13:27,395 [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} 2023-05-12T21:13:27,404 [ua-shared-pool-0] 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} 2023-05-12T21:13:27,416 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,420 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,424 [ua-shared-pool-0] 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} 2023-05-12T21:13:27,428 [ua-shared-pool-0] 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} 2023-05-12T21:13:27,433 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,436 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,440 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,444 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,448 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,452 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,456 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,460 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,464 [ua-shared-pool-0] 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} 2023-05-12T21:13:27,467 [ua-shared-pool-0] 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} 2023-05-12T21:13:27,471 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,475 [ua-shared-pool-0] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Float} 2023-05-12T21:13:27,479 [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} 2023-05-12T21:13:27,482 [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} 2023-05-12T21:13:27,486 [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} 2023-05-12T21:13:27,489 [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} 2023-05-12T21:13:27,493 [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} 2023-05-12T21:13:27,517 [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} 2023-05-12T21:13:27,531 [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=Int16} 2023-05-12T21:13:27,535 [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=Int16} 2023-05-12T21:13:27,538 [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=Int16} 2023-05-12T21:13:27,542 [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=Int16} 2023-05-12T21:13:27,545 [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=Int16} 2023-05-12T21:13:27,549 [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=Int16} 2023-05-12T21:13:27,552 [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=Int16} 2023-05-12T21:13:27,555 [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=Int16} 2023-05-12T21:13:27,559 [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=Int16} 2023-05-12T21:13:27,562 [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=Int16} 2023-05-12T21:13:27,566 [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=Int16} 2023-05-12T21:13:27,569 [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=Int16} 2023-05-12T21:13:27,573 [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=Int16} 2023-05-12T21:13:27,576 [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=Int16} 2023-05-12T21:13:27,580 [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=Int16} 2023-05-12T21:13:27,583 [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=Int16} 2023-05-12T21:13:27,587 [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=Int16} 2023-05-12T21:13:27,590 [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=Int16} 2023-05-12T21:13:27,593 [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=Int16} 2023-05-12T21:13:27,597 [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=Int16} 2023-05-12T21:13:27,616 [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=Int16} 2023-05-12T21:13:27,624 [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=Int16} 2023-05-12T21:13:27,628 [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=Int16} 2023-05-12T21:13:27,631 [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=Int16} 2023-05-12T21:13:27,635 [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=Int16} 2023-05-12T21:13:27,639 [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=Int16} 2023-05-12T21:13:27,643 [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=Int16} 2023-05-12T21:13:27,646 [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=Int16} 2023-05-12T21:13:27,650 [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=Int16} 2023-05-12T21:13:27,653 [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=Int16} 2023-05-12T21:13:27,656 [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=Int16} 2023-05-12T21:13:27,660 [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=Int16} 2023-05-12T21:13:27,663 [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=Int16} 2023-05-12T21:13:27,667 [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=Int16} 2023-05-12T21:13:27,670 [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=Int16} 2023-05-12T21:13:27,682 [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=Int32} 2023-05-12T21:13:27,685 [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=Int32} 2023-05-12T21:13:27,689 [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=Int32} 2023-05-12T21:13:27,693 [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=Int32} 2023-05-12T21:13:27,696 [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=Int32} 2023-05-12T21:13:27,717 [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} 2023-05-12T21:13:27,720 [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} 2023-05-12T21:13:27,724 [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} 2023-05-12T21:13:27,727 [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} 2023-05-12T21:13:27,731 [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} 2023-05-12T21:13:27,734 [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} 2023-05-12T21:13:27,738 [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} 2023-05-12T21:13:27,741 [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} 2023-05-12T21:13:27,744 [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} 2023-05-12T21:13:27,747 [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} 2023-05-12T21:13:27,751 [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} 2023-05-12T21:13:27,754 [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} 2023-05-12T21:13:27,757 [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} 2023-05-12T21:13:27,760 [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} 2023-05-12T21:13:27,763 [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} 2023-05-12T21:13:27,767 [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} 2023-05-12T21:13:27,770 [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} 2023-05-12T21:13:27,773 [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} 2023-05-12T21:13:27,777 [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} 2023-05-12T21:13:27,780 [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} 2023-05-12T21:13:27,783 [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} 2023-05-12T21:13:27,786 [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} 2023-05-12T21:13:27,789 [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} 2023-05-12T21:13:27,792 [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} 2023-05-12T21:13:27,816 [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} 2023-05-12T21:13:27,820 [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} 2023-05-12T21:13:27,823 [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} 2023-05-12T21:13:27,826 [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} 2023-05-12T21:13:27,830 [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} 2023-05-12T21:13:27,833 [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} 2023-05-12T21:13:27,837 [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} 2023-05-12T21:13:27,840 [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} 2023-05-12T21:13:27,843 [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} 2023-05-12T21:13:27,846 [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} 2023-05-12T21:13:27,849 [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} 2023-05-12T21:13:27,852 [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} 2023-05-12T21:13:27,855 [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} 2023-05-12T21:13:27,858 [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} 2023-05-12T21:13:27,861 [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} 2023-05-12T21:13:27,864 [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} 2023-05-12T21:13:27,875 [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} 2023-05-12T21:13:27,878 [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} 2023-05-12T21:13:27,880 [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} 2023-05-12T21:13:27,883 [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} 2023-05-12T21:13:27,886 [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} 2023-05-12T21:13:27,889 [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} 2023-05-12T21:13:27,892 [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} 2023-05-12T21:13:27,895 [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} 2023-05-12T21:13:27,898 [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} 2023-05-12T21:13:27,915 [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} 2023-05-12T21:13:27,918 [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} 2023-05-12T21:13:27,922 [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} 2023-05-12T21:13:27,925 [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} 2023-05-12T21:13:27,929 [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} 2023-05-12T21:13:27,932 [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} 2023-05-12T21:13:27,935 [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} 2023-05-12T21:13:27,938 [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} 2023-05-12T21:13:27,941 [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} 2023-05-12T21:13:27,944 [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} 2023-05-12T21:13:27,946 [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} 2023-05-12T21:13:27,949 [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} 2023-05-12T21:13:27,952 [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} 2023-05-12T21:13:27,955 [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} 2023-05-12T21:13:27,958 [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} 2023-05-12T21:13:27,961 [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} 2023-05-12T21:13:27,964 [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} 2023-05-12T21:13:27,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=Int64} 2023-05-12T21:13:27,969 [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} 2023-05-12T21:13:27,972 [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} 2023-05-12T21:13:27,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=Int64} 2023-05-12T21:13:27,978 [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} 2023-05-12T21:13:27,980 [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} 2023-05-12T21:13:27,983 [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} 2023-05-12T21:13:27,986 [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} 2023-05-12T21:13:27,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=Int64} 2023-05-12T21:13:27,991 [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} 2023-05-12T21:13:28,019 [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} 2023-05-12T21:13:28,025 [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} 2023-05-12T21:13:28,028 [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} 2023-05-12T21:13:28,031 [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} 2023-05-12T21:13:28,034 [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} 2023-05-12T21:13:28,038 [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} 2023-05-12T21:13:28,043 [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} 2023-05-12T21:13:28,047 [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} 2023-05-12T21:13:28,050 [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} 2023-05-12T21:13:28,054 [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=Int64} 2023-05-12T21:13:28,057 [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=Int64} 2023-05-12T21:13:28,061 [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=Int64} 2023-05-12T21:13:28,066 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775808} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-12T21:13:28,069 [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=Int64} 2023-05-12T21:13:28,072 [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=Int64} 2023-05-12T21:13:28,084 [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=SByte} 2023-05-12T21:13:28,088 [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=SByte} 2023-05-12T21:13:28,116 [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=SByte} 2023-05-12T21:13:28,119 [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=SByte} 2023-05-12T21:13:28,122 [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=SByte} 2023-05-12T21:13:28,125 [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=SByte} 2023-05-12T21:13:28,129 [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=SByte} 2023-05-12T21:13:28,133 [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=SByte} 2023-05-12T21:13:28,137 [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=SByte} 2023-05-12T21:13:28,141 [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=SByte} 2023-05-12T21:13:28,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=SByte} 2023-05-12T21:13:28,147 [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=SByte} 2023-05-12T21:13:28,151 [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=SByte} 2023-05-12T21:13:28,156 [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=SByte} 2023-05-12T21:13:28,158 [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=SByte} 2023-05-12T21:13:28,161 [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} 2023-05-12T21:13:28,164 [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} 2023-05-12T21:13:28,168 [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} 2023-05-12T21:13:28,172 [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} 2023-05-12T21:13:28,176 [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} 2023-05-12T21:13:28,180 [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=SByte} 2023-05-12T21:13:28,183 [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=SByte} 2023-05-12T21:13:28,215 [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=SByte} 2023-05-12T21:13:28,218 [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=SByte} 2023-05-12T21:13:28,221 [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=SByte} 2023-05-12T21:13:28,225 [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=SByte} 2023-05-12T21:13:28,229 [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=SByte} 2023-05-12T21:13:28,233 [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=SByte} 2023-05-12T21:13:28,238 [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=SByte} 2023-05-12T21:13:28,242 [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=SByte} 2023-05-12T21:13:28,245 [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} 2023-05-12T21:13:28,248 [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} 2023-05-12T21:13:28,250 [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} 2023-05-12T21:13:28,253 [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} 2023-05-12T21:13:28,256 [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} 2023-05-12T21:13:28,267 [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} 2023-05-12T21:13:28,271 [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} 2023-05-12T21:13:28,275 [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} 2023-05-12T21:13:28,278 [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} 2023-05-12T21:13:28,281 [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} 2023-05-12T21:13:28,284 [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} 2023-05-12T21:13:28,315 [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} 2023-05-12T21:13:28,318 [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} 2023-05-12T21:13:28,321 [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} 2023-05-12T21:13:28,324 [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} 2023-05-12T21:13:28,327 [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} 2023-05-12T21:13:28,332 [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} 2023-05-12T21:13:28,336 [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} 2023-05-12T21:13:28,340 [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} 2023-05-12T21:13:28,345 [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} 2023-05-12T21:13:28,348 [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} 2023-05-12T21:13:28,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} 2023-05-12T21:13:28,354 [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} 2023-05-12T21:13:28,356 [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} 2023-05-12T21:13:28,359 [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} 2023-05-12T21:13:28,363 [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} 2023-05-12T21:13:28,368 [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} 2023-05-12T21:13:28,375 [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} 2023-05-12T21:13:28,378 [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} 2023-05-12T21:13:28,382 [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} 2023-05-12T21:13:28,416 [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} 2023-05-12T21:13:28,420 [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} 2023-05-12T21:13:28,424 [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} 2023-05-12T21:13:28,428 [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} 2023-05-12T21:13:28,431 [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} 2023-05-12T21:13:28,434 [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} 2023-05-12T21:13:28,437 [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} 2023-05-12T21:13:28,440 [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} 2023-05-12T21:13:28,445 [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} 2023-05-12T21:13:28,448 [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} 2023-05-12T21:13:28,451 [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} 2023-05-12T21:13:28,455 [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} 2023-05-12T21:13:28,458 [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} 2023-05-12T21:13:28,461 [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} 2023-05-12T21:13:28,464 [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} 2023-05-12T21:13:28,467 [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} 2023-05-12T21:13:28,471 [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} 2023-05-12T21:13:28,474 [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} 2023-05-12T21:13:28,479 [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} 2023-05-12T21:13:28,486 [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} 2023-05-12T21:13:28,514 [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} 2023-05-12T21:13:28,525 [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} 2023-05-12T21:13:28,528 [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} 2023-05-12T21:13:28,532 [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} 2023-05-12T21:13:28,536 [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} 2023-05-12T21:13:28,539 [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} 2023-05-12T21:13:28,542 [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} 2023-05-12T21:13:28,545 [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} 2023-05-12T21:13:28,548 [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} 2023-05-12T21:13:28,551 [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} 2023-05-12T21:13:28,554 [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} 2023-05-12T21:13:28,556 [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} 2023-05-12T21:13:28,559 [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} 2023-05-12T21:13:28,563 [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} 2023-05-12T21:13:28,567 [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} 2023-05-12T21:13:28,570 [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} 2023-05-12T21:13:28,573 [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} 2023-05-12T21:13:28,575 [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} 2023-05-12T21:13:28,578 [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} 2023-05-12T21:13:28,582 [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} 2023-05-12T21:13:28,614 [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} 2023-05-12T21:13:28,625 [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} 2023-05-12T21:13:28,628 [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} 2023-05-12T21:13:28,631 [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} 2023-05-12T21:13:28,633 [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} 2023-05-12T21:13:28,636 [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} 2023-05-12T21:13:28,639 [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} 2023-05-12T21:13:28,642 [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} 2023-05-12T21:13:28,645 [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} 2023-05-12T21:13:28,648 [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} 2023-05-12T21:13:28,652 [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} 2023-05-12T21:13:28,656 [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} 2023-05-12T21:13:28,658 [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} 2023-05-12T21:13:28,661 [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} 2023-05-12T21:13:28,664 [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} 2023-05-12T21:13:28,667 [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} 2023-05-12T21:13:28,671 [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} 2023-05-12T21:13:28,675 [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} 2023-05-12T21:13:28,678 [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} 2023-05-12T21:13:28,681 [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} 2023-05-12T21:13:28,684 [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} 2023-05-12T21:13:28,717 [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} 2023-05-12T21:13:28,720 [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} 2023-05-12T21:13:28,723 [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} 2023-05-12T21:13:28,735 [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} 2023-05-12T21:13:28,738 [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} 2023-05-12T21:13:28,741 [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} 2023-05-12T21:13:28,744 [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} 2023-05-12T21:13:28,747 [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} 2023-05-12T21:13:28,751 [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} 2023-05-12T21:13:28,755 [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} 2023-05-12T21:13:28,758 [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} 2023-05-12T21:13:28,761 [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} 2023-05-12T21:13:28,764 [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} 2023-05-12T21:13:28,766 [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} 2023-05-12T21:13:28,769 [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} 2023-05-12T21:13:28,772 [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} 2023-05-12T21:13:28,775 [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} 2023-05-12T21:13:28,777 [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} 2023-05-12T21:13:28,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=UInt64} 2023-05-12T21:13:28,783 [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} 2023-05-12T21:13:28,815 [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} 2023-05-12T21:13:28,818 [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} 2023-05-12T21:13:28,822 [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} 2023-05-12T21:13:28,827 [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} 2023-05-12T21:13:28,830 [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} 2023-05-12T21:13:28,833 [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} 2023-05-12T21:13:28,836 [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} 2023-05-12T21:13:28,839 [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} 2023-05-12T21:13:28,843 [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: 3.433 s - in org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest testSByteArray(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.44 s testByteArray(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.007 s testFloat(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.112 s testInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.154 s testInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.194 s testInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.207 s testSByte(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.184 s testWrite(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0 s testByte(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.103 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.005 s testByteString(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.004 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.111 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.029 s testUInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.1 s testUInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.108 s testUInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.121 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:13:28,987 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid opcuadriver 2023-05-12T21:13:28,988 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... 2023-05-12T21:13:28,988 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA... 2023-05-12T21:13:28,991 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... Done 2023-05-12T21:13:28,993 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:28,993 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:28,993 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:28,994 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:28,994 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:28,994 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:28,994 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:28,996 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:28,996 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:13:28,996 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:13:28,998 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:28,999 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:13:28,999 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:29,000 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:13:29,000 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:29,014 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:13:29,014 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:29,015 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:29,015 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:29,015 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:13:29,015 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:29,015 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:29,016 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:29,016 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:29,016 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:13:29,016 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:13:29,018 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:29,018 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:13:29,020 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:13:29,021 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:29,021 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:13:29,021 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:13:29,021 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:13:29,023 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:29,023 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:29,024 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:29,028 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:13:29,029 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:13:29,030 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:13:29,032 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:29,033 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:13:29,033 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:29,217 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:13:29,855 [ua-shared-pool-4] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA...Done 2023-05-12T21:13:30,034 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:30,036 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:13:30,038 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:13:30,040 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:30,041 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:13:30,050 [Framework stop - Equinox Container: 0d8b4447-1ae1-40f0-bb1f-0c35260f8ac4] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-12T21:13:30,361 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:30,361 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:30,361 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:30,361 [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:1354) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1335) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:627) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1450) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1737) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$788/0x0000000090010790.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$787/0x000000009000df80.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$786/0x0000000090004020.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/0x00000000fc005050.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) [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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.2.2/org.eclipse.kura.internal.driver.opcua.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.2.2/org.eclipse.kura.internal.driver.opcua.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.2.2/org.eclipse.kura.internal.driver.opcua.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.2.2/org.eclipse.kura.internal.driver.opcua.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.2.2/org.eclipse.kura.internal.driver.opcua.test-5.2.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.2.2 [150/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 0.886 s - in org.eclipse.kura.internal.driver.s7plc.S7PlcDriverTest [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] Running org.eclipse.kura.internal.driver.s7plc.task.S7PlcTaskBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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] [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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/surefire.properties] 2023-05-12T21:13:36,113 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:36,452 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:13:36,462 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-311855 2023-05-12T21:13:36,520 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:13:36,520 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:13:36,520 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:13:36,520 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:13:36,520 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/tmp 2023-05-12T21:13:36,521 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:13:36,523 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:36,554 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:13:36,601 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:13:36,603 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:13:36,721 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:13:36,721 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:36,747 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:13:36,831 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:13:36,845 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:13:36,845 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:36,869 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,870 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,870 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:36,873 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:13:36,873 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:13:36,873 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,874 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:36,874 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,874 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:36,875 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:13:36,875 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:13:36,875 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:13:36,876 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:36,876 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,876 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:13:36,877 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:13:36,878 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:13:36,878 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:13:36,878 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:13:36,879 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:36,879 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:36,879 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:36,880 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:13:36,880 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:13:36,880 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:36,883 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:36,883 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:13:36,883 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:13:36,884 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:13:36,884 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:13:36,884 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:13:36,903 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:13:36,903 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:13:36,914 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:36,926 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:13:36,927 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:36,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:36,977 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:13:36,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:36,979 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:36,979 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:13:36,979 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:13:36,980 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:36,981 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:36,981 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:13:36,981 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:13:36,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:13:36,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:13:36,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:36,984 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:36,984 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:13:36,985 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:36,986 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:36,986 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:13:36,986 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:13:36,986 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:37,015 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:37,019 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:13:37,020 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:37,020 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:37,031 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:13:37,031 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:13:37,031 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:37,032 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:13:37,035 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:13:37,035 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:37,036 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:37,041 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:13:37,041 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:37,042 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:37,044 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:13:37,045 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:37,048 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:13:37,049 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:37,049 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:37,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:13:37,067 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:13:37,070 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:13:37,070 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:37,071 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:37,074 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:13:37,076 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:13:37,076 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,076 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:13:37,076 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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 2023-05-12T21:13:37,076 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,077 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:13:37,077 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:13:37,078 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,078 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:13:37,079 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:13:37,079 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:37,140 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_1683926017127.xml... 2023-05-12T21:13:37,146 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_1683926017127.xml... Done. 2023-05-12T21:13:37,146 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:13:37,146 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,146 [Start Level: Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:13:37,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:13:37,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:13:37,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:37,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.s7plc ... 2023-05-12T21:13:37,228 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:13:37,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:37,231 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:37,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:37,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:13:37,261 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:13:37,271 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:37,271 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:37,271 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:37,272 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:37,272 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:13:37,272 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:37,275 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,277 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:13:37,278 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,278 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:13:37,278 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:37,317 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:13:37,317 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:13:37,318 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:37,318 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:13:37,318 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:13:37,318 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:13:37,320 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:13:37,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:37,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:37,321 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:37,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:37,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:37,324 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:13:37,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:13:37,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:37,326 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:37,327 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:13:37,327 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:38,328 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:38,331 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:13:38,333 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:13:38,336 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:38,337 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:13:38,346 [Framework stop - Equinox Container: bcfa9b9e-2bb1-49b6-a736-c2317d3d2c08] 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.2.2/org.eclipse.kura.internal.driver.s7plc.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.2.2/org.eclipse.kura.internal.driver.s7plc.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.2.2/org.eclipse.kura.internal.driver.s7plc.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.2.2/org.eclipse.kura.internal.driver.s7plc.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.2.2/org.eclipse.kura.internal.driver.s7plc.test-5.2.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.2.2 [151/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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.JavaNtpClockSyncProviderTest 21:13:41.403 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up 21:13:42.417 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider$$Lambda$18/0x000000005cb4f850.run(Unknown Source) [org.eclipse.kura.linux.clock-1.3.1-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] 21:13:42.428 [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.824 s - in org.eclipse.kura.linux.clock.JavaNtpClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.NtpdClockSyncProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.kura.linux.clock.NtpdClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.ChronyClockSyncProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.kura.linux.clock.ChronyClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.ClockServiceImplTest 21:13:42.694 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683926022], it should've been 2023-05-12T21:13:42.691+0000 21:13:42.699 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 21:13:42.702 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ChronyClockSyncProvider.init(ChronyClockSyncProvider.java:89) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ClockServiceImpl.startClockSyncProvider(ClockServiceImpl.java:185) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ClockServiceImpl.activate(ClockServiceImpl.java:91) [org.eclipse.kura.linux.clock-1.3.1-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] 21:13:43.402 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up 21:13:43.710 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider.lambda$0(AbstractNtpClockSyncProvider.java:89) [org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider$$Lambda$18/0x000000005cb4f850.run(Unknown Source) [org.eclipse.kura.linux.clock-1.3.1-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:210) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.JavaNtpClockSyncProvider.syncClock(JavaNtpClockSyncProvider.java:56) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] ... 9 more 21:13:43.710 [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.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider.lambda$0(AbstractNtpClockSyncProvider.java:89) [org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider$$Lambda$18/0x000000005cb4f850.run(Unknown Source) [org.eclipse.kura.linux.clock-1.3.1-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:210) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.JavaNtpClockSyncProvider.syncClock(JavaNtpClockSyncProvider.java:56) ~[org.eclipse.kura.linux.clock-1.3.1-SNAPSHOT.jar:?] ... 9 more 21:13:43.711 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683926023], it should've been 2023-05-12T21:13:43.711+0000 21:13:43.712 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.548 s - in org.eclipse.kura.linux.clock.ClockServiceImplTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/surefire.properties] 2023-05-12T21:13:47,003 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:47,305 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:13:47,324 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-860858 2023-05-12T21:13:47,379 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:13:47,379 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots 2023-05-12T21:13:47,380 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/tmp 2023-05-12T21:13:47,381 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:13:47,382 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:47,417 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:13:47,465 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:13:47,467 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:13:47,577 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:13:47,577 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:47,603 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:13:47,687 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:13:47,698 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:13:47,698 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:47,722 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,723 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,723 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:47,726 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:13:47,726 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:13:47,726 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,727 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:47,727 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,727 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:47,728 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:13:47,728 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:13:47,728 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:13:47,729 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:47,729 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,729 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:13:47,730 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:13:47,731 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:13:47,731 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:13:47,731 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:13:47,732 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:47,732 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,732 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:47,733 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:13:47,733 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:13:47,733 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:47,736 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:47,736 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:13:47,736 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:13:47,736 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:13:47,737 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:13:47,737 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:13:47,767 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:13:47,767 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:13:47,788 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.clock.ClockService ... 2023-05-12T21:13:47,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.clock.ClockService 2023-05-12T21:13:47,817 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.clock.ClockService 2023-05-12T21:13:47,845 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:13:47,846 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:47,847 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:47,847 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:13:47,847 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:13:47,847 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:47,848 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:47,848 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:13:47,849 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:13:47,849 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:47,851 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:47,854 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Activate. Current Time: 2023-05-12T21:13:47.854+0000 2023-05-12T21:13:47,855 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:13:47,856 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:47,857 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:47,858 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2023-05-12T21:13:47,859 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2023-05-12T21:13:47,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService.... 2023-05-12T21:13:47,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService....Done 2023-05-12T21:13:47,867 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:13:47,867 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:13:47,868 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:47,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:47,869 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:13:47,874 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:13:47,875 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:47,915 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:47,920 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:13:47,920 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:47,921 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:47,922 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:13:47,922 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:47,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:47,924 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:13:47,925 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:47,928 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:13:47,929 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:47,930 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:47,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:13:47,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:47,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:47,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:13:47,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:13:47,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:13:47,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:13:47,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:47,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:13:47,949 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:13:47,954 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:13:47,954 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:47,955 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:47,958 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:13:47,960 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:13:47,961 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:47,961 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:13:47,961 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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 2023-05-12T21:13:47,961 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:47,961 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:13:47,962 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:13:47,963 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:47,963 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:13:47,964 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:13:47,965 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:47,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:13:48,015 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: -12 2023-05-12T21:13:48,023 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_1683926027980.xml... 2023-05-12T21:13:48,028 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683926028], it should've been 2023-05-12T21:13:48.028+0000 2023-05-12T21:13:48,031 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_1683926027980.xml... Done. 2023-05-12T21:13:48,031 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:13:48,031 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:13:48,031 [Start Level: Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:13:48,051 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2023-05-12T21:13:48,051 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2023-05-12T21:13:48,130 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:13:48,130 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:13:48,144 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:48,156 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... Results: 2023-05-12T21:13:48,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:48,158 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:48,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:48,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:13:48,167 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:48,167 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:48,168 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:48,168 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:48,168 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:48,170 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:48,173 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:13:48,174 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:48,174 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:13:48,174 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:48,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:13:48,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:13:48,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:48,230 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.clock.ClockService 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:13:48,232 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:13:48,232 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Updated... 2023-05-12T21:13:48,233 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - New configuration for Clock Service 2023-05-12T21:13:48,233 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2023-05-12T21:13:48,233 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2023-05-12T21:13:48,235 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:13:48,237 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:48,238 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:13:48,238 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:48,303 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: 1 2023-05-12T21:13:48,304 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683926028], it should've been 2023-05-12T21:13:48.304+0000 2023-05-12T21:13:48,306 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2023-05-12T21:13:48,306 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2023-05-12T21:13:48,385 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:13:48,387 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:13:48,388 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:13:48,388 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:13:49,238 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:49,242 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:13:49,244 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.l.c.ClockServiceImpl - Deactivate... 2023-05-12T21:13:49,246 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:13:49,249 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:13:49,251 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:13:49,255 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:49,256 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:13:49,263 [Framework stop - Equinox Container: 3b5d1bf3-aab6-4102-93f8-3a7dda4561ac] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.2.2/org.eclipse.kura.linux.clock.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.2.2/org.eclipse.kura.linux.clock.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.2.2/org.eclipse.kura.linux.clock.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.2.2/org.eclipse.kura.linux.clock.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.2.2/org.eclipse.kura.linux.clock.test-5.2.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.2.2 [152/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.GPIOServiceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s - in org.eclipse.kura.linux.gpio.GPIOServiceImplTest [INFO] Running org.eclipse.kura.linux.gpio.JdkDioPinTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.kura.linux.gpio.JdkDioPinTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/surefire.properties] 2023-05-12T21:13:55,132 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:55,454 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:13:55,466 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-183134 2023-05-12T21:13:55,533 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:13:55,533 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:13:55,533 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:13:55,533 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/tmp 2023-05-12T21:13:55,534 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:13:55,536 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:13:55,566 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:13:55,654 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:13:55,655 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:13:55,792 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:13:55,792 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:55,829 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:13:55,914 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:13:55,929 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:13:55,929 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:55,954 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,954 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,954 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:55,957 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:13:55,957 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:13:55,958 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,958 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:55,958 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,958 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:55,960 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:13:55,960 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:13:55,960 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:13:55,964 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:55,964 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,964 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:13:55,965 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:13:55,966 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:13:55,966 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:13:55,966 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:13:55,967 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:55,967 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:55,967 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:55,968 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:13:55,968 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:13:55,968 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:55,970 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:55,971 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:13:55,971 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:13:55,971 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:13:55,972 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:13:55,972 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:13:56,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:13:56,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:13:56,023 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:56,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:13:56,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:56,040 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:13:56,055 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:13:56,057 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:56,058 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:56,058 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:13:56,058 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:13:56,059 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:56,060 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:13:56,060 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:13:56,060 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:13:56,060 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:56,061 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:56,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:13:56,064 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:56,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:56,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:13:56,067 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:13:56,067 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:56,068 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:13:56,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:13:56,069 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:13:56,069 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:13:56,069 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:56,070 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:13:56,118 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:13:56,118 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:13:56,118 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:13:56,119 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:13:56,122 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:13:56,122 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:56,123 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:13:56,128 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:13:56,128 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:56,129 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:13:56,132 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:13:56,132 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:56,135 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:13:56,136 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:13:56,136 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:56,137 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:56,154 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:13:56,154 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:13:56,155 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:13:56,155 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:13:56,155 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:13:56,155 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:13:56,157 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:13:56,157 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:56,158 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:13:56,162 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:13:56,163 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:13:56,164 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,164 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:13:56,164 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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 2023-05-12T21:13:56,164 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,165 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:13:56,166 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:13:56,166 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,167 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:13:56,167 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:13:56,168 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:13:56,230 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_1683926036218.xml... 2023-05-12T21:13:56,235 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_1683926036218.xml... Done. 2023-05-12T21:13:56,235 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:13:56,236 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,236 [Start Level: Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:13:56,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:13:56,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:13:56,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:56,274 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:13:56,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:56,277 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:56,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:56,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:56,343 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2023-05-12T21:13:56,353 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:13:56,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:13:56,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:13:56,362 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:56,362 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:56,362 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:13:56,363 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:13:56,363 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:13:56,365 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,368 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:13:56,368 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,368 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:13:56,368 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:13:56,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:13:56,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:13:56,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:13:56,374 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:13:56,374 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:56,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:13:56,374 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:13:56,374 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:13:56,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:13:56,374 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:13:56,375 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:13:56,375 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:13:56,375 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:13:56,376 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:13:56,376 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:13:56,376 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:13:56,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:13:56,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:13:56,378 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:13:56,380 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:56,380 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:13:56,381 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:13:57,381 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:13:57,385 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:13:57,386 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:13:57,389 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:13:57,389 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:13:57,397 [Framework stop - Equinox Container: 7d986848-643f-452a-96dc-fd173f684a5c] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.2.2/org.eclipse.kura.linux.gpio.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.2.2/org.eclipse.kura.linux.gpio.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.2.2/org.eclipse.kura.linux.gpio.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.2.2/org.eclipse.kura.linux.gpio.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.2.2/org.eclipse.kura.linux.gpio.test-5.2.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.2.2 [153/185] [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.2.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-2-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-2-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-2-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-2-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-2-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 17 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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.IpTablesConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.99 s - in org.eclipse.kura.linux.net.iptables.IpTablesConfigTest [INFO] Running org.eclipse.kura.linux.net.iptables.LinuxFirewallTest 21:14:00.745 [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.2.1.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.initialize(LinuxFirewall.java:93) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.(LinuxFirewall.java:85) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.getInstance(LinuxFirewall.java:68) [org.eclipse.kura.linux.net-2.2.1.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.2.1.jar:?] ... 29 more [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.kura.linux.net.iptables.LinuxFirewallTest [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.NatPostroutingChainRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.iptables.NatPostroutingChainRuleTest [INFO] Running org.eclipse.kura.linux.net.iptables.FilterForwardChainRuleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.dns.LinuxDnsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.linux.net.dns.LinuxDnsTest [INFO] Running org.eclipse.kura.linux.net.dhcp.DhcpServerManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.dhcp.DhcpServerManagerTest [INFO] Running org.eclipse.kura.linux.net.util.LinuxNetworkUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.util.LinuxNetworkUtilTest [INFO] Running org.eclipse.kura.linux.net.util.ExtractWiFiCapabilitiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kura.linux.net.util.ExtractWiFiCapabilitiesTest [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.001 s - in org.eclipse.kura.linux.net.util.DhcpLeaseToolTest [INFO] Running org.eclipse.kura.linux.net.util.ParseIwScanOutputTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.util.ParseIwScanOutputTest [INFO] Running org.eclipse.kura.linux.net.util.IwCapabilityToolTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.linux.net.util.IwCapabilityToolTest [INFO] Running org.eclipse.kura.linux.net.ppp.PppLinuxTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.029 s - in org.eclipse.kura.linux.net.ppp.PppLinuxTest [INFO] Running org.eclipse.kura.linux.net.NetworkServiceImplTest 21:14:07.140 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.148 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.150 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.152 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.154 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.156 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.167 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.168 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.170 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.172 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.173 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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] 21:14:07.175 [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.2.1.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$86/0x0000000090b6ef30.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.147 s - in org.eclipse.kura.linux.net.NetworkServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 57, 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/surefire.properties] 2023-05-12T21:14:09,946 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:10,286 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:14:10,295 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-042503 2023-05-12T21:14:10,360 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura 2023-05-12T21:14:10,361 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:14:10,362 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:14:10,362 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots 2023-05-12T21:14:10,362 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/tmp 2023-05-12T21:14:10,362 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:14:10,364 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:10,393 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:14:10,446 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:14:10,448 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:14:10,563 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:14:10,563 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:10,587 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:14:10,678 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:14:10,685 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:14:10,686 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:10,710 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,711 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,711 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:10,714 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:14:10,714 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:14:10,715 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,715 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:10,715 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,715 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:10,716 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:14:10,716 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:14:10,716 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:14:10,717 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:10,717 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,718 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:10,718 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:14:10,718 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:14:10,719 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:10,719 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:14:10,719 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:14:10,719 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:14:10,720 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:14:10,720 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:14:10,720 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:14:10,721 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:10,721 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,721 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:10,722 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:14:10,722 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:14:10,722 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:10,726 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:10,726 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:14:10,726 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:14:10,727 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:14:10,727 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:14:10,727 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:14:10,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:14:10,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:14:10,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:10,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:14:10,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:14:10,770 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:14:10,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:14:10,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:10,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:10,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:14:10,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:14:10,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:14:10,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:14:10,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:10,845 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:10,848 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:14:10,849 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:10,852 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:10,852 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:14:10,853 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:14:10,853 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:10,855 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:10,855 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:14:10,855 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:14:10,855 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:10,856 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:10,862 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:14:10,862 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:10,863 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:10,874 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:14:10,875 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:14:10,875 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:10,876 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:14:10,880 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:14:10,919 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:14:10,919 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:10,920 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:10,925 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:14:10,925 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:10,926 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:10,928 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:14:10,929 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:10,932 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:14:10,933 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:10,934 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:14:10,948 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:14:10,951 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:14:10,953 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:10,954 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:10,957 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:14:10,959 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:14:10,959 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:10,960 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:14:10,960 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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 2023-05-12T21:14:10,960 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:10,960 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:14:10,961 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:14:10,962 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:10,962 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:14:10,962 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:14:10,963 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:11,025 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_1683926051015.xml... 2023-05-12T21:14:11,031 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_1683926051015.xml... Done. 2023-05-12T21:14:11,032 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:14:11,032 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:14:11,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:14:11,032 [Start Level: Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:14:11,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:14:11,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:11,117 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:14:11,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:11,119 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:11,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:11,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:14:11,151 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:11,151 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:14:11,151 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:11,152 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:11,152 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:11,153 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:11,155 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:11,157 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:14:11,158 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:11,158 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:14:11,158 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:11,159 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:14:11,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:14:11,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:14:11,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:11,168 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:14:11,168 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:14:11,168 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:14:11,169 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:11,169 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:11,169 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:11,169 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:11,169 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:14:11,170 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:14:11,171 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:14:11,172 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:11,172 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:11,172 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:11,173 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:11,173 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:14:11,173 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:11,175 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:14:11,175 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:12,175 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:14:12,179 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:14:12,182 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:14:12,182 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:14:12,187 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:12,191 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:14:12,205 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:14:12,206 [Framework stop - Equinox Container: cc47710e-52d3-4ff2-ba13-c067413281ba] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.2.2/org.eclipse.kura.linux.net.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.2.2/org.eclipse.kura.linux.net.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.2.2/org.eclipse.kura.linux.net.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.2.2/org.eclipse.kura.linux.net.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.2.2/org.eclipse.kura.linux.net.test-5.2.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.2.2 [154/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.GpsDeviceTest 21:14:17.535 [Thread-6] 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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.position.GpsDevice$SerialCommunicate.run(GpsDevice.java:128) [org.eclipse.kura.linux.position-1.2.1-SNAPSHOT.jar:?] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.016 s - in org.eclipse.kura.linux.position.GpsDeviceTest [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.GpsDeviceTrackerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.kura.linux.position.GpsDeviceTrackerTest [INFO] Running org.eclipse.kura.linux.position.PositionServiceTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.066 s - in org.eclipse.kura.linux.position.PositionServiceTest [INFO] Running org.eclipse.kura.linux.position.UseGpsdPositionProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.345 s - in org.eclipse.kura.linux.position.UseGpsdPositionProviderTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/surefire.properties] 2023-05-12T21:14:43,000 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:43,373 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:14:43,385 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-782055 2023-05-12T21:14:43,451 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:14:43,451 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:14:43,451 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:14:43,451 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:14:43,451 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/tmp 2023-05-12T21:14:43,452 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:14:43,454 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:43,479 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:14:43,533 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:14:43,535 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:14:43,653 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:14:43,653 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:43,680 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:14:43,766 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:14:43,775 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:14:43,775 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:43,818 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,819 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,819 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:43,823 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:14:43,823 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:14:43,824 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,824 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:43,825 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,825 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:43,827 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:14:43,827 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:14:43,827 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:14:43,828 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:43,828 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,828 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:43,829 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:14:43,830 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:14:43,830 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:43,830 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:14:43,830 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:14:43,830 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:14:43,831 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:14:43,831 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:14:43,832 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:14:43,833 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:43,833 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:43,833 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:43,834 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:14:43,834 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:14:43,834 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:43,840 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:43,841 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:14:43,841 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:14:43,842 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:14:43,842 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:14:43,842 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:14:43,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:14:43,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:14:43,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:43,915 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:14:43,915 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:14:43,916 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:14:43,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:14:43,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:43,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:43,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:14:43,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:14:43,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:14:43,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:14:43,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:43,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:43,979 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:14:43,980 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:44,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:14:44,020 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:44,021 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:14:44,021 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:14:44,021 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:44,023 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:44,023 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:14:44,023 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:14:44,023 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:44,025 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:44,027 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Updating... Done. 2023-05-12T21:14:44,027 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Activating... Done. 2023-05-12T21:14:44,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:14:44,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:14:44,031 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:14:44,031 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:44,032 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:44,049 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:14:44,049 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:14:44,049 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:44,051 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:14:44,055 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:14:44,055 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:44,056 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:44,066 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:14:44,066 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,067 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,073 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:14:44,074 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:44,118 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:14:44,118 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,120 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,123 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:14:44,123 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:44,124 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:44,141 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:14:44,141 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:14:44,141 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:14:44,141 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:14:44,141 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:14:44,142 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:14:44,144 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:14:44,144 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:44,145 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:44,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:44,150 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:14:44,153 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:14:44,153 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,154 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:14:44,154 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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 2023-05-12T21:14:44,154 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,154 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:14:44,155 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:14:44,157 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,157 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:14:44,157 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:14:44,158 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:44,182 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_1683926084172.xml... 2023-05-12T21:14:44,191 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_1683926084172.xml... Done. 2023-05-12T21:14:44,191 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:14:44,191 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,191 [Start Level: Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:14:44,223 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:14:44,226 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:44,226 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:44,227 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:44,227 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:14:44,271 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:14:44,318 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:14:44,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:14:44,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:14:44,331 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:44,331 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:44,332 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:44,332 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:44,332 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:44,335 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,338 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:14:44,338 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,338 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:14:44,338 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:44,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:14:44,350 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:44,350 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:14:44,350 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:14:44,350 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:14:44,351 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:44,351 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:44,351 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:44,351 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:44,352 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,352 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:14:44,352 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:14:44,356 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:14:44,359 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:14:44,359 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:14:44,359 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:14:44,360 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:14:44,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:44,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:44,362 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:44,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:44,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:14:44,362 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:44,364 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:14:44,364 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:45,364 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:14:45,368 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:14:45,370 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:14:45,372 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Deactivating... Done. 2023-05-12T21:14:45,374 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:14:45,375 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:45,377 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:14:45,405 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:14:45,406 [Framework stop - Equinox Container: c1a6a2d9-dc82-4acb-8939-a44d74232e9a] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.2.2/org.eclipse.kura.linux.position.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.2.2/org.eclipse.kura.linux.position.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.2.2/org.eclipse.kura.linux.position.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.2.2/org.eclipse.kura.linux.position.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.2.2/org.eclipse.kura.linux.position.test-5.2.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.2.2 [155/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 0.907 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/surefire.properties] 2023-05-12T21:14:51,329 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:51,702 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:14:51,718 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-737836 2023-05-12T21:14:51,778 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots 2023-05-12T21:14:51,779 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/tmp 2023-05-12T21:14:51,780 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:14:51,782 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:14:51,814 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:14:51,868 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:14:51,870 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:14:51,985 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:14:51,985 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:52,021 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:14:52,105 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:14:52,114 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:14:52,114 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:52,139 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,140 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,140 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:52,143 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:14:52,143 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:14:52,143 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,144 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:52,144 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,144 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:52,145 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:14:52,145 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:14:52,145 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:14:52,146 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,146 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,146 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,147 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:14:52,147 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:14:52,147 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,147 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:14:52,148 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:14:52,148 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:14:52,148 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:14:52,149 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:14:52,149 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:14:52,149 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,149 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,149 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,150 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:14:52,150 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:14:52,150 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,152 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:52,152 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:14:52,152 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:14:52,153 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:14:52,153 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:14:52,154 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:14:52,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:14:52,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:14:52,189 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:52,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:14:52,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:14:52,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:14:52,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:14:52,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:14:52,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:14:52,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:14:52,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:14:52,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:52,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:14:52,261 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:14:52,261 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:52,264 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:52,264 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:14:52,264 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:14:52,264 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:52,266 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:14:52,266 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:14:52,266 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:14:52,266 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,267 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,271 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:14:52,271 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:52,272 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:14:52,287 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:14:52,287 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:14:52,314 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:14:52,316 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:14:52,319 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:14:52,319 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:52,320 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:14:52,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:14:52,325 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:14:52,325 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:52,326 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:14:52,330 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:14:52,331 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:52,335 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:14:52,335 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:52,336 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:52,352 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:14:52,352 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:14:52,352 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:14:52,353 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:14:52,353 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:14:52,353 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:14:52,362 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:14:52,362 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:52,363 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:14:52,371 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:14:52,373 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:14:52,373 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,373 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:14:52,374 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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 2023-05-12T21:14:52,374 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,374 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:14:52,375 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:14:52,376 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,376 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:14:52,376 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:14:52,377 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:14:52,437 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_1683926092425.xml... 2023-05-12T21:14:52,441 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_1683926092425.xml... Done. 2023-05-12T21:14:52,441 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:14:52,441 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,441 [Start Level: Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:14:52,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:14:52,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:14:52,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:52,477 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:14:52,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:52,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:52,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:52,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:14:52,546 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:14:52,557 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:14:52,564 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:52,565 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:52,565 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:14:52,565 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:14:52,566 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:14:52,568 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,570 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:14:52,571 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,571 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:14:52,571 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:14:52,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:14:52,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:14:52,573 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:14:52,573 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:14:52,574 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:14:52,574 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:14:52,575 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:14:52,575 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:14:52,575 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:14:52,575 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:14:52,575 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:14:52,576 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:14:52,578 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:14:52,581 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:14:52,582 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:14:52,582 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:14:52,582 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:14:52,584 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:14:52,584 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:14:52,584 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:52,614 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:14:52,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:14:52,616 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:52,617 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:14:52,617 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:14:53,617 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:14:53,622 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:14:53,624 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:14:53,625 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:14:53,629 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:14:53,630 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:14:53,663 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:14:53,664 [Framework stop - Equinox Container: 900a58a0-1577-4986-9643-99ea0345a699] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.2.2/org.eclipse.kura.linux.usb.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.2.2/org.eclipse.kura.linux.usb.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.2.2/org.eclipse.kura.linux.usb.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.2.2/org.eclipse.kura.linux.usb.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.2.2/org.eclipse.kura.linux.usb.test-5.2.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.2.2 [156/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.WatchdogServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.828 s - in org.eclipse.kura.linux.watchdog.WatchdogServiceImplTest [INFO] Running org.eclipse.kura.linux.watchdog.RebootCauseFileWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.linux.watchdog.RebootCauseFileWriterTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/surefire.properties] 2023-05-12T21:15:01,395 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:01,736 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:15:01,745 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-348466 2023-05-12T21:15:01,803 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots 2023-05-12T21:15:01,804 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/tmp 2023-05-12T21:15:01,805 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:15:01,807 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:01,835 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:15:01,888 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:15:01,890 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:15:02,018 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:15:02,018 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:02,044 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:15:02,127 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:15:02,135 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:15:02,135 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:02,162 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,163 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,163 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:02,165 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:15:02,166 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:15:02,167 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,167 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:02,167 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,167 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:02,168 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:15:02,168 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:15:02,168 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:15:02,169 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,169 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,169 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:15:02,170 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:15:02,171 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:15:02,171 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:15:02,171 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:15:02,172 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,172 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,172 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,173 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:15:02,173 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:15:02,173 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,176 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:02,176 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:15:02,176 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:15:02,177 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:15:02,177 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:15:02,177 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:15:02,199 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:15:02,199 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:15:02,260 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:15:02,260 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:02,262 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:02,263 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:02,263 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:15:02,264 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:15:02,264 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:02,265 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:02,265 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:15:02,265 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:15:02,265 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,266 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,270 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:15:02,270 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:02,273 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:02,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:15:02,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:02,279 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:15:02,315 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:15:02,315 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:15:02,316 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:02,317 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:15:02,320 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:15:02,320 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:02,321 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:02,343 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:15:02,343 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:02,344 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:02,347 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:15:02,347 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:02,351 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:15:02,351 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:02,352 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:02,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:15:02,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:15:02,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:15:02,355 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:15:02,355 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:15:02,356 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:02,356 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:02,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:15:02,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:02,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:15:02,372 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:15:02,374 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:15:02,375 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:02,375 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:02,379 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:15:02,380 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:15:02,381 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,414 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:15:02,414 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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 2023-05-12T21:15:02,414 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,414 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:15:02,415 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:15:02,416 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,416 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:15:02,417 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:15:02,418 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:02,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:15:02,441 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_1683926102430.xml... 2023-05-12T21:15:02,449 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_1683926102430.xml... Done. 2023-05-12T21:15:02,449 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:15:02,449 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,449 [Start Level: Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:15:02,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:15:02,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:15:02,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:02,571 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:15:02,573 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:02,573 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:02,573 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:02,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:15:02,630 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:02,631 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:02,631 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:02,631 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:02,631 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:02,633 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,636 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:15:02,636 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,637 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:15:02,637 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:02,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:15:02,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:15:02,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:02,651 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:15:02,652 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:15:02,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:02,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:02,653 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:02,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:02,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:02,655 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:15:02,657 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:02,658 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:15:02,658 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:02,830 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:15:02,832 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:15:02,833 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:15:02,833 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:15:03,658 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:15:03,662 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:15:03,664 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:15:03,665 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:15:03,666 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:15:03,671 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:03,672 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:15:03,683 [Framework stop - Equinox Container: c4e62097-0d2d-4d2a-924e-40fa3cde1655] 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.2.2/org.eclipse.kura.linux.watchdog.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.2.2/org.eclipse.kura.linux.watchdog.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.2.2/org.eclipse.kura.linux.watchdog.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.2.2/org.eclipse.kura.linux.watchdog.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.2.2/org.eclipse.kura.linux.watchdog.test-5.2.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.2.2 [157/185] [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.2.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-2-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-2-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-2-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-2-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-2-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 21 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImplTest.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-2-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.monitor.WifiMonitorServiceImplTest 21:15:07.446 [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:182) [org.eclipse.kura.net.admin-1.2.2.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.84 s - in org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest 21:15:13.217 [pool-16-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:711) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.trackModem(ModemMonitorServiceImpl.java:665) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.lambda$0(ModemMonitorServiceImpl.java:177) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$$Lambda$25/0x000000001c3ccb60.run(Unknown Source) [org.eclipse.kura.net.admin-1.2.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] Caused by: java.lang.NullPointerException at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910ModemFactory.(TelitHe910ModemFactory.java:37) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910ModemFactory.getInstance(TelitHe910ModemFactory.java:47) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] ... 15 more 21:15:22.300 [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:704) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.trackModem(ModemMonitorServiceImpl.java:665) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.manageModemAddedEvent(ModemMonitorServiceImpl.java:259) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.handleEvent(ModemMonitorServiceImpl.java:240) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest.testHandleEventModemAdded(ModemMonitorServiceImplTest.java:442) [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] 21:15:23.835 [pool-33-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.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$$Lambda$25/0x000000001c3ccb60.run(Unknown Source) [org.eclipse.kura.net.admin-1.2.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] 21:15:26.851 [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.279 s - in org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest 21:15:26.856 [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.2.2.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.018 s - in org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.HostapdConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.kura.net.admin.visitor.linux.HostapdConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.DhcpConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.net.admin.visitor.linux.DhcpConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.WpaSupplicantConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kura.net.admin.visitor.linux.WpaSupplicantConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.util.PppAuthSecretsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kura.net.admin.visitor.linux.util.PppAuthSecretsTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.FirewallAutoNatConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.net.admin.visitor.linux.FirewallAutoNatConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.PppConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.kura.net.admin.visitor.linux.PppConfigTest [INFO] Running org.eclipse.kura.net.admin.ModemServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.net.admin.ModemServiceImplTest [INFO] Running org.eclipse.kura.net.admin.modem.HspaModemExtendedRegistrationStatusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.net.admin.modem.HspaModemExtendedRegistrationStatusTest [INFO] Running org.eclipse.kura.net.admin.modem.HspaModemRssiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.net.admin.modem.HspaModemRssiTest [INFO] Running org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest 21:15:27.055 [main] ERROR org.eclipse.kura.net.admin.modem.telit.generic.TelitModem - Failed to initialize modem org.eclipse.kura.KuraException: An internal error occurred. No serial ports available at org.eclipse.kura.net.admin.modem.telit.generic.TelitModem.getAtPort(TelitModem.java:622) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.telit.generic.TelitModem.initModemParameters(TelitModem.java:76) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910.(TelitHe910.java:62) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest.givenUninitializedTelitModem(TelitHe910RegistrationStatusTest.java:90) [test-classes/:?] at org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest.shouldBeUnknownNetworkRegisteredIfModemNotInitializedTest(TelitHe910RegistrationStatusTest.java:31) [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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest [INFO] Running org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest 21:15:27.065 [main] ERROR org.eclipse.kura.net.admin.modem.hspa.HspaModem - Failed to initialize modem org.eclipse.kura.KuraException: The serial port does not exist. No serial ports available at org.eclipse.kura.net.admin.modem.hspa.HspaModem.getAtPort(HspaModem.java:582) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.hspa.HspaModem.initModemParameters(HspaModem.java:95) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.quectel.generic.QuectelGeneric.(QuectelGeneric.java:43) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest.givenUninitializedQuectelModem(QuectelGenericRegistrationStatusTest.java:102) [test-classes/:?] at org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest.shouldBeUnknownNetworkRegisteredIfModemNotInitializedTest(QuectelGenericRegistrationStatusTest.java:43) [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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest [INFO] Running org.eclipse.kura.net.admin.modem.TelitHe910RssiTest 21:15:27.116 [main] ERROR org.eclipse.kura.net.admin.modem.telit.generic.TelitModem - Failed to initialize modem org.eclipse.kura.KuraException: Not connected. at org.eclipse.kura.net.admin.modem.telit.generic.TelitModem.getSerialNumber(TelitModem.java:183) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.telit.generic.TelitModem.initModemParameters(TelitModem.java:78) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910.(TelitHe910.java:62) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.modem.TelitHe910RssiTest$2.(TelitHe910RssiTest.java:125) [test-classes/:?] at org.eclipse.kura.net.admin.modem.TelitHe910RssiTest.givenHspaModemNotReachable(TelitHe910RssiTest.java:125) [test-classes/:?] at org.eclipse.kura.net.admin.modem.TelitHe910RssiTest.shouldThrowExceptionWhenModemNotReachable(TelitHe910RssiTest.java:71) [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.048 s - in org.eclipse.kura.net.admin.modem.TelitHe910RssiTest [INFO] Running org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest 21:15:33.142 [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:282) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.activate(NetworkConfigurationServiceImpl.java:201) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testGetNetworkConfiguration(NetworkConfigurationServiceImplTest.java:336) [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] 21:15:33.144 [main] ERROR org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl - Error updating the configuration java.lang.NullPointerException: null at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.executeVisitors(NetworkConfigurationServiceImpl.java:338) ~[org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.updated(NetworkConfigurationServiceImpl.java:278) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.activate(NetworkConfigurationServiceImpl.java:201) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testActivate(NetworkConfigurationServiceImplTest.java:106) [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] 21:15:33.153 [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:282) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.activate(NetworkConfigurationServiceImpl.java:201) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testGetConfiguration(NetworkConfigurationServiceImplTest.java:412) [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] 21:15:33.164 [main] ERROR org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl - Error updating the configuration org.eclipse.kura.KuraException: Configuration Error: test at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest$3.getNetworkType(NetworkConfigurationServiceImplTest.java:175) ~[test-classes/:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.updated(NetworkConfigurationServiceImpl.java:263) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testUpdatedException(NetworkConfigurationServiceImplTest.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.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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.045 s - in org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest [INFO] Running org.eclipse.kura.net.admin.GetWifiHotSpotListTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.01 s - in org.eclipse.kura.net.admin.GetWifiHotSpotListTest [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.526 s - in org.eclipse.kura.net.admin.NetworkAdminServiceImplTest [INFO] Running org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest 21:15:35.746 [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.2.2.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:108) [org.eclipse.kura.net.admin-1.2.2.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] 21:15:35.747 [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.2.2.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:113) [org.eclipse.kura.net.admin-1.2.2.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] 21:15:35.748 [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.2.2.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:118) [org.eclipse.kura.net.admin-1.2.2.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.028 s - in org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 226, 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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/surefire.properties] 2023-05-12T21:15:38,530 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:38,841 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2023-05-12T21:15:38,878 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:15:38,880 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:15:38,885 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,890 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,894 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,898 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,903 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,907 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,915 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,920 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,924 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,928 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,932 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,937 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:38,938 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:15:38,940 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:15:38,944 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:38,946 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:38,947 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,949 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,950 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,952 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,953 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,955 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,957 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,958 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,960 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,961 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,963 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,964 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,966 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,967 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,969 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,971 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,972 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:38,999 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:15:38,998 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,030 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:15:39,031 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:15:39,033 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:15:39,035 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:15:39,036 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:15:39,038 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:15:39,039 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:15:39,041 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:15:39,043 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:15:39,044 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:15:39,046 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:15:39,047 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:15:39,049 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:15:39,050 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:15:39,052 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:15:39,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:15:39,055 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:15:39,056 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:15:39,058 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:15:39,062 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,067 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,072 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,076 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,080 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,084 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,088 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,093 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,097 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,102 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,107 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,112 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,113 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:15:39,115 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:15:39,117 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,118 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,120 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,122 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,123 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,125 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,127 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,128 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,130 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,132 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,133 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,135 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,136 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,138 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,139 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,141 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,142 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,144 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,145 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,146 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:15:39,146 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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) 2023-05-12T21:15:39,149 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:15:39,151 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:15:39,152 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:15:39,154 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:15:39,155 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:15:39,157 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:15:39,159 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:15:39,160 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:15:39,162 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:15:39,163 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:15:39,165 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:15:39,166 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:15:39,168 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:15:39,170 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:15:39,172 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:15:39,173 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:15:39,175 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:15:39,176 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:15:39,178 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:15:39,182 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,187 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,192 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,197 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,201 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,205 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,210 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,215 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,219 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,224 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,228 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,232 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,234 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:15:39,235 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:15:39,237 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,239 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,240 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,242 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,244 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,246 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,247 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,249 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,251 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,253 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,254 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,256 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,257 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,259 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,260 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,262 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,263 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,265 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,266 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,267 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:15:39,267 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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) 2023-05-12T21:15:39,270 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:15:39,271 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:15:39,273 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:15:39,275 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:15:39,276 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:15:39,278 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:15:39,280 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:15:39,281 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:15:39,283 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:15:39,285 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:15:39,286 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:15:39,288 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:15:39,290 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:15:39,292 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:15:39,293 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:15:39,295 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:15:39,297 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:15:39,298 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:15:39,300 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:15:39,305 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,310 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,314 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,318 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,323 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,327 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,331 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,337 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,342 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,346 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,350 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,355 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:15:39,356 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:15:39,358 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:15:39,360 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,361 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:39,363 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,364 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,366 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,367 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,369 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,370 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,372 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,373 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,375 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,376 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,378 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,379 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,381 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,382 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,384 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,385 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,387 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:15:39,387 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:15:39,387 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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) 2023-05-12T21:15:39,388 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2023-05-12T21:15:39,448 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:15:39,456 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-217009 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura 2023-05-12T21:15:39,546 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:15:39,547 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:15:39,547 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots 2023-05-12T21:15:39,547 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/tmp 2023-05-12T21:15:39,547 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:15:39,548 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:39,589 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:15:39,681 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:15:39,683 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:15:39,882 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-12T21:15:39,883 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:15:39,883 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:39,885 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:15:40,000 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:15:40,016 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:15:40,016 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:40,045 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,046 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,046 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:40,048 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:15:40,049 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:15:40,049 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,049 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:40,049 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,050 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:40,051 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:15:40,051 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:15:40,051 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:15:40,052 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,052 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,052 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,052 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:15:40,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:15:40,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:15:40,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:15:40,053 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:15:40,054 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:15:40,054 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:15:40,054 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:15:40,054 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,054 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,055 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,055 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:15:40,055 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:15:40,055 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,058 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:40,058 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:15:40,058 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:15:40,059 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:15:40,059 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:15:40,059 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:15:40,084 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:15:40,084 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:15:40,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:40,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:15:40,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:40,137 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:15:40,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:15:40,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:15:40,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:15:40,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:15:40,175 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:15:40,175 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:40,176 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:40,176 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:15:40,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:15:40,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:40,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:40,178 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:15:40,179 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:40,183 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:40,183 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:15:40,183 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:15:40,183 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,184 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,218 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:15:40,218 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:40,219 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:40,231 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:15:40,231 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:15:40,232 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:40,233 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:15:40,236 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:15:40,236 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:40,237 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:40,238 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:15:40,242 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:15:40,242 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:40,244 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:40,248 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:15:40,249 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:40,253 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:15:40,253 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:40,254 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:40,271 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:15:40,271 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:15:40,272 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:15:40,272 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:15:40,272 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:15:40,272 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:15:40,274 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:15:40,275 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:40,275 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:40,318 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:15:40,320 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:15:40,321 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,321 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:15:40,321 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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 2023-05-12T21:15:40,321 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,321 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:15:40,322 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:15:40,323 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,323 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:15:40,324 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:15:40,325 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:40,353 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_1683926140341.xml... 2023-05-12T21:15:40,359 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_1683926140341.xml... Done. 2023-05-12T21:15:40,360 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:15:40,360 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,360 [Start Level: Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:15:40,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:15:40,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:15:40,375 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:40,419 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:15:40,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:40,421 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:40,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:40,422 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:40,451 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:15:40,461 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-12T21:15:40,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:15:40,470 [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 2023-05-12T21:15:40,480 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:15:40,480 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:40,480 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:40,480 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:40,480 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:15:40,480 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:40,481 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:40,516 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:15:40,517 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-12T21:15:40,517 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2023-05-12T21:15:40,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:40,517 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2023-05-12T21:15:40,517 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:40,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:40,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:40,518 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:40,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:40,520 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:40,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:40,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:40,521 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:15:40,522 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,522 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:15:40,522 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:40,523 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:40,523 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:40,523 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:40,523 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:40,524 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:15:40,524 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:15:40,525 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:40,526 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:15:40,526 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:15:40,526 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:15:40,526 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:15:40,526 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:15:40,527 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:15:40,527 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:15:40,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:15:40,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:40,529 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:15:40,530 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:15:40,541 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:15:40,543 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:15:40,545 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:40,546 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:15:40,546 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:40,546 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:15:40,561 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:15:41,546 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:15:41,549 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:15:41,551 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:15:41,553 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:41,554 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:15:41,560 [Framework stop - Equinox Container: 078f59c3-7fc1-4ab0-841a-2a3ed47f37ec] 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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.net' with 58 classes [INFO] Analyzed bundle 'org.eclipse.kura.net.admin' with 109 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.2.2/org.eclipse.kura.net.admin.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.2.2/org.eclipse.kura.net.admin.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.2.2/org.eclipse.kura.net.admin.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.2.2/org.eclipse.kura.net.admin.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.2.2/org.eclipse.kura.net.admin.test-5.2.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.2.2 [158/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.062 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/surefire.properties] 2023-05-12T21:15:47,613 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:47,933 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:15:47,945 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-975462 2023-05-12T21:15:47,999 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:15:47,999 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots 2023-05-12T21:15:48,000 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/tmp 2023-05-12T21:15:48,001 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:15:48,002 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:48,035 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:15:48,083 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:15:48,084 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:15:48,190 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:15:48,190 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:48,221 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:15:48,307 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:15:48,326 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:15:48,326 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:48,353 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,353 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,354 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:48,356 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:15:48,356 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:15:48,357 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,357 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:48,357 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,357 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:48,358 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:15:48,358 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:15:48,358 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:15:48,359 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,359 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,359 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,360 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:15:48,360 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:15:48,360 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,360 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:15:48,361 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:15:48,361 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:15:48,361 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:15:48,362 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:15:48,362 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:15:48,362 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,362 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,362 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,363 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:15:48,363 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:15:48,363 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,368 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:48,368 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:15:48,368 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:15:48,369 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:15:48,369 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:15:48,369 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:15:48,386 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:15:48,386 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:15:48,397 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:48,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:15:48,419 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:48,420 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:15:48,455 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:15:48,457 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:15:48,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:15:48,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:15:48,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:15:48,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:48,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:48,460 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:15:48,461 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:48,463 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:48,463 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:15:48,463 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:15:48,464 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:48,465 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:48,465 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:15:48,465 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:15:48,465 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,466 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,471 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:15:48,471 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:48,472 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:48,485 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:15:48,485 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:15:48,514 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:48,515 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:15:48,520 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:15:48,521 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:48,522 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:48,526 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:15:48,526 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:15:48,526 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:48,527 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:48,530 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:15:48,531 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:48,535 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:15:48,535 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:48,536 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:48,550 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:15:48,550 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:15:48,550 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:15:48,551 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:15:48,551 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:15:48,551 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:15:48,553 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:15:48,553 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:48,554 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:48,560 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:15:48,561 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:15:48,562 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,562 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:15:48,562 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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 2023-05-12T21:15:48,562 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,562 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:15:48,563 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:15:48,564 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,564 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:15:48,565 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:15:48,566 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:48,631 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_1683926148619.xml... 2023-05-12T21:15:48,639 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_1683926148619.xml... Done. 2023-05-12T21:15:48,639 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:15:48,639 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,639 [Start Level: Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:15:48,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:15:48,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:15:48,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:48,676 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:15:48,679 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:48,679 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:48,679 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:48,680 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:48,737 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:15:48,748 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:15:48,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:15:48,757 [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 2023-05-12T21:15:48,769 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:15:48,769 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:15:48,771 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:15:48,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:48,773 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:48,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:48,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:48,776 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:48,777 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:48,777 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:48,778 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:48,778 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:48,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:15:48,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:15:48,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:15:48,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:15:48,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:15:48,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:48,781 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:48,781 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:48,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:48,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:48,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:15:48,783 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:48,816 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:15:48,817 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,817 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:15:48,817 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:48,819 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:48,819 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:48,819 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:48,819 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:48,820 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:15:48,820 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:15:48,821 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:48,822 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:15:48,822 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:15:48,822 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:15:48,823 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:48,825 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:15:48,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:15:48,826 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:15:48,828 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:15:48,830 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:48,831 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:15:48,831 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:49,831 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:15:49,834 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:15:49,836 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:15:49,838 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:49,839 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:15:49,847 [Framework stop - Equinox Container: b8899c0e-0485-4ff3-b1b5-ac9c55e0d46a] 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.2.2/org.eclipse.kura.rest.asset.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.2.2/org.eclipse.kura.rest.asset.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.2.2/org.eclipse.kura.rest.asset.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.2.2/org.eclipse.kura.rest.asset.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.2.2/org.eclipse.kura.rest.asset.provider.test-5.2.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.2.2 [159/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.777 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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/surefire.properties] 2023-05-12T21:15:55,146 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:55,495 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:15:55,524 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-064013 2023-05-12T21:15:55,581 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:15:55,581 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:15:55,581 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots 2023-05-12T21:15:55,582 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/tmp 2023-05-12T21:15:55,583 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:15:55,585 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:15:55,611 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:15:55,662 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:15:55,664 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:15:55,779 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:15:55,780 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:55,805 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:15:55,889 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:15:55,905 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:15:55,905 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:55,933 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,933 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,934 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:55,937 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:15:55,937 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:15:55,938 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,938 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:55,938 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,938 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:55,939 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:15:55,939 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:15:55,939 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:15:55,940 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:55,940 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,940 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:55,941 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:15:55,941 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:15:55,941 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:55,942 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:15:55,942 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:15:55,942 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:15:55,943 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:15:55,943 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:15:55,943 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:15:55,944 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:55,944 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:55,944 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:55,945 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:15:55,945 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:15:55,945 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:55,948 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:55,948 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:15:55,948 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:15:55,953 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:15:55,953 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:15:55,953 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:15:55,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:15:55,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:15:55,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:56,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:15:56,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:56,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:15:56,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:15:56,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:56,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:56,061 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:15:56,061 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:56,062 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:56,063 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:15:56,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:15:56,063 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:15:56,063 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:56,064 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:15:56,064 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:15:56,064 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:15:56,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:15:56,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:15:56,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:56,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:15:56,068 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:15:56,068 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:56,069 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:56,073 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:15:56,073 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:56,074 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:15:56,084 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:15:56,084 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:15:56,085 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:15:56,086 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:15:56,116 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:15:56,116 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:56,117 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:15:56,122 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:15:56,122 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:56,123 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:15:56,126 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:15:56,127 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:56,133 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:15:56,133 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:56,134 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:56,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:15:56,149 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:15:56,149 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:15:56,149 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:15:56,150 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:15:56,150 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:15:56,150 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:15:56,153 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:15:56,153 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:56,154 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:15:56,157 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:15:56,159 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:15:56,159 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,159 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:15:56,159 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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 2023-05-12T21:15:56,159 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,160 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:15:56,161 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:15:56,162 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,162 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:15:56,162 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:15:56,163 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:15:56,227 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_1683926156215.xml... 2023-05-12T21:15:56,230 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_1683926156215.xml... Done. 2023-05-12T21:15:56,231 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:15:56,231 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,231 [Start Level: Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:15:56,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:15:56,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:15:56,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:56,276 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:15:56,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:56,279 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:56,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:56,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:56,340 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:15:56,349 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:15:56,353 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:56,353 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:56,353 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:15:56,354 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:15:56,354 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:15:56,357 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,359 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:15:56,360 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,360 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:15:56,360 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:15:56,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:15:56,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:15:56,362 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:15:56,362 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:15:56,362 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:15:56,362 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:15:56,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:15:56,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:15:56,363 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:56,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:15:56,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:15:56,363 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:15:56,364 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:15:56,365 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:15:56,365 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:15:56,365 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:15:56,365 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:15:56,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:15:56,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:15:56,367 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:15:56,369 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:56,370 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:15:56,370 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:15:57,370 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:15:57,374 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:15:57,375 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:15:57,378 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:15:57,378 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:15:57,385 [Framework stop - Equinox Container: 3f4fa4a2-6157-47cf-ada0-dc20163a4b1e] 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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.2.2/org.eclipse.kura.protocol.modbus.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.2.2/org.eclipse.kura.protocol.modbus.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.2.2/org.eclipse.kura.protocol.modbus.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.2.2/org.eclipse.kura.protocol.modbus.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.2.2/org.eclipse.kura.protocol.modbus.test-5.2.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.2.2 [160/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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: 8.965 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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/surefire.properties] 2023-05-12T21:16:11,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:11,743 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:16:11,753 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-010197 2023-05-12T21:16:11,812 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:16:11,812 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:16:11,812 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:16:11,812 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:16:11,812 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:16:11,813 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura 2023-05-12T21:16:11,813 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:16:11,813 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:16:11,814 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots 2023-05-12T21:16:11,814 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/tmp 2023-05-12T21:16:11,814 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:16:11,816 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:11,843 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:16:11,894 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:16:11,895 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:16:12,031 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:16:12,031 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:12,059 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:16:12,144 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:16:12,155 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:16:12,155 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:12,181 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,182 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,182 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:12,184 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:16:12,185 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:16:12,185 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,186 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:12,186 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,186 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:16:12,187 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:16:12,187 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:16:12,187 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:16:12,188 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,188 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,188 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:16:12,189 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:16:12,190 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:16:12,190 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:16:12,190 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:16:12,191 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,191 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,191 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,192 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:16:12,192 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:16:12,192 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,194 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:12,195 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:16:12,195 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:16:12,195 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:16:12,195 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:16:12,196 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:16:12,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:16:12,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:16:12,226 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:12,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:16:12,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:12,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:16:12,275 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:16:12,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:16:12,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:16:12,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:16:12,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:16:12,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:12,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:12,280 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:16:12,281 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:12,316 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:12,316 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:16:12,316 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:16:12,316 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:12,319 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:12,320 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:16:12,320 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:16:12,320 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,321 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,324 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:16:12,325 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:12,325 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:12,339 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:16:12,340 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:16:12,340 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:12,341 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:16:12,344 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:16:12,344 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:12,345 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:12,350 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:16:12,351 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:12,352 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:12,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:16:12,355 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:16:12,355 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:16:12,359 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:16:12,359 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:12,360 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:12,378 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:16:12,378 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:16:12,378 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:16:12,379 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:16:12,379 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:16:12,379 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:16:12,416 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:16:12,416 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:12,417 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:12,420 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:16:12,422 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:16:12,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:16:12,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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 2023-05-12T21:16:12,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,423 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:16:12,424 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:16:12,425 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,425 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:16:12,426 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:16:12,426 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:12,453 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_1683926172443.xml... 2023-05-12T21:16:12,467 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_1683926172443.xml... Done. 2023-05-12T21:16:12,467 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:16:12,468 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,468 [Start Level: Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:16:12,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:16:12,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:16:12,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:16:12,524 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:16:12,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:12,527 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:12,527 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:12,527 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:12,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.stress.Stress ... 2023-05-12T21:16:12,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.stress.Stress 2023-05-12T21:16:12,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.stress.Stress 2023-05-12T21:16:12,560 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:16:12,581 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-12T21:16:12,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:16:12,622 [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 2023-05-12T21:16:12,632 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:16:12,632 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:12,633 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:12,633 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:12,633 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:16:12,633 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:12,634 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:16:12,638 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:16:12,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:12,639 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:12,639 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:12,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:12,641 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:16:12,642 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,642 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:16:12,642 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:12,643 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:12,643 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:12,643 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:12,644 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:12,644 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:16:12,644 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:16:12,645 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:12,645 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:16:12,646 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:16:12,646 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:16:12,647 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:12,647 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:16:12,647 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:12,648 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:16:12,648 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:16:12,648 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:16:12,648 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:16:12,648 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:16:12,648 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:16:12,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:12,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:12,650 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:12,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:12,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:12,650 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:16:12,651 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:16:12,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:16:12,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:12,653 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:16:12,654 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:16:12,654 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.name: org.eclipse.kura.stress.Stress 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.stride: 1024 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.delay: 0 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - kura.service.pid: org.eclipse.kura.stress.Stress 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.log: true 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.enable: false 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.threads: 1 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - service.pid: org.eclipse.kura.stress.Stress 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.id: 39 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.size: 51200 2023-05-12T21:16:12,682 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.interval: 1000 2023-05-12T21:16:12,683 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.keep: 0 2023-05-12T21:16:12,683 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... Done. 2023-05-12T21:16:13,654 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:16:13,658 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:16:13,659 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:16:13,664 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:16:13,665 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:16:13,673 [Framework stop - Equinox Container: 7b78bf36-eb5b-4997-af38-9dda467279e1] 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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.2.2/org.eclipse.kura.stress.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.2.2/org.eclipse.kura.stress.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.2.2/org.eclipse.kura.stress.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.2.2/org.eclipse.kura.stress.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.2.2/org.eclipse.kura.stress.test-5.2.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.2.2 [161/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.util.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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.zip.UnZipTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s - in org.eclipse.kura.util.zip.UnZipTest [INFO] Running org.eclipse.kura.util.FilterUtilTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kura.util.FilterUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, 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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/surefire.properties] 2023-05-12T21:16:20,062 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:20,382 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:16:20,392 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-048750 2023-05-12T21:16:20,464 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:16:20,464 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:16:20,464 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:16:20,464 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/tmp 2023-05-12T21:16:20,465 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:16:20,467 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:20,498 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:16:20,557 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:16:20,559 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:16:20,673 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:16:20,673 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:20,703 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:16:20,790 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:16:20,811 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:16:20,811 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:20,837 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,838 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,838 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:20,840 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:16:20,841 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:16:20,842 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,842 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:20,842 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,842 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:16:20,845 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:16:20,845 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:16:20,845 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:16:20,846 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:20,846 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,846 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:20,847 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:16:20,847 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:16:20,847 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:20,847 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:16:20,848 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:16:20,848 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:16:20,849 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:16:20,849 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:16:20,849 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:16:20,849 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:20,849 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:20,850 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:20,850 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:16:20,850 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:16:20,851 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:20,853 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:20,853 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:16:20,854 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:16:20,854 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:16:20,854 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:16:20,854 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:16:20,887 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:16:20,887 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:16:20,926 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:20,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:16:20,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:20,939 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:16:20,965 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:16:20,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:20,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:20,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:16:20,968 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:16:20,969 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:20,970 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:20,970 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:16:20,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:16:20,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:16:20,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:16:20,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:20,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:20,973 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:16:20,973 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:20,974 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:20,975 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:16:20,975 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:16:20,975 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:20,976 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:20,980 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:16:20,980 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:20,981 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:21,021 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:16:21,021 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:16:21,022 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:21,023 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:16:21,026 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:16:21,026 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:21,027 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:21,032 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:16:21,032 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:21,033 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:21,038 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:16:21,039 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:16:21,042 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:16:21,042 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:21,043 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:21,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:16:21,058 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:16:21,059 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:16:21,059 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:16:21,059 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:16:21,059 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:16:21,059 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:16:21,061 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:16:21,062 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:21,062 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:21,066 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:16:21,067 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:16:21,068 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,068 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:16:21,068 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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 2023-05-12T21:16:21,068 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,069 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:16:21,070 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:16:21,070 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,070 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:16:21,071 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:16:21,074 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:21,135 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_1683926181124.xml... 2023-05-12T21:16:21,142 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_1683926181124.xml... Done. 2023-05-12T21:16:21,143 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:16:21,143 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,143 [Start Level: Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:16:21,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:16:21,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:16:21,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:16:21,183 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:16:21,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:21,185 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:21,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:21,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:21,247 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:16:21,256 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.util.base.ConvertStringTest 2023-05-12T21:16:21,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:16:21,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:16:21,276 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:16:21,277 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:16:21,279 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:16:21,280 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:21,280 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:21,280 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:21,281 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:21,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:21,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:21,316 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:21,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:21,317 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:21,325 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:16:21,325 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:16:21,325 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:16:21,325 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:16:21,325 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:16:21,326 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:16:21,326 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:21,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:16:21,338 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:16:21,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:16:21,339 [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.059 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 Running org.eclipse.kura.osgi.SingleServiceTrackerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.kura.osgi.SingleServiceTrackerTest testOrderRemove1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.066 s testOrderModify1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 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.001 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 Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:16:21,455 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:21,456 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:21,456 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:21,456 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:21,457 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:16:21,457 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:21,457 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:16:21,461 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,463 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:16:21,464 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,464 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:16:21,464 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:21,465 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:21,465 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:21,465 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:21,466 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:21,466 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:16:21,466 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:16:21,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:16:21,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:16:21,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:21,561 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:21,561 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:16:21,561 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:16:21,562 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:16:21,562 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:21,563 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:21,565 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:16:21,565 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:16:21,567 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:16:21,568 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:16:21,568 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:16:21,568 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:22,569 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:16:22,572 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:16:22,574 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:16:22,576 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:16:22,576 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:16:22,582 [Framework stop - Equinox Container: 3d9915e3-db80-4036-8d83-3db7937d2acc] 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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.2.2/org.eclipse.kura.util.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.2.2/org.eclipse.kura.util.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.2.2/org.eclipse.kura.util.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.2.2/org.eclipse.kura.util.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.2.2/org.eclipse.kura.util.test-5.2.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.2.2 [162/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.2.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 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.2.2/org.eclipse.kura.watchdog.criticaltest-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.2.2/org.eclipse.kura.watchdog.criticaltest-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.2.2/org.eclipse.kura.watchdog.criticaltest-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.2.2/org.eclipse.kura.watchdog.criticaltest-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.2.2/org.eclipse.kura.watchdog.criticaltest-5.2.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.2.2 [163/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/regexfilter/RegexFilterTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/regexfilter/RegexFilterTest.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-2-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.subscriber.CloudSubscriberTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s - in org.eclipse.kura.internal.wire.subscriber.CloudSubscriberTest [INFO] Running org.eclipse.kura.internal.wire.publisher.CloudPublisherTest 21:16:26.711 [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$18/0x000000009cca44d0.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$$adafacf1.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.2.1-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] 21:16:26.738 [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$19/0x000000009cfcf6e0.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$$adafacf1.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.2.1-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] 21:16:26.741 [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$20/0x000000009cfd05f0.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$$adafacf1.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.2.1-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.058 s - in org.eclipse.kura.internal.wire.publisher.CloudPublisherTest [INFO] Running org.eclipse.kura.internal.wire.regexfilter.RegexFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.internal.wire.regexfilter.RegexFilterTest [INFO] Running org.eclipse.kura.internal.wire.asset.WireAssetTest [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.073 s <<< FAILURE! - in org.eclipse.kura.internal.wire.asset.WireAssetTest [ERROR] testTimestampModes(org.eclipse.kura.internal.wire.asset.WireAssetTest) Time elapsed: 0.011 s <<< FAILURE! java.lang.AssertionError at org.eclipse.kura.internal.wire.asset.WireAssetTest.lambda$testTimestampModes$6(WireAssetTest.java:330) at org.eclipse.kura.internal.wire.asset.WireAssetTest.testTimestampModes(WireAssetTest.java:339) [INFO] Running org.eclipse.kura.internal.wire.fifo.FifoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s - in org.eclipse.kura.internal.wire.fifo.FifoTest [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] WireAssetTest.testTimestampModes:339->lambda$testTimestampModes$6:330 [INFO] [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0 [INFO] [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/surefire.properties] 2023-05-12T21:16:31,084 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:31,397 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:16:31,418 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-564988 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:16:31,472 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura 2023-05-12T21:16:31,473 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:16:31,473 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:16:31,473 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots 2023-05-12T21:16:31,473 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/tmp 2023-05-12T21:16:31,473 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:16:31,475 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:16:31,501 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:16:31,557 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:16:31,559 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:16:31,675 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:16:31,676 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:31,701 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:16:31,786 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:16:31,801 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:16:31,801 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:31,826 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,827 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,827 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:31,833 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:16:31,833 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:16:31,834 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,834 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:31,834 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,834 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:16:31,835 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:16:31,835 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:16:31,836 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:16:31,836 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:31,837 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,837 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:31,837 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:16:31,837 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:16:31,838 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:31,838 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:16:31,838 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:16:31,838 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:16:31,839 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:16:31,839 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:16:31,839 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:16:31,839 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:31,840 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:31,840 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:31,840 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:16:31,841 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:16:31,841 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:31,843 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:31,844 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:16:31,844 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:16:31,844 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:16:31,845 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:16:31,845 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:16:31,863 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:16:31,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:16:31,872 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:31,918 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:16:31,918 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:31,919 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:16:31,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:16:31,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:31,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:16:31,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:16:31,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:16:31,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:16:31,959 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:16:31,959 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:31,960 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:16:31,960 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:16:31,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:16:31,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:31,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:16:31,962 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:16:31,963 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:31,964 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:16:31,964 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:16:31,964 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:16:31,964 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:31,965 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:16:31,969 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:16:31,969 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:31,970 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:16:32,015 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:16:32,015 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:16:32,015 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:16:32,016 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:16:32,020 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:16:32,020 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:32,021 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:16:32,026 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:16:32,026 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:32,027 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:16:32,029 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:16:32,030 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:16:32,031 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:16:32,037 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:16:32,037 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:32,038 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:16:32,053 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:16:32,056 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:16:32,056 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,057 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,060 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:16:32,062 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:16:32,062 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:32,062 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:16:32,063 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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 2023-05-12T21:16:32,063 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:16:32,063 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:16:32,064 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:16:32,065 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:16:32,065 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:16:32,066 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:16:32,066 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:16:32,126 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192082.xml... 2023-05-12T21:16:32,134 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192082.xml... Done. 2023-05-12T21:16:32,134 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:16:32,134 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:16:32,134 [Start Level: Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:16:32,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:16:32,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:16:32,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:16:32,175 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:16:32,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:32,179 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:32,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:32,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:32,239 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:16:32,250 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.internal.wire.timer.test.TimerTest 2023-05-12T21:16:32,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:16:32,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:16:32,269 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:16:32,270 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:16:32,272 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:16:32,274 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:32,274 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:32,274 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:32,274 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:32,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:16:32,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:16:32,277 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:16:32,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:16:32,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:16:32,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:16:32,282 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:16:32,282 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:16:32,282 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:16:32,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:16:32,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:16:32,315 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:16:32,315 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:16:32,328 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:16:32,330 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:16:32,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:16:32,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:16:32,483 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:16:32,484 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:16:32,485 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:16:32,485 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:16:32,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:16:32,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:16:32,514 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:16:32,514 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:32,516 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:16:32,516 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:16:32,517 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:32,517 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:16:32,517 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:16:32,517 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:16:32,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,523 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:16:32,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:16:32,524 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:16:32,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926192082... 2023-05-12T21:16:32,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:16:32,525 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:16:32,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:32,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192538.xml... 2023-05-12T21:16:32,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192538.xml... Done. 2023-05-12T21:16:32,555 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,555 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,565 [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)) 2023-05-12T21:16:32,570 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:16:32,570 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:16:32,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:16:32,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:16:32,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:32,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:16:32,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:16:32,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:16:32,573 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:16:32,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:16:32,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:16:32,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:32,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:16:32,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:16:32,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:16:32,575 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:16:32,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:16:32,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:16:32,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:16:32,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:16:32,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:16:32,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:16:32,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:16:32,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:16:32,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:16:32,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:16:32,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:16:32,579 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:16:32,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926192538... 2023-05-12T21:16:32,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:32,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192625.xml... 2023-05-12T21:16:32,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192625.xml... Done. 2023-05-12T21:16:32,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:32,826 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:16:32,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:16:32,861 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:32,862 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:16:32,862 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:16:32,863 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:32,917 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:32,918 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:32,918 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:16:32,920 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:32,922 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:32,922 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:32,923 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:16:32,924 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:32,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926192625... 2023-05-12T21:16:32,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:32,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:16:32,946 [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 2023-05-12T21:16:32,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192937.xml... 2023-05-12T21:16:32,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192937.xml... Done. 2023-05-12T21:16:32,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:16:32,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:32,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:33,842 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:16:33,842 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:16:33,850 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:16:34,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926192937... 2023-05-12T21:16:34,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:34,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:16:34,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926194976.xml... 2023-05-12T21:16:35,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926194976.xml... Done. 2023-05-12T21:16:35,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:16:35,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:35,007 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:35,016 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2023-05-12T21:16:35,019 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2023-05-12T21:16:35,028 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2023-05-12T21:16:35,028 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2023-05-12T21:16:35,029 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2023-05-12T21:16:35,029 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) '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. 2023-05-12T21:16:35,029 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2023-05-12T21:16:35,029 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2023-05-12T21:16:35,030 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2023-05-12T21:16:37,259 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926194976... 2023-05-12T21:16:37,273 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:37,275 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:16:37,276 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:16:37,283 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926197275.xml... 2023-05-12T21:16:37,289 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926197275.xml... Done. 2023-05-12T21:16:37,289 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:37,290 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:37,290 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:16:45,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:16:45,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:16:45,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:16:45,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:16:45,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:16:45,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:16:45,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:16:45,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:16:45,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:16:45,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:16:45,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:16:45,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:16:45,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:16:45,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:16:45,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:16:45,044 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:16:45,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:16:45,044 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,046 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2023-05-12T21:16:45,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926197275... 2023-05-12T21:16:45,046 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2023-05-12T21:16:45,046 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2023-05-12T21:16:45,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:45,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205064.xml... 2023-05-12T21:16:45,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205064.xml... Done. 2023-05-12T21:16:45,102 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,103 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,103 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:16:45,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)) 2023-05-12T21:16:45,104 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:16:45,104 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:16:45,104 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:16:45,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:16:45,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:16:45,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:45,106 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:16:45,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:16:45,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:16:45,107 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:16:45,107 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:16:45,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:16:45,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:16:45,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:45,109 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:16:45,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:16:45,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:16:45,111 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:16:45,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:16:45,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:16:45,113 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:16:45,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:16:45,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:16:45,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:16:45,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:16:45,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:16:45,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:16:45,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:16:45,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:16:45,119 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:16:45,120 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926205064... 2023-05-12T21:16:45,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:45,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205129.xml... 2023-05-12T21:16:45,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205129.xml... Done. 2023-05-12T21:16:45,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:45,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:45,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:16:45,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:16:45,183 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:45,189 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:45,189 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:45,192 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:45,193 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:45,195 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:45,197 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:16:45,199 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:45,199 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:16:45,201 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:45,201 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:45,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926205129... 2023-05-12T21:16:45,211 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:45,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:16:45,215 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2023-05-12T21:16:45,216 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) '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. 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2023-05-12T21:16:45,217 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2023-05-12T21:16:45,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205212.xml... 2023-05-12T21:16:45,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205212.xml... Done. 2023-05-12T21:16:45,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:16:45,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:45,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:16:55,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:16:55,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:16:55,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:16:55,228 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:16:55,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:16:55,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:16:55,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:16:55,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:16:55,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:16:55,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:16:55,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:16:55,230 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:16:55,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:16:55,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:16:55,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:16:55,231 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:16:55,231 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:16:55,231 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926205212... 2023-05-12T21:16:55,233 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2023-05-12T21:16:55,233 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2023-05-12T21:16:55,233 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2023-05-12T21:16:55,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:55,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215245.xml... 2023-05-12T21:16:55,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215245.xml... Done. 2023-05-12T21:16:55,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192082.xml 2023-05-12T21:16:55,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:16:55,258 [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)) 2023-05-12T21:16:55,259 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:16:55,259 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:16:55,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:16:55,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:16:55,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:16:55,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:55,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:16:55,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:16:55,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:16:55,262 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:16:55,262 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:16:55,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:16:55,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:16:55,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:55,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:16:55,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:16:55,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:16:55,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:16:55,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:16:55,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:16:55,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:16:55,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:16:55,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:16:55,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:16:55,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:16:55,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:16:55,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:16:55,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:16:55,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:16:55,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:16:55,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926215245... 2023-05-12T21:16:55,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:16:55,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215275.xml... 2023-05-12T21:16:55,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215275.xml... Done. 2023-05-12T21:16:55,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192538.xml 2023-05-12T21:16:55,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:16:55,283 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:55,283 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:16:55,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:16:55,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:55,293 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:55,293 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:55,295 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:16:55,296 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:16:55,298 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:16:55,299 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:16:55,301 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:55,301 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:16:55,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:16:55,303 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:16:55,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926215275... 2023-05-12T21:16:55,312 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:55,313 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:16:55,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215313.xml... 2023-05-12T21:16:55,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215313.xml... Done. 2023-05-12T21:16:55,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192625.xml 2023-05-12T21:16:55,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:16:55,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:16:55,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:16:57,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926215313... 2023-05-12T21:16:57,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:57,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:16:57,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926217322.xml... 2023-05-12T21:16:57,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926217322.xml... Done. 2023-05-12T21:16:57,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926192937.xml 2023-05-12T21:16:57,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:16:57,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:16:57,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:16:59,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926217322... 2023-05-12T21:16:59,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:16:59,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:16:59,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926219336.xml... 2023-05-12T21:16:59,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926219336.xml... Done. 2023-05-12T21:16:59,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926194976.xml 2023-05-12T21:16:59,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:16:59,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:16:59,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:01,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926219336... 2023-05-12T21:17:01,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:01,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:01,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926221345.xml... 2023-05-12T21:17:01,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926221345.xml... Done. 2023-05-12T21:17:01,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926197275.xml 2023-05-12T21:17:01,364 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:01,364 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:01,364 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:03,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926221345... 2023-05-12T21:17:03,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:03,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:03,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926223356.xml... 2023-05-12T21:17:03,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926223356.xml... Done. 2023-05-12T21:17:03,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205064.xml 2023-05-12T21:17:03,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:03,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:03,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:05,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926223356... 2023-05-12T21:17:05,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:05,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:05,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926225367.xml... 2023-05-12T21:17:05,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926225367.xml... Done. 2023-05-12T21:17:05,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205129.xml 2023-05-12T21:17:05,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:05,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:05,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:07,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926225367... 2023-05-12T21:17:07,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:07,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:07,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926227376.xml... 2023-05-12T21:17:07,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926227376.xml... Done. 2023-05-12T21:17:07,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926205212.xml 2023-05-12T21:17:07,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:07,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:07,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:09,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926227376... 2023-05-12T21:17:09,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:09,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:09,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926229386.xml... 2023-05-12T21:17:09,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926229386.xml... Done. 2023-05-12T21:17:09,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215245.xml 2023-05-12T21:17:09,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:09,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:09,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:11,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926229386... 2023-05-12T21:17:11,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:11,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:11,405 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926231396.xml... 2023-05-12T21:17:11,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926231396.xml... Done. 2023-05-12T21:17:11,409 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215275.xml 2023-05-12T21:17:11,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:11,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:11,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:13,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926231396... 2023-05-12T21:17:13,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:13,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:13,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926233404.xml... 2023-05-12T21:17:13,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926233404.xml... Done. 2023-05-12T21:17:13,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926215313.xml 2023-05-12T21:17:13,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:13,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:13,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:15,406 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:15,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:15,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:15,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:15,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:15,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:15,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:15,408 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:15,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:15,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:15,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:15,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:15,409 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:15,409 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:15,409 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:15,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:15,409 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:15,410 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926233404... 2023-05-12T21:17:15,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:15,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235417.xml... 2023-05-12T21:17:15,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235417.xml... Done. 2023-05-12T21:17:15,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926217322.xml 2023-05-12T21:17:15,429 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,429 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:15,430 [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)) 2023-05-12T21:17:15,430 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:15,430 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:15,430 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:15,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:15,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:15,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:15,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:15,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:15,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:15,433 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:15,433 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:15,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:15,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:15,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:15,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:15,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:15,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:15,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:15,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:15,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:15,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:15,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:15,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:15,439 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:15,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:15,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:15,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:15,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:15,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:15,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:15,443 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926235417... 2023-05-12T21:17:15,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:15,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235448.xml... 2023-05-12T21:17:15,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235448.xml... Done. 2023-05-12T21:17:15,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926219336.xml 2023-05-12T21:17:15,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:15,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:15,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:15,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:15,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:15,460 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:15,461 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:15,462 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:15,462 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:15,464 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:15,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:15,467 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:15,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:15,469 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:15,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:15,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926235448... 2023-05-12T21:17:15,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:15,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:15,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235477.xml... 2023-05-12T21:17:15,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235477.xml... Done. 2023-05-12T21:17:15,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926221345.xml 2023-05-12T21:17:15,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:15,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:15,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:16,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:16,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:16,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:16,490 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:16,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:16,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:16,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:16,491 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:16,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:16,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:16,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:16,492 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:16,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:16,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:16,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:16,493 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:16,493 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:16,493 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926235477... 2023-05-12T21:17:16,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:16,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236501.xml... 2023-05-12T21:17:16,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236501.xml... Done. 2023-05-12T21:17:16,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926223356.xml 2023-05-12T21:17:16,516 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,516 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,516 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:16,517 [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)) 2023-05-12T21:17:16,517 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:16,517 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:16,518 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:16,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:16,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:16,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:16,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:16,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:16,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:16,521 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:16,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:16,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:16,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:16,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:16,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:16,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:16,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:16,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:16,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:16,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:16,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:16,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:16,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:16,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:16,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:16,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:16,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:16,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:16,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:16,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:16,530 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926236501... 2023-05-12T21:17:16,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:16,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236535.xml... 2023-05-12T21:17:16,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236535.xml... Done. 2023-05-12T21:17:16,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926225367.xml 2023-05-12T21:17:16,541 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:16,541 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:16,541 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:16,541 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:16,541 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:16,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:16,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:16,550 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:16,550 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:16,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:16,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:16,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:16,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:16,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:16,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:16,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926236535... 2023-05-12T21:17:16,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:16,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:16,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236566.xml... 2023-05-12T21:17:16,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236566.xml... Done. 2023-05-12T21:17:16,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926227376.xml 2023-05-12T21:17:16,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:16,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:16,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:17,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:17,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:17,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:17,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:17,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:17,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:17,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:17,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:17,579 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:17,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:17,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:17,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:17,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:17,580 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:17,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926236566... 2023-05-12T21:17:17,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:17,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237591.xml... 2023-05-12T21:17:17,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237591.xml... Done. 2023-05-12T21:17:17,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926229386.xml 2023-05-12T21:17:17,600 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,600 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,600 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:17,601 [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)) 2023-05-12T21:17:17,601 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:17,602 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:17,602 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:17,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:17,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:17,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:17,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:17,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:17,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:17,605 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:17,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:17,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:17,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:17,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:17,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:17,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:17,608 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:17,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:17,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:17,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:17,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:17,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:17,611 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:17,611 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:17,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:17,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:17,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:17,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:17,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:17,613 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:17,613 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926237591... 2023-05-12T21:17:17,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:17,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237618.xml... 2023-05-12T21:17:17,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237618.xml... Done. 2023-05-12T21:17:17,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926231396.xml 2023-05-12T21:17:17,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:17,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:17,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:17,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:17,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:17,628 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:17,628 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:17,630 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:17,630 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:17,631 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:17,632 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:17,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:17,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:17,636 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:17,636 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:17,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926237618... 2023-05-12T21:17:17,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:17,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:17,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237643.xml... 2023-05-12T21:17:17,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237643.xml... Done. 2023-05-12T21:17:17,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926233404.xml 2023-05-12T21:17:17,649 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:17,649 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:17,649 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:18,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:18,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:18,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:18,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:18,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:18,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:18,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:18,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:18,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:18,654 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:18,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:18,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:18,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:18,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926237643... 2023-05-12T21:17:18,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:18,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238662.xml... 2023-05-12T21:17:18,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238662.xml... Done. 2023-05-12T21:17:18,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235417.xml 2023-05-12T21:17:18,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:18,673 [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)) 2023-05-12T21:17:18,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:18,674 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:18,674 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:18,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:18,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:18,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:18,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:18,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:18,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:18,676 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:18,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:18,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:18,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:18,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:18,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:18,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:18,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:18,678 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:18,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:18,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:18,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:18,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:18,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:18,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:18,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:18,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:18,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:18,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:18,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:18,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:18,684 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926238662... 2023-05-12T21:17:18,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:18,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238689.xml... 2023-05-12T21:17:18,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238689.xml... Done. 2023-05-12T21:17:18,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235448.xml 2023-05-12T21:17:18,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:18,696 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:18,696 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:18,696 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:18,696 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:18,702 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:18,703 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:18,705 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:18,705 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:18,707 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:18,708 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:18,709 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:18,710 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:18,711 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:18,711 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:18,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926238689... 2023-05-12T21:17:18,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:18,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:18,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238718.xml... 2023-05-12T21:17:18,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238718.xml... Done. 2023-05-12T21:17:18,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926235477.xml 2023-05-12T21:17:18,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:18,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:18,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:18,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926238718... 2023-05-12T21:17:18,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:18,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:18,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238730.xml... 2023-05-12T21:17:18,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238730.xml... Done. 2023-05-12T21:17:18,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236501.xml 2023-05-12T21:17:18,738 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:18,738 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:18,738 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:19,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926238730... 2023-05-12T21:17:19,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:19,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:19,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926239744.xml... 2023-05-12T21:17:19,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926239744.xml... Done. 2023-05-12T21:17:19,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236535.xml 2023-05-12T21:17:19,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:19,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:19,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:20,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926239744... 2023-05-12T21:17:20,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:20,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:20,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926240758.xml... 2023-05-12T21:17:20,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926240758.xml... Done. 2023-05-12T21:17:20,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926236566.xml 2023-05-12T21:17:20,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:20,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:20,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:21,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926240758... 2023-05-12T21:17:21,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:21,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:21,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926241776.xml... 2023-05-12T21:17:21,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926241776.xml... Done. 2023-05-12T21:17:21,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237591.xml 2023-05-12T21:17:21,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:21,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:21,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:22,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926241776... 2023-05-12T21:17:22,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:22,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:22,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926242793.xml... 2023-05-12T21:17:22,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926242793.xml... Done. 2023-05-12T21:17:22,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237618.xml 2023-05-12T21:17:22,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:22,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:22,804 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:23,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926242793... 2023-05-12T21:17:23,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:23,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:23,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926243809.xml... 2023-05-12T21:17:23,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926243809.xml... Done. 2023-05-12T21:17:23,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926237643.xml 2023-05-12T21:17:23,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:23,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:23,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:24,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926243809... 2023-05-12T21:17:24,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:24,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:24,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926244829.xml... 2023-05-12T21:17:24,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926244829.xml... Done. 2023-05-12T21:17:24,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238662.xml 2023-05-12T21:17:24,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:24,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:24,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:25,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926244829... 2023-05-12T21:17:25,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:25,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:25,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926245846.xml... 2023-05-12T21:17:25,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926245846.xml... Done. 2023-05-12T21:17:25,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238689.xml 2023-05-12T21:17:25,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:25,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:25,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:26,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926245846... 2023-05-12T21:17:26,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:26,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:26,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926246863.xml... 2023-05-12T21:17:26,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926246863.xml... Done. 2023-05-12T21:17:26,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238718.xml 2023-05-12T21:17:26,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:26,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:26,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:27,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926246863... 2023-05-12T21:17:27,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:27,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-12T21:17:27,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926247879.xml... 2023-05-12T21:17:27,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926247879.xml... Done. 2023-05-12T21:17:27,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926238730.xml 2023-05-12T21:17:27,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-12T21:17:27,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:27,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-12T21:17:28,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:28,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:28,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:28,891 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:28,891 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:28,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:28,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:28,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:28,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:28,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:28,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:28,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:28,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:28,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:28,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:28,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:28,893 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:28,893 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:28,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926247879... 2023-05-12T21:17:28,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:28,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926248899.xml... 2023-05-12T21:17:28,909 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926248899.xml... Done. 2023-05-12T21:17:28,909 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926239744.xml 2023-05-12T21:17:28,909 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,909 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,909 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:28,910 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:28,910 [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)) 2023-05-12T21:17:28,910 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:28,911 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:28,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:28,912 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:28,912 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:28,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:28,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:28,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:28,914 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:28,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:28,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:28,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:28,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:28,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:28,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:28,916 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:28,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:28,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:28,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:28,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:28,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:28,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:28,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:28,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:28,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:28,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:28,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:28,920 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:28,921 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926248899... 2023-05-12T21:17:28,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:28,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926248926.xml... 2023-05-12T21:17:28,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926248926.xml... Done. 2023-05-12T21:17:28,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926240758.xml 2023-05-12T21:17:28,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:28,931 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:28,931 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:28,931 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:28,931 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:28,936 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:28,937 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:28,939 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:28,939 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:28,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:28,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:28,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:28,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:28,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:28,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:39,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:39,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:39,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:39,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:39,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:39,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:39,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:39,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:39,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:39,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:39,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:39,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:39,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:39,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:39,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:39,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:39,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:39,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926248926... 2023-05-12T21:17:39,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:39,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259954.xml... 2023-05-12T21:17:39,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259954.xml... Done. 2023-05-12T21:17:39,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926241776.xml 2023-05-12T21:17:39,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:39,965 [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)) 2023-05-12T21:17:39,965 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:39,965 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:39,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:39,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:39,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:39,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:39,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:39,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:39,967 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:39,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:39,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:39,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:39,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:39,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:39,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:39,969 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:39,969 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:39,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:39,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:39,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:39,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:39,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:39,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:39,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:39,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:39,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:39,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:39,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:39,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:39,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:39,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926259954... 2023-05-12T21:17:39,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:39,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259976.xml... 2023-05-12T21:17:39,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259976.xml... Done. 2023-05-12T21:17:39,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926242793.xml 2023-05-12T21:17:39,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:39,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:39,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:39,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:39,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:39,987 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:39,987 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:39,988 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:39,988 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:39,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:39,990 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:39,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:39,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:39,992 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:39,992 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:39,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926259976... 2023-05-12T21:17:39,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:39,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:40,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259999.xml... 2023-05-12T21:17:40,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926259999.xml... Done. 2023-05-12T21:17:40,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926243809.xml 2023-05-12T21:17:40,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:40,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:40,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:41,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926259999... 2023-05-12T21:17:41,011 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:41,012 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:41,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261012.xml... 2023-05-12T21:17:41,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261012.xml... Done. 2023-05-12T21:17:41,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926244829.xml 2023-05-12T21:17:41,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:41,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:41,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:41,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-12T21:17:41,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:41,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-12T21:17:41,523 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-12T21:17:41,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-12T21:17:41,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:41,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-12T21:17:41,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-12T21:17:41,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-12T21:17:41,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:41,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-12T21:17:41,525 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-12T21:17:41,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-12T21:17:41,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:41,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-12T21:17:41,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-12T21:17:41,526 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:41,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926261012... 2023-05-12T21:17:41,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:41,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261530.xml... 2023-05-12T21:17:41,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261530.xml... Done. 2023-05-12T21:17:41,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926245846.xml 2023-05-12T21:17:41,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:41,536 [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)) 2023-05-12T21:17:41,536 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:41,536 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:17:41,536 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:17:41,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-12T21:17:41,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-12T21:17:41,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:41,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-12T21:17:41,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-12T21:17:41,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-12T21:17:41,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-12T21:17:41,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-12T21:17:41,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-12T21:17:41,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:41,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-12T21:17:41,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-12T21:17:41,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-12T21:17:41,540 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-12T21:17:41,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2023-05-12T21:17:41,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-12T21:17:41,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-12T21:17:41,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-12T21:17:41,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-12T21:17:41,542 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-12T21:17:41,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2023-05-12T21:17:41,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-12T21:17:41,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:41,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:41,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:41,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-12T21:17:41,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:41,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926261530... 2023-05-12T21:17:41,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:17:41,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261548.xml... 2023-05-12T21:17:41,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261548.xml... Done. 2023-05-12T21:17:41,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926246863.xml 2023-05-12T21:17:41,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:41,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:41,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:17:41,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:17:41,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:41,559 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:41,559 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:41,561 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:17:41,561 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:17:41,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-12T21:17:41,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-12T21:17:41,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-12T21:17:41,563 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-12T21:17:41,563 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-12T21:17:41,564 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:17:41,565 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-12T21:17:41,566 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:41,566 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-12T21:17:41,567 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:17:41,568 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:17:41,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926261548... 2023-05-12T21:17:41,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:17:41,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-12T21:17:41,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261572.xml... 2023-05-12T21:17:41,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926261572.xml... Done. 2023-05-12T21:17:41,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683926247879.xml 2023-05-12T21:17:41,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-12T21:17:41,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-12T21:17:41,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.326 s - in org.eclipse.kura.internal.wire.timer.test.TimerTest shouldTolerateInvalidCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 12.514 s shouldSupportCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.191 s shouldSupportCustomFirstTickInterval(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 20.18 s shouldTickEvery10Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.083 s shouldTickEvery100Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.088 s shouldContinueToTickIfReceiverThrows(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.074 s shouldNotTickOnUpdateWithDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.239 s shouldSupportDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 11.056 s shouldSupportReconfiguration(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.577 s shouldSupportFixedRateScheduling(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.059 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:17:42,645 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-12T21:17:42,645 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-12T21:17:42,647 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:17:42,647 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:17:42,648 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:17:42,648 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:17:42,648 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:17:42,648 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:17:42,648 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:17:42,650 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:17:42,650 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:17:42,651 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:17:42,653 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:17:42,653 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:17:42,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:17:42,654 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:17:42,654 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:17:42,654 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:17:42,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:17:42,654 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:17:42,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:17:42,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:17:42,656 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:17:42,657 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:17:42,657 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:17:42,657 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:17:42,658 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:17:42,658 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:17:42,660 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:17:42,660 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:17:42,662 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:17:42,662 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:17:42,662 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:17:42,663 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:17:42,663 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:17:42,664 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-12T21:17:42,665 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-12T21:17:42,666 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:17:42,667 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:17:42,668 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:17:42,669 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:17:42,670 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:17:42,670 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:17:42,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:17:43,670 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:17:43,673 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:17:43,675 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:17:43,676 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:17:43,677 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:17:43,686 [Framework stop - Equinox Container: 1b3c057d-5d1c-4da8-a35b-982e01cfa10e] 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.2.2/org.eclipse.kura.wire.component.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.2.2/org.eclipse.kura.wire.component.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.2.2/org.eclipse.kura.wire.component.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.2.2/org.eclipse.kura.wire.component.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.2.2/org.eclipse.kura.wire.component.provider.test-5.2.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.2.2 [164/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[33] import org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[56] private static H2DbWireRecordStore dbstore; ^^^^^^^^^^^^^^^^^^^ The type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[120] dbstore.onWireReceive(wireEvelope); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onWireReceive(WireEnvelope) from the type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[146] dbstore.onWireReceive(wireEvelope); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onWireReceive(WireEnvelope) from the type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[166] dbstore.onWireReceive(wireEvelope); // adds 3, now ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onWireReceive(WireEnvelope) from the type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[192] dbstore.onWireReceive(wireEvelope); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onWireReceive(WireEnvelope) from the type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[213] dbstore.onWireReceive(wireEvelope); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onWireReceive(WireEnvelope) from the type H2DbWireRecordStore is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/main/java/org/eclipse/kura/internal/wire/h2db/store/test/H2DbWireRecordStoreTest.java:[236] H2DbWireRecordStoreTest.dbstore = (H2DbWireRecordStore) dbstore; ^^^^^^^^^^^^^^^^^^^ The type H2DbWireRecordStore is deprecated 8 problems (8 warnings) [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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/h2db/store/H2DbWireRecordStoreTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/h2db/store/H2DbWireRecordStoreTest.java: Recompile with -Xlint:deprecation for details. [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-2-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 21:17:47.181 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.limitCaseTest(H2DbWireRecordStoreTest.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.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] 21:17:47.937 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.limitCaseTest2(H2DbWireRecordStoreTest.java:199) [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] 21:17:48.676 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldRespectNRecordsToKeep(H2DbWireRecordStoreTest.java:175) [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] 21:17:49.413 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.givenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:294) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.updateNonExistentTableName(H2DbWireRecordStoreTest.java:225) [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] 21:17:50.150 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.givenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:294) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.updateMaxTableSize(H2DbWireRecordStoreTest.java:210) [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] 21:17:50.890 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreSimpleWireEnvelope(H2DbWireRecordStoreTest.java:101) [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] 21:17:51.621 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords2(H2DbWireRecordStoreTest.java:163) [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] 21:17:52.391 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldRemoveOldest(H2DbWireRecordStoreTest.java:240) [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] 21:17:53.130 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords(H2DbWireRecordStoreTest.java:151) [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] 21:17:53.882 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.894 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.903 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.911 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.924 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.934 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:53.944 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:114) [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] 21:17:54.668 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepNoRecords(H2DbWireRecordStoreTest.java:127) [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] 21:17:55.396 [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:495) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x0000000085277da0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:419) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x0000000084a71c80.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$$da456140.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.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:461) ~[org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:306) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:285) [org.eclipse.kura.wire.h2db.component.provider-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:304) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldNotTrigger(H2DbWireRecordStoreTest.java:139) [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: 10.287 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.203 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/surefire.properties] 2023-05-12T21:17:59,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:00,233 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:18:00,245 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-451251 2023-05-12T21:18:00,306 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:18:00,306 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:18:00,306 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:18:00,306 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:18:00,306 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/tmp 2023-05-12T21:18:00,307 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:18:00,315 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:00,343 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:18:00,393 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:18:00,395 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:18:00,514 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:18:00,514 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:00,539 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:18:00,624 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:18:00,642 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:18:00,642 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:00,667 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,667 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,667 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:00,670 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:18:00,670 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:18:00,671 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,671 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:00,671 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,671 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:00,672 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:18:00,672 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:18:00,674 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:18:00,675 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:00,675 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,675 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:00,676 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:18:00,676 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:18:00,676 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:00,677 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:18:00,677 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:18:00,677 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:18:00,677 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:18:00,678 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:18:00,678 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:18:00,678 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:00,678 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,678 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:00,679 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:18:00,679 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:18:00,679 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:00,683 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:00,684 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:18:00,684 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:18:00,684 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:18:00,685 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:18:00,685 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:18:00,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:18:00,704 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:18:00,713 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:00,727 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:18:00,727 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:00,728 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:00,758 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:18:00,760 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:00,761 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:00,761 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:18:00,762 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:18:00,762 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:18:00,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:18:00,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:00,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:00,764 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:18:00,764 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:00,766 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:00,766 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:18:00,766 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:18:00,767 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:00,768 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:00,768 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:18:00,768 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:18:00,768 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:00,769 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:00,775 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:18:00,775 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:00,776 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:00,817 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:18:00,817 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:18:00,817 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:00,818 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:18:00,822 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:18:00,822 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:00,823 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:00,828 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:18:00,828 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:00,829 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:00,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:18:00,832 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:18:00,833 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:00,836 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:18:00,836 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:00,837 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:18:00,852 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:18:00,862 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:18:00,862 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:00,864 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:00,871 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:18:00,873 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:18:00,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:00,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:18:00,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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 2023-05-12T21:18:00,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:00,874 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:00,875 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:18:00,876 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:00,876 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:18:00,877 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:18:00,877 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:00,937 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926280925.xml... 2023-05-12T21:18:00,945 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926280925.xml... Done. 2023-05-12T21:18:00,945 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:18:00,945 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:18:00,945 [Start Level: Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:18:00,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:18:00,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:18:00,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:01,020 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:18:01,023 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:01,024 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:01,024 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:01,024 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:01,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordStore ... 2023-05-12T21:18:01,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordFilter ... 2023-05-12T21:18:01,062 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:18:01,074 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:18:01,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:18:01,116 [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.filter.test.H2DbWireRecordFilterTest 2023-05-12T21:18:01,126 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:18:01,126 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:18:01,129 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:18:01,130 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:01,130 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:01,130 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:01,131 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:01,139 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:18:01,139 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:18:01,139 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:18:01,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:18:01,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:18:01,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:18:01,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:01,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:01,141 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:01,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:01,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:01,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:18:01,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:01,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683926281147 2023-05-12T21:18:01,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683926281147 2023-05-12T21:18:01,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:01,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926281147.... 2023-05-12T21:18:01,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683926281147 2023-05-12T21:18:01,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926281147....Done 2023-05-12T21:18:01,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683926281147 2023-05-12T21:18:01,156 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:18:01,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:18:01,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:18:01,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:18:01,326 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:18:01,327 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:18:01,329 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:18:01,329 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:18:01,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:18:01,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:18:01,359 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:18:01,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:01,362 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:01,362 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:01,363 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:01,363 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:18:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:18:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:18:01,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926280925... 2023-05-12T21:18:01,369 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:01,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:01,370 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:01,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:18:01,371 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:18:01,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:01,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281378.xml... 2023-05-12T21:18:01,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281378.xml... Done. 2023-05-12T21:18:01,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,418 [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)) 2023-05-12T21:18:01,422 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:18:01,422 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:18:01,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2023-05-12T21:18:01,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-12T21:18:01,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-12T21:18:01,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-12T21:18:01,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-12T21:18:01,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-12T21:18:01,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2023-05-12T21:18:01,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-12T21:18:01,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-12T21:18:01,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-12T21:18:01,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-12T21:18:01,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-12T21:18:01,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2023-05-12T21:18:01,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2023-05-12T21:18:01,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-12T21:18:01,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-12T21:18:01,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-12T21:18:01,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-12T21:18:01,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-12T21:18:01,433 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2023-05-12T21:18:01,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2023-05-12T21:18:01,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-12T21:18:01,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-12T21:18:01,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-12T21:18:01,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-12T21:18:01,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-12T21:18:01,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2023-05-12T21:18:01,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-12T21:18:01,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-12T21:18:01,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-12T21:18:01,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-12T21:18:01,437 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-12T21:18:01,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926281378... 2023-05-12T21:18:01,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:01,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281452.xml... 2023-05-12T21:18:01,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281452.xml... Done. 2023-05-12T21:18:01,470 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,671 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:01,706 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:01,706 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid h2foo 2023-05-12T21:18:01,706 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-12T21:18:01,707 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-12T21:18:01,707 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-12T21:18:01,708 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-12T21:18:01,708 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-12T21:18:01,708 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2023-05-12T21:18:01,710 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:01,710 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:01,710 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:01,711 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683926281147 2023-05-12T21:18:01,712 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:01,713 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:01,713 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:01,713 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:01,714 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:01,736 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,738 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordFilter ... 2023-05-12T21:18:01,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordStore ... 2023-05-12T21:18:01,788 [H2DbService_store.1683926281147_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1683926281147"... 2023-05-12T21:18:01,790 [H2DbService_store.1683926281147_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1683926281147_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-12T21:18:01,795 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-12T21:18:01,797 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,799 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,799 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,800 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-12T21:18:01,801 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,803 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,803 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-12T21:18:01,805 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,815 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "H2_STORE_TEST"... 2023-05-12T21:18:01,817 [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) 2023-05-12T21:18:01,817 [H2DbService_store.1683926281147_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:01,818 [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 "1683926281147" (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:495) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$126/0x0000000028973080.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:01,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926281452... 2023-05-12T21:18:01,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-12T21:18:01,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-12T21:18:01,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281845.xml... 2023-05-12T21:18:01,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281845.xml... Done. 2023-05-12T21:18:01,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-12T21:18:01,868 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:01,868 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:01,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683926281877 2023-05-12T21:18:01,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683926281877 2023-05-12T21:18:01,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:01,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926281877.... 2023-05-12T21:18:01,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683926281877 2023-05-12T21:18:01,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926281877....Done 2023-05-12T21:18:01,879 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683926281877 2023-05-12T21:18:01,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:01,880 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:01,880 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:01,881 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683926281877 2023-05-12T21:18:01,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter... 2023-05-12T21:18:01,885 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:01,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:01,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter...done 2023-05-12T21:18:01,886 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitter 2023-05-12T21:18:01,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore... 2023-05-12T21:18:01,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:01,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore...done 2023-05-12T21:18:01,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbStore 2023-05-12T21:18:01,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter... 2023-05-12T21:18:01,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:01,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter...done 2023-05-12T21:18:01,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbFilter 2023-05-12T21:18:01,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver... 2023-05-12T21:18:01,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:01,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver...done 2023-05-12T21:18:01,889 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testReceiver 2023-05-12T21:18:01,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter... 2023-05-12T21:18:01,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:01,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter...done 2023-05-12T21:18:01,890 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: storeEmitter 2023-05-12T21:18:01,890 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:01,891 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926281845... 2023-05-12T21:18:01,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:01,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281901.xml... 2023-05-12T21:18:01,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281901.xml... Done. 2023-05-12T21:18:01,922 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,922 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,922 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:01,923 [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)) 2023-05-12T21:18:01,924 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:01,924 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:18:01,924 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:18:01,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2023-05-12T21:18:01,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-12T21:18:01,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-12T21:18:01,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-12T21:18:01,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-12T21:18:01,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-12T21:18:01,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:01,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2023-05-12T21:18:01,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-12T21:18:01,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-12T21:18:01,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-12T21:18:01,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-12T21:18:01,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-12T21:18:01,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2023-05-12T21:18:01,928 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:01,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2023-05-12T21:18:01,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-12T21:18:01,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-12T21:18:01,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-12T21:18:01,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-12T21:18:01,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-12T21:18:01,930 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2023-05-12T21:18:01,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2023-05-12T21:18:01,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-12T21:18:01,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-12T21:18:01,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-12T21:18:01,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-12T21:18:01,932 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-12T21:18:01,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2023-05-12T21:18:01,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-12T21:18:01,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-12T21:18:01,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-12T21:18:01,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-12T21:18:01,934 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-12T21:18:01,934 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926281901... 2023-05-12T21:18:01,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:01,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281944.xml... 2023-05-12T21:18:01,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926281944.xml... Done. 2023-05-12T21:18:01,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:01,955 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:01,955 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:01,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:01,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:01,957 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,957 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,961 [H2DbService_store.1683926281877_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1683926281877"... 2023-05-12T21:18:01,963 [H2DbService_store.1683926281877_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1683926281877_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-12T21:18:01,967 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,967 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,969 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:01,969 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:01,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:01,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-12T21:18:01,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-12T21:18:01,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-12T21:18:01,976 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:01,976 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:01,977 [H2DbService_store.1683926281877_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:01,978 [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 "1683926281877" (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:495) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$126/0x0000000028973080.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:01,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926281944... 2023-05-12T21:18:02,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-12T21:18:02,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-12T21:18:02,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926282018.xml... 2023-05-12T21:18:02,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683926282018.xml... Done. 2023-05-12T21:18:02,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-12T21:18:02,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:02,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:02,032 [H2DbService_store.1683926281877_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:229) at org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilter.lambda$0(H2DbWireRecordFilter.java:198) at org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilter$$Lambda$131/0x000000002868f490.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest shouldEmitPropertyAfterManualCastFromUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.069 s shouldNotEmitPropertyOfUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.057 s Running org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest 2023-05-12T21:18:02,070 [H2DbService_org.eclipse.kura.db.H2DbService_8] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:02,070 [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:495) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$126/0x0000000028973080.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:02,687 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:18:02,688 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:18:02,693 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:18:04,166 [H2DbService_org.eclipse.kura.db.H2DbService_2409] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Partially emptying table "H2_STORE_TEST" 2023-05-12T21:18:04,706 [H2DbService_org.eclipse.kura.db.H2DbService_2425] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:04,706 [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:495) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$126/0x0000000028973080.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:04,774 [H2DbService_org.eclipse.kura.db.H2DbService_2429] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:04,774 [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:495) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:462) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$126/0x0000000028973080.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$109/0x00000000482e3210.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$110/0x0000000048016820.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 s - in org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest testSvcs(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 0 s testCleanupSequence(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 2.618 s testReceive(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 0.31 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:18:05,033 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:05,034 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:05,034 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:05,034 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:05,035 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:05,035 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:05,035 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:05,039 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:05,039 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:18:05,041 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:18:05,043 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:05,044 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:18:05,044 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:05,044 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:18:05,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:18:05,044 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:05,044 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:05,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:05,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid h2foo 2023-05-12T21:18:05,047 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:05,047 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:05,047 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:05,047 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:05,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid h2foo 2023-05-12T21:18:05,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-12T21:18:05,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-12T21:18:05,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-12T21:18:05,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-12T21:18:05,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-12T21:18:05,051 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2023-05-12T21:18:05,051 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:18:05,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:05,052 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:18:05,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:05,055 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:05,055 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:18:05,056 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:18:05,056 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:05,056 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:18:05,056 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:18:05,057 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:18:05,058 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:05,058 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:05,058 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683926281147 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683926281877 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:05,059 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:05,060 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:05,060 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:05,060 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:05,062 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:18:05,063 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:18:05,064 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:18:05,067 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:05,068 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:18:05,069 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:05,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:06,069 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:06,072 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:18:06,073 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:06,082 [pool-12-thread-1] ERROR o.e.k.c.c.ConfigurationServiceImpl - Error getting Configuration for component: h2foo. Ignoring it. java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getConfigurableComponentConfiguration(ConfigurationServiceImpl.java:1222) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationInternal(ConfigurationServiceImpl.java:885) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getComponentConfigurationsInternal(ConfigurationServiceImpl.java:868) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1710) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$71/0x0000000028ad1560.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$70/0x0000000028dbd830.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$129/0x0000000028d73c40.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/0x0000000094005630.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) 2023-05-12T21:18:06,083 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:06,083 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:06,083 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:06,083 [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:1354) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1335) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:627) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1450) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1737) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$71/0x0000000028ad1560.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$70/0x0000000028dbd830.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$129/0x0000000028d73c40.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/0x0000000094005630.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) 2023-05-12T21:18:06,275 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:06,276 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:06,477 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:06,478 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:18:06,481 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:06,482 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:18:06,492 [Framework stop - Equinox Container: 68576adb-4c9e-4e21-8e7f-893a1fcadb4b] 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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.db.component.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.h2db.component.provider' with 3 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.2.2/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.2.2/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.2.2/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.2.2/org.eclipse.kura.wire.h2db.component.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.2.2/org.eclipse.kura.wire.h2db.component.provider.test-5.2.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.db.component.provider.test >-- [INFO] Building org.eclipse.kura.wire.db.component.provider.test 5.2.2 [165/185] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] The project's OSGi version is 5.2.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.db.component.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.wire.db.filter.DbWireRecordFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s - in org.eclipse.kura.internal.wire.db.filter.DbWireRecordFilterTest [INFO] Running org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest 21:18:10.312 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.limitCaseTest(DbWireRecordStoreTest.java:188) [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] 21:18:11.061 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.limitCaseTest2(DbWireRecordStoreTest.java:200) [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] 21:18:11.794 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldRespectNRecordsToKeep(DbWireRecordStoreTest.java:176) [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] 21:18:12.535 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.givenWireEnvelopesReceived(DbWireRecordStoreTest.java:295) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.updateNonExistentTableName(DbWireRecordStoreTest.java:226) [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] 21:18:13.276 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.givenWireEnvelopesReceived(DbWireRecordStoreTest.java:295) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.updateMaxTableSize(DbWireRecordStoreTest.java:211) [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] 21:18:14.014 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreSimpleWireEnvelope(DbWireRecordStoreTest.java:102) [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] 21:18:14.747 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords2(DbWireRecordStoreTest.java:164) [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] 21:18:15.502 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldRemoveOldest(DbWireRecordStoreTest.java:241) [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] 21:18:16.240 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords(DbWireRecordStoreTest.java:152) [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] 21:18:16.996 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.012 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.026 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.041 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.055 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.067 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.131 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(DbWireRecordStoreTest.java:115) [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] 21:18:17.858 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldKeepNoRecords(DbWireRecordStoreTest.java:128) [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] 21:18:18.587 [main] ERROR org.eclipse.kura.internal.wire.db.store.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$36/0x00000000c0bcf4b0.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.lambda$clean$0(DbWireRecordStoreTest.java:420) ~[test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest$$Lambda$25/0x00000000c0d65050.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$$615f18ce.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.db.common.DbServiceHelper.withConnection(DbServiceHelper.java:97) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.insertDataRecord(H2DbServiceProviderImpl.java:98) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.insertDataRecord(DbWireRecordStore.java:312) ~[org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.store(DbWireRecordStore.java:219) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStore.onWireReceive(DbWireRecordStore.java:198) [org.eclipse.kura.wire.db.component.provider-1.0.1-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.whenWireEnvelopesReceived(DbWireRecordStoreTest.java:305) [test-classes/:?] at org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest.truncateShouldNotTrigger(DbWireRecordStoreTest.java:140) [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: 9.389 s - in org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest [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.db.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/org.eclipse.kura.wire.db.component.provider.test-5.2.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/org.eclipse.kura.wire.db.component.provider.test-5.2.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.db.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.db.component.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/surefire.properties] 2023-05-12T21:18:22,093 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:22,427 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:18:22,437 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-213034 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:18:22,493 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots 2023-05-12T21:18:22,494 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/tmp 2023-05-12T21:18:22,494 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:18:22,496 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:22,534 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:18:22,585 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:18:22,587 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:18:22,700 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:18:22,701 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:22,726 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:18:22,813 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:18:22,828 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:18:22,828 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:22,853 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,854 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,854 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:22,857 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:18:22,857 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:18:22,858 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,858 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:22,858 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,858 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:22,860 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:18:22,860 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:18:22,860 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:18:22,861 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:22,861 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,861 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:18:22,862 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:18:22,865 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:18:22,866 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:18:22,866 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:18:22,866 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:22,866 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:22,867 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:22,867 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:18:22,867 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:18:22,867 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:22,871 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:22,871 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:18:22,871 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:18:22,871 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:18:22,872 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:18:22,872 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:18:22,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:18:22,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:18:22,898 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:22,919 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:18:22,919 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:22,929 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:22,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:18:22,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:22,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:22,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:18:22,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:18:22,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:18:22,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:18:22,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:22,965 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:22,965 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:18:22,966 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:22,968 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:22,968 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:18:22,968 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:18:22,968 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:22,970 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:22,970 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:18:22,970 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:18:22,970 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:22,971 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:22,975 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:18:22,975 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:22,976 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:23,019 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:18:23,019 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:18:23,019 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:23,020 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:18:23,026 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:18:23,026 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:23,027 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:23,032 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:18:23,032 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:23,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:18:23,033 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:23,035 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:18:23,036 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:23,040 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:18:23,040 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:23,041 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:18:23,055 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:18:23,058 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:18:23,058 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:23,059 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:23,062 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:18:23,064 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:18:23,064 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:23,064 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:18:23,065 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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 2023-05-12T21:18:23,065 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:23,065 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:23,066 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:18:23,067 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:23,067 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:18:23,070 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:18:23,070 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:23,128 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926303118.xml... 2023-05-12T21:18:23,135 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926303118.xml... Done. 2023-05-12T21:18:23,135 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:18:23,136 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:18:23,136 [Start Level: Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:18:23,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:18:23,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:18:23,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:23,166 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:18:23,168 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:23,168 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:23,168 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:23,169 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:23,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordFilter ... 2023-05-12T21:18:23,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordStore ... 2023-05-12T21:18:23,238 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:18:23,249 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:18:23,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:18:23,257 [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.db.store.test.DbWireRecordStoreTest 2023-05-12T21:18:23,268 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:18:23,268 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:18:23,271 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:18:23,272 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:23,272 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:23,272 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:23,273 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:23,284 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:18:23,284 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:18:23,285 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:18:23,314 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:18:23,314 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:18:23,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:23,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:23,316 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:23,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:23,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:23,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:18:23,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:23,331 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:18:23,333 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:18:23,334 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:18:23,334 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:18:23,476 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:18:23,478 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:18:23,479 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:18:23,479 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:18:23,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:18:23,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:18:23,509 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:18:23,509 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:23,512 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:23,512 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:23,512 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:23,512 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:18:23,513 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:18:23,513 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:18:23,518 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:23,519 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:23,519 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:23,519 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:18:23,520 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:18:23,782 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:23,814 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:23,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordStore and pid h2foo 2023-05-12T21:18:23,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-12T21:18:23,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-12T21:18:23,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-12T21:18:23,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-12T21:18:23,817 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-12T21:18:23,817 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore h2foo 2023-05-12T21:18:23,863 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "H2_STORE_TEST"... 2023-05-12T21:18:23,865 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Index "H2_STORE_TEST_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-12T21:18:23,872 [H2DbService_org.eclipse.kura.db.H2DbService_8] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:23,872 [main] ERROR o.e.k.i.w.d.s.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$92/0x0000000018a3f4a0.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:24,798 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:18:24,814 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:18:24,820 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:18:25,836 [H2DbService_org.eclipse.kura.db.H2DbService_2409] INFO o.e.k.i.w.d.c.H2DbServiceProviderImpl - Partially emptying table "H2_STORE_TEST" 2023-05-12T21:18:26,373 [H2DbService_org.eclipse.kura.db.H2DbService_2425] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:26,374 [main] ERROR o.e.k.i.w.d.s.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$92/0x0000000018a3f4a0.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:26,440 [H2DbService_org.eclipse.kura.db.H2DbService_2429] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:26,440 [main] ERROR o.e.k.i.w.d.s.DbWireRecordStore - 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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$92/0x0000000018a3f4a0.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.389 s - in org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest testSvcs(org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest) Time elapsed: 0.05 s testCleanupSequence(org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest) Time elapsed: 2.488 s testReceive(org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest) Time elapsed: 0.292 s Running org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest 2023-05-12T21:18:26,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:18:26,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683926306763 2023-05-12T21:18:26,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683926306763 2023-05-12T21:18:26,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:26,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926306763.... 2023-05-12T21:18:26,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683926306763 2023-05-12T21:18:26,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926306763....Done 2023-05-12T21:18:26,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683926306763 2023-05-12T21:18:26,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:26,774 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:26,774 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:26,775 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683926306763 2023-05-12T21:18:26,776 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,778 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:26,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926303118... 2023-05-12T21:18:26,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:26,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926306795.xml... 2023-05-12T21:18:26,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926306795.xml... Done. 2023-05-12T21:18:26,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,842 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:26,842 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:26,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)) 2023-05-12T21:18:26,855 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:18:26,855 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:18:26,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2023-05-12T21:18:26,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-12T21:18:26,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-12T21:18:26,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-12T21:18:26,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-12T21:18:26,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-12T21:18:26,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordStore and pid testDbStore 2023-05-12T21:18:26,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-12T21:18:26,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-12T21:18:26,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-12T21:18:26,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-12T21:18:26,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-12T21:18:26,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore testDbStore 2023-05-12T21:18:26,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordFilter and pid testDbFilter 2023-05-12T21:18:26,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-12T21:18:26,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-12T21:18:26,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-12T21:18:26,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-12T21:18:26,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-12T21:18:26,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordFilter testDbFilter 2023-05-12T21:18:26,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2023-05-12T21:18:26,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-12T21:18:26,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-12T21:18:26,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-12T21:18:26,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-12T21:18:26,869 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-12T21:18:26,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2023-05-12T21:18:26,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-12T21:18:26,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-12T21:18:26,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-12T21:18:26,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-12T21:18:26,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-12T21:18:26,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926306795... 2023-05-12T21:18:26,923 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:26,924 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:26,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:26,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926306930.xml... 2023-05-12T21:18:26,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926306930.xml... Done. 2023-05-12T21:18:26,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:26,962 [H2DbService_org.eclipse.kura.db.H2DbService_2433] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "1683926306763"... 2023-05-12T21:18:26,963 [H2DbService_org.eclipse.kura.db.H2DbService_2433] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Index "1683926306763_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-12T21:18:26,971 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:26,971 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:26,975 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:26,975 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:26,977 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:26,979 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:26,980 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-12T21:18:26,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:26,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-12T21:18:26,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:26,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-12T21:18:26,986 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:27,016 [H2DbService_org.eclipse.kura.db.H2DbService_2435] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:27,016 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:27,016 [main] ERROR o.e.k.i.w.d.s.DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "test" not found; SQL statement: INSERT INTO "1683926306763" (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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$92/0x0000000018a3f4a0.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:27,017 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:27,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926306930... 2023-05-12T21:18:27,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-12T21:18:27,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-12T21:18:27,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307047.xml... 2023-05-12T21:18:27,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307047.xml... Done. 2023-05-12T21:18:27,069 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-12T21:18:27,069 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:27,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:27,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683926307077 2023-05-12T21:18:27,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683926307077 2023-05-12T21:18:27,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:27,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926307077.... 2023-05-12T21:18:27,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683926307077 2023-05-12T21:18:27,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683926307077....Done 2023-05-12T21:18:27,080 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683926307077 2023-05-12T21:18:27,080 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:27,081 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:27,081 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:27,081 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683926307077 2023-05-12T21:18:27,082 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:27,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter... 2023-05-12T21:18:27,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:27,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter...done 2023-05-12T21:18:27,084 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitter 2023-05-12T21:18:27,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore... 2023-05-12T21:18:27,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:27,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore...done 2023-05-12T21:18:27,085 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbStore 2023-05-12T21:18:27,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter... 2023-05-12T21:18:27,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:27,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter...done 2023-05-12T21:18:27,087 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbFilter 2023-05-12T21:18:27,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver... 2023-05-12T21:18:27,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:27,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver...done 2023-05-12T21:18:27,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testReceiver 2023-05-12T21:18:27,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter... 2023-05-12T21:18:27,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:27,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter...done 2023-05-12T21:18:27,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: storeEmitter 2023-05-12T21:18:27,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926307047... 2023-05-12T21:18:27,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:27,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307128.xml... 2023-05-12T21:18:27,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307128.xml... Done. 2023-05-12T21:18:27,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,145 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:27,146 [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)) 2023-05-12T21:18:27,146 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:18:27,146 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:18:27,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2023-05-12T21:18:27,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-12T21:18:27,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-12T21:18:27,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-12T21:18:27,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-12T21:18:27,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-12T21:18:27,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordStore and pid testDbStore 2023-05-12T21:18:27,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-12T21:18:27,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-12T21:18:27,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-12T21:18:27,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-12T21:18:27,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-12T21:18:27,150 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore testDbStore 2023-05-12T21:18:27,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordFilter and pid testDbFilter 2023-05-12T21:18:27,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-12T21:18:27,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-12T21:18:27,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-12T21:18:27,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-12T21:18:27,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-12T21:18:27,153 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordFilter testDbFilter 2023-05-12T21:18:27,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2023-05-12T21:18:27,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-12T21:18:27,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-12T21:18:27,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-12T21:18:27,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-12T21:18:27,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-12T21:18:27,154 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:27,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2023-05-12T21:18:27,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-12T21:18:27,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-12T21:18:27,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-12T21:18:27,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-12T21:18:27,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-12T21:18:27,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:27,157 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926307128... 2023-05-12T21:18:27,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:18:27,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307169.xml... 2023-05-12T21:18:27,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307169.xml... Done. 2023-05-12T21:18:27,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:27,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:27,188 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:27,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:27,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:27,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:27,191 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:27,192 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:27,195 [H2DbService_org.eclipse.kura.db.H2DbService_2448] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "1683926307077"... 2023-05-12T21:18:27,196 [H2DbService_org.eclipse.kura.db.H2DbService_2448] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Index "1683926307077_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-12T21:18:27,197 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-12T21:18:27,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-12T21:18:27,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-12T21:18:27,220 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-12T21:18:27,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-12T21:18:27,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-12T21:18:27,222 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-12T21:18:27,224 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:27,228 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:27,228 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:27,228 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-12T21:18:27,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-12T21:18:27,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-12T21:18:27,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-12T21:18:27,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:27,233 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-12T21:18:27,233 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-12T21:18:27,235 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:18:27,235 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:18:27,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-12T21:18:27,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-12T21:18:27,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-12T21:18:27,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-12T21:18:27,238 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:18:27,238 [H2DbService_org.eclipse.kura.db.H2DbService_2451] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-12T21:18:27,238 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-12T21:18:27,239 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-12T21:18:27,238 [main] ERROR o.e.k.i.w.d.s.DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "test" not found; SQL statement: INSERT INTO "1683926307077" (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.db.common.CommonDbServiceProvider.prepareStatement(CommonDbServiceProvider.java:167) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.insertDataRecord(CommonDbServiceProvider.java:137) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$7(H2DbServiceProviderImpl.java:99) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$92/0x0000000018a3f4a0.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-12T21:18:27,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926307169... 2023-05-12T21:18:27,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-12T21:18:27,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-12T21:18:27,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307259.xml... 2023-05-12T21:18:27,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683926307259.xml... Done. 2023-05-12T21:18:27,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-12T21:18:27,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:27,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-12T21:18:27,274 [H2DbService_org.eclipse.kura.db.H2DbService_2465] ERROR o.e.k.i.w.d.c.CommonDbServiceProvider - 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.db.common.CommonDbServiceProvider.convertSQLRowToWireRecord(CommonDbServiceProvider.java:241) at org.eclipse.kura.internal.wire.db.common.CommonDbServiceProvider.performSQLQuery(CommonDbServiceProvider.java:211) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl.lambda$9(H2DbServiceProviderImpl.java:107) at org.eclipse.kura.internal.wire.db.common.H2DbServiceProviderImpl$$Lambda$136/0x0000000018bf7300.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:192) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:213) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x000000003c019080.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:128) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x000000003c0171d0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest shouldEmitPropertyAfterManualCastFromUnsupportedType(org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest) Time elapsed: 0.089 s shouldNotEmitPropertyOfUnsupportedType(org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest) Time elapsed: 0.038 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:18:27,293 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:27,294 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:27,294 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:27,294 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:27,295 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:27,295 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:27,314 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:27,317 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:27,317 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:18:27,318 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:18:27,319 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:27,320 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:18:27,320 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:27,320 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:18:27,320 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:27,320 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:18:27,320 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:27,320 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:27,321 [ConfigurationListener Event Queue] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore h2foo 2023-05-12T21:18:27,321 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:27,321 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:27,321 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:27,322 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:27,322 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:18:27,322 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:18:27,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid h2foo 2023-05-12T21:18:27,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-12T21:18:27,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-12T21:18:27,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:27,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:27,324 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:27,324 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:18:27,325 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:18:27,326 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:27,326 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:18:27,326 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:18:27,326 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:18:27,327 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683926306763 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683926307077 2023-05-12T21:18:27,328 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-12T21:18:27,329 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-12T21:18:27,329 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-12T21:18:27,331 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:18:27,331 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:18:27,332 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:18:27,334 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:27,334 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:18:27,335 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:27,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:28,257 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:28,257 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:28,257 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:28,257 [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:1354) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1335) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:627) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1450) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1737) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:813) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:397) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$101/0x0000000018ae57c0.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:378) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$100/0x0000000018cf4a30.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:369) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$134/0x0000000018bf6100.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/0x0000000088004f70.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) 2023-05-12T21:18:28,335 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:28,338 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:18:28,339 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:28,544 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:28,545 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:28,747 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:28,748 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:18:28,751 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:28,752 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:18:28,762 [Framework stop - Equinox Container: 78b78c40-fe64-4233-aa6b-3855604679a1] 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.db.component.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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.db.component.provider' with 10 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 11 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.db.component.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/org.eclipse.kura.wire.db.component.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider.test/5.2.2/org.eclipse.kura.wire.db.component.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider.test/5.2.2/org.eclipse.kura.wire.db.component.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/org.eclipse.kura.wire.db.component.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider.test/5.2.2/org.eclipse.kura.wire.db.component.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider.test/5.2.2/org.eclipse.kura.wire.db.component.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.db.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.db.component.provider.test/5.2.2/org.eclipse.kura.wire.db.component.provider.test-5.2.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.db.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.2.2 [166/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.29 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/surefire.properties] 2023-05-12T21:18:34,648 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:34,989 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:18:34,999 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-028715 2023-05-12T21:18:35,063 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:18:35,064 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots 2023-05-12T21:18:35,065 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/tmp 2023-05-12T21:18:35,065 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:18:35,067 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:35,095 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:18:35,153 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:18:35,155 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:18:35,269 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:18:35,269 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:35,293 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:18:35,387 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:18:35,404 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:18:35,405 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:35,431 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,432 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,432 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:35,435 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:18:35,435 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:18:35,436 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,436 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:35,436 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,436 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:35,438 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:18:35,438 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:18:35,438 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:18:35,439 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:35,439 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,439 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:18:35,440 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:18:35,441 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:18:35,441 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:18:35,441 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:18:35,442 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:35,442 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,442 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:35,443 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:18:35,443 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:18:35,443 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:35,447 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:35,447 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:18:35,447 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:18:35,448 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:18:35,448 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:18:35,448 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:18:35,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:18:35,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:18:35,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:35,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:18:35,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:35,518 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:35,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:18:35,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:35,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:35,552 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:18:35,553 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:35,554 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:35,554 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:18:35,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:18:35,554 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:18:35,554 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:35,555 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:35,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:18:35,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:18:35,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:18:35,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:35,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:35,559 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:18:35,559 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:18:35,559 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:35,560 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:35,563 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:18:35,563 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:35,564 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:35,578 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:18:35,578 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:18:35,579 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:35,580 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:18:35,615 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:18:35,615 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:35,616 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:35,620 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:18:35,621 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:35,622 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:35,623 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:18:35,624 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:18:35,625 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:35,628 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:18:35,629 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:35,629 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:35,643 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:18:35,643 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:18:35,643 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:18:35,644 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:18:35,644 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:18:35,644 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:18:35,648 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:18:35,648 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:35,649 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:35,653 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:18:35,654 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:18:35,655 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:35,655 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:18:35,655 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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 2023-05-12T21:18:35,655 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:35,655 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:35,656 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:18:35,657 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:35,657 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:18:35,658 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:18:35,659 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:35,721 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_1683926315675.xml... 2023-05-12T21:18:35,729 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_1683926315675.xml... Done. 2023-05-12T21:18:35,729 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:18:35,729 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:18:35,729 [Start Level: Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:18:35,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:18:35,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:18:35,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:35,766 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:18:35,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:35,768 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:35,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:35,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:35,831 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:18:35,842 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:18:35,850 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:18:35,850 [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 2023-05-12T21:18:35,860 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:18:35,861 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:18:35,864 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:18:35,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:35,868 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:35,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:35,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:35,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:35,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:35,870 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:35,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:35,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:35,872 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:18:35,872 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:35,878 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:18:35,878 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:18:35,878 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:18:35,878 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:18:35,878 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:18:35,923 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:18:35,925 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:18:35,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:18:35,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:18:36,074 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:18:36,076 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:18:36,077 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:18:36,077 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:18:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:18:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:18:36,106 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:18:36,107 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:18:36,109 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:18:36,109 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:18:36,110 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:18:36,110 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:18:36,110 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:18:36,110 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:18:36,111 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.ScriptFilter and pid foo 2023-05-12T21:18:36,111 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:18:36,111 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.ScriptFilter 2023-05-12T21:18:36,112 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:18:36,113 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:18:36,114 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:18:36,114 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.ScriptFilter foo 2023-05-12T21:18:36,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:18:36,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:18:36,120 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:18:36,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:18:36,121 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:18:36,385 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:18:36,421 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:36,443 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Activating Script Filter... 2023-05-12T21:18:36,635 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... 2023-05-12T21:18:36,742 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... Done 2023-05-12T21:18:36,742 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - ActivatingScript Filter... Done 2023-05-12T21:18:36,850 [main] INFO o.e.k.w.s.f.p.ScriptFilter - testing 2023-05-12T21:18:36,857 [main] INFO o.e.k.w.s.f.p.ScriptFilter - emitter 2023-05-12T21:18:36,859 [main] INFO o.e.k.w.s.f.p.ScriptFilter - 2 2023-05-12T21:18:36,864 [main] INFO o.e.k.w.s.f.p.ScriptFilter - StringValue [value=topic] 2023-05-12T21:18:36,883 [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.034 s - in org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest testSvcs(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.633 s testReceive(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.146 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:18:36,937 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:36,937 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:36,937 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:36,938 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:36,938 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:36,938 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:36,938 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:36,940 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:36,941 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:18:36,941 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:18:36,942 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:36,944 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:18:36,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:18:36,944 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:36,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:36,944 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:36,945 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:18:36,945 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:36,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:36,945 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:18:36,946 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:18:36,948 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:36,948 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:18:36,955 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:18:36,955 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:36,955 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:18:36,955 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:18:36,956 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:36,958 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:36,959 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:18:36,961 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:18:36,962 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:18:36,963 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:18:36,965 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:36,965 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:18:36,965 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:37,146 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:18:37,966 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:37,976 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:18:37,979 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:18:37,982 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... 2023-05-12T21:18:37,982 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... Done 2023-05-12T21:18:37,985 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:37,986 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:18:37,992 [Framework stop - Equinox Container: b599f9dc-6d3d-4a16-b881-78398bb86782] 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.2.2/org.eclipse.kura.wire.script.filter.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.2.2/org.eclipse.kura.wire.script.filter.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.2.2/org.eclipse.kura.wire.script.filter.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.2.2/org.eclipse.kura.wire.script.filter.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.2.2/org.eclipse.kura.wire.script.filter.provider.test-5.2.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.2.2 [167/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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: 0.892 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/surefire.properties] 2023-05-12T21:18:43,942 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:44,283 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:18:44,293 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-750832 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:18:44,354 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura 2023-05-12T21:18:44,355 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:18:44,355 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:18:44,355 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots 2023-05-12T21:18:44,355 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/tmp 2023-05-12T21:18:44,355 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:18:44,357 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:44,387 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:18:44,448 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:18:44,450 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:18:44,561 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:18:44,562 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:44,588 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:18:44,670 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:18:44,679 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:18:44,679 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:44,705 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,706 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,706 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:44,708 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:18:44,708 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:18:44,709 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,709 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:44,709 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,710 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:44,711 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:18:44,711 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:18:44,711 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:18:44,712 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:44,712 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,712 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:18:44,713 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:18:44,714 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:18:44,714 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:18:44,714 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:18:44,715 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:44,715 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,715 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:44,716 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:18:44,716 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:18:44,716 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:44,720 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:44,720 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:18:44,720 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:18:44,721 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:18:44,721 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:18:44,721 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:18:44,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:18:44,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:18:44,747 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:44,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:18:44,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:44,763 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:44,833 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:18:44,836 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:44,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:44,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:18:44,838 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:18:44,838 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:44,839 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:44,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:18:44,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:18:44,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:18:44,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:44,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:44,844 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:18:44,844 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:18:44,844 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:44,845 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:44,845 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:18:44,845 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:18:44,846 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:44,846 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:44,850 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:18:44,850 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:44,851 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:44,862 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:18:44,862 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:18:44,863 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:44,864 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:18:44,867 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:18:44,867 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:44,868 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:44,873 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:18:44,873 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:44,874 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:44,877 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:18:44,878 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:44,916 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:18:44,916 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:44,917 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:44,937 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:18:44,943 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:18:44,946 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:18:44,946 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:44,947 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:44,950 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:18:44,952 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:18:44,953 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:44,953 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:18:44,953 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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 2023-05-12T21:18:44,953 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:44,953 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:44,954 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:18:44,955 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:44,955 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:18:44,955 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:18:44,956 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:44,978 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_1683926324969.xml... 2023-05-12T21:18:45,024 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_1683926324969.xml... Done. 2023-05-12T21:18:45,025 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:18:45,025 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:18:45,025 [Start Level: Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:18:45,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:18:45,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:18:45,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:45,131 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:18:45,133 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:45,134 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:45,134 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:45,134 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:18:45,153 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:45,153 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:45,154 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:45,154 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:45,154 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:45,156 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:45,159 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:18:45,159 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:45,159 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:18:45,160 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:45,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:18:45,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:18:45,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:45,176 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:18:45,177 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:45,177 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:45,178 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:45,178 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:45,178 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:18:45,178 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:18:45,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:45,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:45,179 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:45,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:45,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:45,180 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:18:45,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:18:45,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:45,182 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:45,214 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:18:45,215 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:45,369 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:18:45,371 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:18:45,372 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:18:45,372 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:18:46,215 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:46,219 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:18:46,221 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:18:46,222 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:18:46,224 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:18:46,227 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:46,229 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:18:46,235 [Framework stop - Equinox Container: d9fe8e73-7f73-4508-92f8-c68fda750a4a] 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.2.2/org.eclipse.kura.wire.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.2.2/org.eclipse.kura.wire.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.2.2/org.eclipse.kura.wire.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.2.2/org.eclipse.kura.wire.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.2.2/org.eclipse.kura.wire.provider.test-5.2.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.2.2 [168/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.919 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.065 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.keystore.test.KeystoreEntryInfoMapperTest [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.005 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonEncoderTest [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.002 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonDecoderTest [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-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/surefire.properties] 2023-05-12T21:18:52,101 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:52,454 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:18:52,464 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-533347 2023-05-12T21:18:52,528 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/tmp 2023-05-12T21:18:52,529 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:18:52,531 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:18:52,559 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:18:52,615 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:18:52,617 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:18:52,738 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:18:52,739 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:52,763 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:18:52,849 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:18:52,866 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:18:52,866 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:52,893 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,894 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,894 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:52,897 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:18:52,897 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:18:52,897 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,898 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:52,898 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,898 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:52,899 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:18:52,899 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:18:52,899 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:18:52,900 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:52,900 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,900 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:52,901 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:18:52,901 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:18:52,901 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:52,901 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:18:52,902 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:18:52,902 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:18:52,903 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:18:52,903 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:18:52,903 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:18:52,903 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:52,903 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:52,904 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:52,904 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:18:52,905 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:18:52,905 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:52,907 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:52,908 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:18:52,908 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:18:52,909 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:18:52,909 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:18:52,909 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:18:52,928 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:18:52,928 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:18:52,939 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:52,951 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:18:52,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:52,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:18:53,024 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:18:53,026 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:53,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:53,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:18:53,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:18:53,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:18:53,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:18:53,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:53,029 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:18:53,029 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:18:53,030 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:53,032 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:53,032 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:18:53,032 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:18:53,033 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:53,034 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:18:53,034 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:18:53,034 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:18:53,034 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:53,035 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:53,039 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:18:53,039 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:53,040 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:18:53,053 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:18:53,053 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:18:53,054 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:18:53,054 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:18:53,058 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:18:53,058 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:53,059 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:18:53,066 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:18:53,067 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:53,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:18:53,068 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:18:53,071 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:18:53,071 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:53,075 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:18:53,076 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:53,077 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:53,130 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:18:53,130 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:18:53,130 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:18:53,130 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:18:53,131 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:18:53,131 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:18:53,134 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:18:53,134 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:53,135 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:18:53,140 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:18:53,142 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:18:53,143 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,143 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:18:53,143 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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 2023-05-12T21:18:53,143 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,144 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:18:53,145 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:18:53,146 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,146 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:18:53,146 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:18:53,147 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:18:53,175 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1683926333163.xml... 2023-05-12T21:18:53,185 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1683926333163.xml... Done. 2023-05-12T21:18:53,185 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:18:53,185 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,185 [Start Level: Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:18:53,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:18:53,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:18:53,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:53,243 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:18:53,245 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:53,245 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:53,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:53,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:53,277 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:18:53,323 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:18:53,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:18:53,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:18:53,338 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:53,338 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:53,339 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:18:53,339 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:18:53,339 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:18:53,341 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:18:53,342 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,342 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:18:53,344 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:18:53,345 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:18:53,345 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,345 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:18:53,345 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:18:53,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:53,346 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:53,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:53,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:53,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:53,347 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:53,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:53,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:53,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:18:53,348 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:18:53,349 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:18:53,350 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:18:53,350 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:18:53,350 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:18:53,351 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:18:53,351 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:18:53,351 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:18:53,351 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:18:53,351 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:18:53,352 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:18:53,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:18:53,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:18:53,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:18:53,354 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:18:53,355 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:18:53,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:18:53,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:18:53,355 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:53,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:18:53,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:18:53,357 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:53,357 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:18:53,357 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:18:53,357 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:18:53,357 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:18:54,358 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:18:54,361 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:18:54,363 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:18:54,366 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:18:54,368 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:18:54,376 [Framework stop - Equinox Container: 2238f37f-b77f-4a90-9a98-114b5223fced] 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-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.2.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.2.2 [169/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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: 0.92 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-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/surefire.properties] 2023-05-12T21:19:00,204 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:19:00,543 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:19:00,553 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-132845 2023-05-12T21:19:00,617 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:19:00,618 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:19:00,619 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots 2023-05-12T21:19:00,619 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/tmp 2023-05-12T21:19:00,619 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:19:00,621 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:19:00,646 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:19:00,694 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:19:00,696 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:19:00,821 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:19:00,822 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:00,848 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:19:00,936 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:19:00,955 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:19:00,955 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:00,980 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,980 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,981 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:00,983 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:19:00,983 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:19:00,984 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,984 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:00,984 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,984 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:19:00,986 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:19:00,986 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:19:00,986 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:19:00,987 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:00,987 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,987 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:19:00,988 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:19:00,991 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:19:00,991 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:19:00,991 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:19:00,992 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:00,992 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:00,992 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:00,993 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:19:00,993 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:19:00,993 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:00,997 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:00,997 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:19:00,997 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:19:00,998 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:19:00,998 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:19:00,998 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:19:01,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:19:01,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:19:01,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:19:01,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:19:01,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:19:01,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:19:01,085 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:19:01,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:01,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:01,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:19:01,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:19:01,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:19:01,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:19:01,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:19:01,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:19:01,115 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:19:01,116 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:01,118 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:01,118 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:19:01,118 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:19:01,118 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:01,120 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:01,120 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:19:01,120 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:19:01,120 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:01,121 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:01,125 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:19:01,125 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:19:01,126 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:19:01,137 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:19:01,138 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:19:01,138 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:01,139 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:19:01,144 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:19:01,145 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:19:01,146 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:19:01,150 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:19:01,151 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:19:01,152 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:19:01,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:19:01,154 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:19:01,155 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:19:01,159 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:19:01,159 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:01,160 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:01,174 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:19:01,175 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:19:01,175 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:19:01,175 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:19:01,175 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:19:01,175 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:19:01,215 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:19:01,215 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:19:01,216 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:19:01,219 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:19:01,221 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:19:01,221 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,222 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:19:01,222 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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 2023-05-12T21:19:01,222 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,222 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:19:01,223 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:19:01,224 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,224 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:19:01,225 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:19:01,225 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:01,254 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1683926341243.xml... 2023-05-12T21:19:01,262 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1683926341243.xml... Done. 2023-05-12T21:19:01,262 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:19:01,262 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,262 [Start Level: Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:19:01,264 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:19:01,264 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:19:01,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:19:01,361 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:19:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:19:01,363 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:19:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:19:01,383 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:19:01,383 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:19:01,384 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:19:01,384 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:01,384 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:19:01,416 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,418 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:19:01,419 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,419 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:19:01,419 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:01,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:19:01,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:19:01,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:01,436 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:19:01,437 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:01,437 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:19:01,437 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:01,438 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:19:01,438 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:19:01,438 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:19:01,440 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:19:01,440 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:19:01,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:19:01,441 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:01,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:19:01,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:19:01,442 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:19:01,443 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:19:01,443 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:02,443 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:19:02,449 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:19:02,452 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:19:02,456 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:19:02,457 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:19:02,468 [Framework stop - Equinox Container: c8efed6b-09a1-450c-ae3b-dcc2595326cc] 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-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.2.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.2.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.2.2 [170/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/surefire.properties] 2023-05-12T21:19:06,835 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:19:07,160 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:19:07,170 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-680418 2023-05-12T21:19:07,229 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:19:07,229 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:19:07,229 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:19:07,229 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots 2023-05-12T21:19:07,230 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/tmp 2023-05-12T21:19:07,231 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:19:07,233 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:19:07,261 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:19:07,305 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:19:07,307 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:19:07,420 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:19:07,421 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:07,446 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:19:07,524 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:19:07,532 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:19:07,533 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:07,557 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,558 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,558 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:07,560 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:19:07,561 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:19:07,561 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,562 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:07,562 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,562 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:19:07,563 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:19:07,563 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:19:07,563 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:19:07,564 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:07,564 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,564 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:19:07,565 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:19:07,566 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:19:07,566 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:19:07,567 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:19:07,567 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:07,567 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,567 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:07,568 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:19:07,568 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:19:07,568 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:07,571 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:07,571 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:19:07,571 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:19:07,572 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:19:07,572 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:19:07,572 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:19:07,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:19:07,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:19:07,601 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:19:07,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:19:07,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:19:07,627 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:19:07,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:19:07,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:07,659 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:19:07,659 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:19:07,660 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:07,661 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:19:07,661 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:19:07,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:19:07,661 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:19:07,661 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:07,662 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:19:07,662 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:19:07,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:19:07,664 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:19:07,665 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:19:07,665 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:19:07,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:19:07,666 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:19:07,666 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:07,667 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:19:07,671 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:19:07,671 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:19:07,672 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:19:07,683 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:19:07,683 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:19:07,683 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:07,684 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:19:07,716 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:19:07,717 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:19:07,718 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:19:07,722 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:19:07,723 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:19:07,724 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:19:07,726 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:19:07,727 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:19:07,733 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-12T21:19:07,734 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:07,735 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:07,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:19:07,738 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:19:07,738 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:07,739 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:19:07,754 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:19:07,757 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:19:07,757 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:19:07,758 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:19:07,762 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:19:07,763 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:19:07,764 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:07,764 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:19:07,764 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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 2023-05-12T21:19:07,764 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:19:07,764 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:19:07,765 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:19:07,766 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:19:07,766 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:19:07,767 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:19:07,768 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:19:07,834 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926347825.xml... 2023-05-12T21:19:07,847 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926347825.xml... Done. 2023-05-12T21:19:07,847 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:19:07,848 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:19:07,848 [Start Level: Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:19:07,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:19:07,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:19:07,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:19:07,920 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:19:07,922 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:19:07,923 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:07,923 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:19:07,923 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:19:07,950 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:19:07,952 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:19:07,984 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @3687ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.https.server.manager.test.HttpServiceTest 2023-05-12T21:19:08,232 [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 2023-05-12T21:19:08,250 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:19:08,250 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:19:08,252 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:19:08,351 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@24918601{/,null,AVAILABLE} 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@42ffbf85{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4066ms 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:19:08,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:19:08,387 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:19:08,418 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:19:08,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:19:08,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:19:08,437 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:19:08,438 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:19:08,440 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:19:08,440 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:19:08,440 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:08,440 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:19:08,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:19:08,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:19:08,443 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:19:08,443 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:19:08,443 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:19:08,443 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:19:08,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:19:08,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:19:08,450 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:19:08,450 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:19:08,450 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:19:08,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:19:08,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:19:08,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:19:08,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:19:08,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:19:08,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:19:08,734 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:19:08,736 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:19:08,738 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:19:08,738 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:19:08,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:19:08,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:19:08,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:19:08,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:19:08,820 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:19:08,821 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:19:08,821 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:19:08,821 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:19:08,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:19:08,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:19:08,830 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:19:08,832 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:19:08,832 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:19:08,832 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:19:08,833 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:19:09,269 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:19:09,363 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:19:10,331 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:19:10,331 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:19:10,341 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:19:11,508 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:19:11,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:19:11,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:19:11,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:11,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:19:11,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:19:11,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:19:11,513 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:19:11,515 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:19:11,516 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:19:13,433 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926347825... 2023-05-12T21:19:13,447 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:13,448 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:19:13,449 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:19:13,467 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926353448.xml... 2023-05-12T21:19:13,474 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926353448.xml... Done. 2023-05-12T21:19:13,474 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:13,475 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:13,475 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:19:16,520 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926353448... 2023-05-12T21:19:16,540 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:16,541 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:16,560 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926356542.xml... 2023-05-12T21:19:16,568 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926356542.xml... Done. 2023-05-12T21:19:16,568 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:16,568 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:16,568 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:16,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:16,569 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:19:16,569 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:19:16,573 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@42ffbf85{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:16,573 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:19:16,582 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@24918601{/,null,STOPPED} 2023-05-12T21:19:16,585 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:19:16,587 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:19:16,587 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:19:16,604 [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 2023-05-12T21:19:16,605 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:19:16,605 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:19:16,606 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:19:16,614 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@398735f0{/,null,AVAILABLE} 2023-05-12T21:19:16,615 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@b6df345b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:16,618 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ec7570fd(-1188519152,h=[server cert],a=[],w=[]) for BaseSslContextFactory@56c7bf2f[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:16,618 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@b5681215(1284541677,h=[client ca],a=[],w=[]) for BaseSslContextFactory@56c7bf2f[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:16,672 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ac7b3d2{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:19:16,673 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@94354e87(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@94885ba4[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:16,673 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@71aab877(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@94885ba4[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:16,677 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@7e4519ba{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:19:16,677 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @12381ms 2023-05-12T21:19:16,678 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:16,678 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:19:16,678 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:19:16,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:19:16,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:19:21,680 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926356542... 2023-05-12T21:19:21,697 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:21,699 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:21,700 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:19:21,700 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:19:21,722 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926361699.xml... 2023-05-12T21:19:21,734 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926361699.xml... Done. 2023-05-12T21:19:21,735 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:21,735 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:21,735 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:21,783 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:22,927 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:23,050 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:19:23,054 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:23,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:19:23,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:19:23,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:19:23,095 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:19:23,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:19:23,096 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:23,096 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:19:23,096 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:19:23,097 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@b6df345b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:23,098 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ac7b3d2{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:19:23,099 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@7e4519ba{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:19:23,099 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:19:23,120 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@398735f0{/,null,STOPPED} 2023-05-12T21:19:23,121 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:19:23,122 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:19:23,123 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:19:23,123 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:19:23,125 [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 2023-05-12T21:19:23,126 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:19:23,127 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:19:23,127 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:19:23,133 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-4540b569{/,null,AVAILABLE} 2023-05-12T21:19:23,134 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@548cadab{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:23,134 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @18838ms 2023-05-12T21:19:23,134 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:23,134 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:19:23,134 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:19:23,135 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:19:23,135 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:19:23,135 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:19:28,139 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926361699... 2023-05-12T21:19:28,158 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:28,160 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:28,174 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926368160.xml... 2023-05-12T21:19:28,181 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926368160.xml... Done. 2023-05-12T21:19:28,181 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:28,182 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:28,182 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:28,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:28,182 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:19:28,182 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:19:28,183 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@548cadab{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:28,183 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:19:28,188 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-4540b569{/,null,STOPPED} 2023-05-12T21:19:28,188 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:19:28,189 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:19:28,189 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:19:28,191 [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 2023-05-12T21:19:28,192 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:19:28,192 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:19:28,192 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:28,196 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@69a20ff3{/,null,AVAILABLE} 2023-05-12T21:19:28,197 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@2bace5ed{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:28,197 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @23901ms 2023-05-12T21:19:28,197 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:28,198 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:19:28,198 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:19:28,198 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:19:28,198 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:19:33,200 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926368160... 2023-05-12T21:19:33,213 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:33,214 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:33,215 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:19:33,215 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:19:33,217 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:19:33,222 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:19:33,224 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926373214.xml... 2023-05-12T21:19:33,237 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926373214.xml... Done. 2023-05-12T21:19:33,237 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:33,237 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:33,237 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:34,223 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:19:35,224 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:19:36,225 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:37,226 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:38,227 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:39,229 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:40,230 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:41,231 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:42,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:19:42,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:19:42,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:19:42,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:19:42,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:19:42,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:19:42,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:19:42,240 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:19:42,240 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:19:47,242 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926373214... 2023-05-12T21:19:47,253 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:47,254 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:47,261 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926387254.xml... 2023-05-12T21:19:47,269 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926387254.xml... Done. 2023-05-12T21:19:47,269 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:47,270 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:47,270 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:47,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:47,270 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:19:47,270 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:19:47,271 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@2bace5ed{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:19:47,271 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:19:47,277 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@69a20ff3{/,null,STOPPED} 2023-05-12T21:19:47,278 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:19:47,279 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:19:47,279 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:19:47,281 [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 2023-05-12T21:19:47,282 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:19:47,282 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:19:47,283 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:47,287 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-718571d4{/,null,AVAILABLE} 2023-05-12T21:19:47,288 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@f9c6d525(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d5cfc46c[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:47,288 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@e36eb50d(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d5cfc46c[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:19:47,291 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@1f0ef018{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:19:47,291 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @42995ms 2023-05-12T21:19:47,291 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:19:47,291 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:19:47,291 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:19:47,292 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:19:47,292 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:19:52,294 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926387254... 2023-05-12T21:19:52,306 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:52,308 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:19:52,309 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:19:52,309 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:19:52,312 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:52,317 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926392308.xml... 2023-05-12T21:19:52,328 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926392308.xml... Done. 2023-05-12T21:19:52,328 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:52,329 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:52,329 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:19:53,338 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:19:53,388 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:19:54,389 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:19:55,390 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:19:56,392 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:57,397 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:58,399 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:19:59,400 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:00,402 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:01,402 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:02,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:20:02,405 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:02,405 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:20:02,405 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:20:02,407 [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 2023-05-12T21:20:02,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2023-05-12T21:20:02,407 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:02,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:20:02,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:20:02,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:20:02,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:20:02,411 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:20:02,411 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:20:02,411 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:20:02,411 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:02,412 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:02,412 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:02,413 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@1f0ef018{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:02,413 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:02,417 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-718571d4{/,null,STOPPED} 2023-05-12T21:20:02,418 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:02,419 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:02,419 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:02,419 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:20:02,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 2023-05-12T21:20:02,420 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:02,420 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:02,421 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:02,425 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-69bb647d{/,null,AVAILABLE} 2023-05-12T21:20:02,425 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @58129ms 2023-05-12T21:20:02,425 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:02,426 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:02,426 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:02,426 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:02,426 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:02,426 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:20:02,428 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:20:02,428 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:20:02,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:02,429 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:02,429 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:02,430 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:02,432 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-69bb647d{/,null,STOPPED} 2023-05-12T21:20:02,433 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:02,434 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:02,434 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:02,436 [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 2023-05-12T21:20:02,437 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:02,437 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:02,438 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:02,444 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-7a3b0a51{/,null,AVAILABLE} 2023-05-12T21:20:02,444 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@e1ca37eb(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@aa1c78d1[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:02,445 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@763c210c(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@aa1c78d1[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:02,449 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@3da88615{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:02,449 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @58153ms 2023-05-12T21:20:02,449 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:02,449 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:02,449 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:02,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:02,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:07,451 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926392308... 2023-05-12T21:20:07,460 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:07,462 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:20:07,463 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:20:07,464 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:07,465 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@3da88615{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:07,465 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:07,471 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926407462.xml... 2023-05-12T21:20:07,472 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-7a3b0a51{/,null,STOPPED} 2023-05-12T21:20:07,473 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:07,473 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:07,476 [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 2023-05-12T21:20:07,477 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:07,477 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:07,478 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:07,478 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926407462.xml... Done. 2023-05-12T21:20:07,478 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:07,478 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:07,478 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:07,482 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@40c5620d{/,null,AVAILABLE} 2023-05-12T21:20:07,483 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@4962618b(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d87f5e37[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:07,483 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@8dcef862(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d87f5e37[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:07,488 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@1c2cd0f1{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:07,489 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @63193ms 2023-05-12T21:20:07,489 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:07,489 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:07,489 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:20:07,492 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:08,512 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:09,540 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:10,562 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:11,562 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:12,563 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:13,565 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:20:14,567 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:20:15,568 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:20:16,569 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:17,570 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:18,572 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:20:19,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:20:19,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:19,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:20:19,575 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:20:19,575 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:19,576 [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 2023-05-12T21:20:19,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2023-05-12T21:20:19,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:19,576 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:19,576 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:19,577 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@1c2cd0f1{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:19,577 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:19,579 [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 2023-05-12T21:20:19,581 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:19,581 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:19,582 [main] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:19,583 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@40c5620d{/,null,STOPPED} 2023-05-12T21:20:19,583 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@1ebc1f7e{/,null,AVAILABLE} 2023-05-12T21:20:19,584 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:19,584 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@51f56d51{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-12T21:20:19,585 [main] INFO o.e.j.s.Server - Started @75288ms 2023-05-12T21:20:19,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:20:19,586 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:19,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:20:19,586 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:19,586 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:20:19,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:20:19,587 [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 2023-05-12T21:20:19,589 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:19,589 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:19,589 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:19,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:20:19,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:20:19,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:20:19,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:20:19,597 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@6176f614{/,null,AVAILABLE} 2023-05-12T21:20:19,597 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @75301ms 2023-05-12T21:20:19,598 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:19,598 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:19,598 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:19,599 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:19,599 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:19,599 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:20:19,601 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:20:19,605 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2023-05-12T21:20:19,608 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - certificate DNQ=bar.org, CN=Client CA has no CRL distribution points 2023-05-12T21:20:19,608 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:20:19,609 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:19,609 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:19,610 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:19,610 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:19,614 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6176f614{/,null,STOPPED} 2023-05-12T21:20:19,615 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:19,616 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:19,617 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:19,620 [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 2023-05-12T21:20:19,621 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:19,621 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:19,621 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:19,627 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@18c76430{/,null,AVAILABLE} 2023-05-12T21:20:19,628 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@da5e2e0b(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d4dc08bf[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:19,628 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@fa422206(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@d4dc08bf[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:19,632 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@7d631391{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:19,632 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @75336ms 2023-05-12T21:20:19,632 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:19,633 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:19,633 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:19,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:19,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:24,608 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:24,611 [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/0x000000005c177d30.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) 2023-05-12T21:20:24,611 [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:173) at org.eclipse.kura.core.keystore.crl.CRLManager$$Lambda$190/0x0000000030282540.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/0x000000005c177d30.run(Unknown Source) ... 3 more 2023-05-12T21:20:24,634 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926407462... 2023-05-12T21:20:24,649 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:24,651 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:20:24,653 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:20:24,653 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:20:24,658 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926424652.xml... 2023-05-12T21:20:24,667 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926424652.xml... Done. 2023-05-12T21:20:24,667 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926347825.xml 2023-05-12T21:20:24,667 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:24,668 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:24,668 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:25,613 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:25,617 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:25,622 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:25,624 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@7d631391{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:25,624 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:25,628 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@18c76430{/,null,STOPPED} 2023-05-12T21:20:25,629 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:25,629 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:25,630 [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 2023-05-12T21:20:25,631 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:25,632 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:25,632 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:25,636 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-45cc2a6{/,null,AVAILABLE} 2023-05-12T21:20:25,636 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@c22ff190(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@27f66dc6[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:25,637 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@2fbad9ee(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@27f66dc6[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:25,639 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@5781ec17{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:25,639 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @81343ms 2023-05-12T21:20:25,639 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:25,639 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:26,622 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:26,625 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:26,625 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:27,626 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:27,628 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:27,628 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:28,629 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:28,631 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:28,631 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:29,632 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:29,634 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:29,634 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:30,621 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-12T21:20:30,621 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-12T21:20:30,635 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:30,637 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:30,637 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:31,637 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:31,640 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:31,640 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:32,641 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:32,643 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:32,643 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:33,643 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:33,646 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:33,647 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:34,647 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:34,649 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:34,650 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:35,641 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:35,650 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:35,652 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:35,653 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:36,653 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:36,656 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:36,656 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:36,660 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:37,656 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:37,658 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:37,666 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:37,667 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@5781ec17{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:37,667 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:37,675 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-45cc2a6{/,null,STOPPED} 2023-05-12T21:20:37,676 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:37,676 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:37,678 [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 2023-05-12T21:20:37,679 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:37,679 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:37,680 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:37,685 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@7826b563{/,null,AVAILABLE} 2023-05-12T21:20:37,686 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@e9dd5a50(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@16747508[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:37,686 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@eb0eccdc(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@16747508[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:37,689 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@2e1b6f65{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:37,689 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @93393ms 2023-05-12T21:20:37,689 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:37,690 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:38,666 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:38,668 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:38,668 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:39,668 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:39,671 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:39,671 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:40,671 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:40,674 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:40,674 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:41,674 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:41,676 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:41,676 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:42,666 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-12T21:20:42,667 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-12T21:20:42,677 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:42,679 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:42,679 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:43,680 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:43,682 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:43,682 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:44,683 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:44,685 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:44,685 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:45,686 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:45,688 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:45,688 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:46,689 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:46,690 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:46,690 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:47,691 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:47,691 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:47,693 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:47,694 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:48,694 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:48,696 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:48,696 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:48,714 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:49,697 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:49,699 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:49,699 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:49,733 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:50,700 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-12T21:20:50,702 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-12T21:20:50,702 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-12T21:20:50,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:20:50,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:50,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:20:50,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:20:50,754 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:20:50,754 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:50,754 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@51f56d51{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-12T21:20:50,755 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:50,755 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:50,755 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:50,755 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1ebc1f7e{/,null,STOPPED} 2023-05-12T21:20:50,755 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@2e1b6f65{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:50,755 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:50,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:20:50,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:20:50,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:20:50,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:20:50,760 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7826b563{/,null,STOPPED} 2023-05-12T21:20:50,761 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:50,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:20:50,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:20:50,762 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:20:50,762 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:50,762 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:50,762 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:20:50,763 [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 2023-05-12T21:20:50,764 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:50,764 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:50,764 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:50,770 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@657a1ddf{/,null,AVAILABLE} 2023-05-12T21:20:50,770 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @106474ms 2023-05-12T21:20:50,770 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-12T21:20:50,770 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:50,771 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:50,771 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:50,771 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:50,771 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:20:50,774 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:20:50,774 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:20:50,775 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:50,775 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:20:50,775 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:50,776 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:50,779 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@657a1ddf{/,null,STOPPED} 2023-05-12T21:20:50,779 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:50,780 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:20:50,780 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:50,782 [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 2023-05-12T21:20:50,783 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:50,783 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:50,783 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:50,789 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@47cd721b{/,null,AVAILABLE} 2023-05-12T21:20:50,789 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@51c6e6d5(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@7c551d2c[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:50,789 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@49d7b713(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@7c551d2c[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:50,791 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@bae12b6e{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:50,792 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @106496ms 2023-05-12T21:20:50,792 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:50,792 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:50,792 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:20:50,793 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:20:50,793 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:20:55,794 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926424652... 2023-05-12T21:20:55,804 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:55,806 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:20:55,807 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:20:55,807 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:20:55,808 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@bae12b6e{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:20:55,808 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:20:55,810 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926455806.xml... 2023-05-12T21:20:55,811 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@47cd721b{/,null,STOPPED} 2023-05-12T21:20:55,812 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:20:55,812 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:20:55,814 [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 2023-05-12T21:20:55,815 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:20:55,815 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:20:55,815 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:20:55,820 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@4ada1aab{/,null,AVAILABLE} 2023-05-12T21:20:55,821 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@db5df74(-1188519152,h=[server cert],a=[],w=[]) for BaseSslContextFactory@e22a8803[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:55,821 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@1f815fd3(1284541677,h=[client ca],a=[],w=[]) for BaseSslContextFactory@e22a8803[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:20:55,823 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@c74b4e64{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:20:55,824 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @111528ms 2023-05-12T21:20:55,824 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:20:55,824 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:20:55,824 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:20:55,826 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:20:55,826 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926455806.xml... Done. 2023-05-12T21:20:55,827 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926353448.xml 2023-05-12T21:20:55,827 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:55,828 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:55,828 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:20:55,848 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:56,849 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:57,849 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:20:58,851 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:20:59,855 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:00,856 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:01,858 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:02,858 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:03,859 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:04,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:21:04,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:21:04,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:21:04,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:21:04,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:21:04,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2023-05-12T21:21:04,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-12T21:21:04,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:21:04,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-12T21:21:04,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-12T21:21:04,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-12T21:21:04,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-12T21:21:04,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:04,865 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:21:04,865 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:04,866 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@c74b4e64{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:21:04,866 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:04,871 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4ada1aab{/,null,STOPPED} 2023-05-12T21:21:04,872 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:04,874 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:21:04,874 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:04,874 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:21:04,876 [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 2023-05-12T21:21:04,877 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:04,877 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:04,877 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:04,882 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-12ec51eb{/,null,AVAILABLE} 2023-05-12T21:21:04,882 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @120586ms 2023-05-12T21:21:04,882 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:21:04,882 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:04,882 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:21:04,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:21:04,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:21:04,883 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:21:04,884 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-12T21:21:04,885 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-12T21:21:04,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:04,886 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:21:04,886 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:04,886 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:04,888 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-12ec51eb{/,null,STOPPED} 2023-05-12T21:21:04,889 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:04,889 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:21:04,889 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:04,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 2023-05-12T21:21:04,892 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:04,892 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:04,893 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:21:04,904 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-57d439{/,null,AVAILABLE} 2023-05-12T21:21:04,905 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@dc7c0aa0(-1188519152,h=[server cert],a=[],w=[]) for BaseSslContextFactory@d49365f6[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:21:04,905 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@db34ae03(1284541677,h=[client ca],a=[],w=[]) for BaseSslContextFactory@d49365f6[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:21:04,921 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@2ac73b7e{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:21:04,922 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @120625ms 2023-05-12T21:21:04,922 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-12T21:21:04,922 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:04,922 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:21:04,923 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:21:04,923 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:21:09,924 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926455806... 2023-05-12T21:21:09,932 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:09,934 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:21:09,935 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:21:09,936 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:09,936 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@2ac73b7e{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-12T21:21:09,937 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:09,940 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926469934.xml... 2023-05-12T21:21:09,942 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-57d439{/,null,STOPPED} 2023-05-12T21:21:09,942 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:09,942 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:09,944 [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 2023-05-12T21:21:09,945 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:09,945 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:09,945 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:09,948 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926469934.xml... Done. 2023-05-12T21:21:09,949 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926356542.xml 2023-05-12T21:21:09,949 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:09,949 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:09,949 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:09,950 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-567ea1ab{/,null,AVAILABLE} 2023-05-12T21:21:09,951 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@497762ba(-1188519152,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f338b708[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:21:09,951 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@6b23625a(1284541677,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f338b708[provider=null,keyStore=null,trustStore=null] 2023-05-12T21:21:09,954 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@9db2aefe{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:21:09,954 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @125658ms 2023-05-12T21:21:09,954 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:21:09,955 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:09,955 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:21:09,957 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:09,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-12T21:21:09,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:21:09,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-12T21:21:09,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-12T21:21:09,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-12T21:21:09,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:09,973 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:21:09,973 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:09,974 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@9db2aefe{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-12T21:21:09,974 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:09,978 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-567ea1ab{/,null,STOPPED} 2023-05-12T21:21:09,979 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:09,980 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:21:09,980 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:09,981 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:21:09,982 [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 2023-05-12T21:21:09,982 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:09,983 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:09,983 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-c458ed4{/,null,AVAILABLE} 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @125691ms 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:21:09,987 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:21:09,988 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-12T21:21:14,989 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926469934... 2023-05-12T21:21:15,003 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:15,004 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:21:15,010 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926475005.xml... 2023-05-12T21:21:15,017 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926475005.xml... Done. 2023-05-12T21:21:15,017 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926361699.xml 2023-05-12T21:21:15,017 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:15,017 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:15,018 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:15,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:15,018 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:21:15,018 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:15,018 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:15,021 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-c458ed4{/,null,STOPPED} 2023-05-12T21:21:15,022 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:15,023 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:21:15,023 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:15,023 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2023-05-12T21:21:15,024 [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 2023-05-12T21:21:15,025 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:15,025 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:15,025 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:15,030 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-16e44fee{/,null,AVAILABLE} 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @130735ms 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:21:15,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:21:20,032 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926475005... 2023-05-12T21:21:20,042 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:20,044 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:21:20,046 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:21:20,046 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:21:20,048 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-12T21:21:20,050 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926480045.xml... 2023-05-12T21:21:20,057 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926480045.xml... Done. 2023-05-12T21:21:20,058 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926368160.xml 2023-05-12T21:21:20,058 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:20,058 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:20,058 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:21,049 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-12T21:21:22,050 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-12T21:21:23,052 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:24,053 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:25,054 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:31,057 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926480045... 2023-05-12T21:21:31,064 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:31,066 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:21:31,067 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:21:31,067 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:31,067 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:31,071 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-16e44fee{/,null,STOPPED} 2023-05-12T21:21:31,072 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:31,072 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:31,072 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926491066.xml... 2023-05-12T21:21:31,073 [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 2023-05-12T21:21:31,074 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:31,074 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:31,074 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:21:31,078 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-73500081{/,null,AVAILABLE} 2023-05-12T21:21:31,079 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926491066.xml... Done. 2023-05-12T21:21:31,079 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@83747f03{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:21:31,079 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926373214.xml 2023-05-12T21:21:31,080 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:31,080 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@27959131{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2023-05-12T21:21:31,080 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:31,080 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:31,080 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@3c6313f2{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2023-05-12T21:21:31,080 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @146784ms 2023-05-12T21:21:31,080 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-12T21:21:31,081 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:31,081 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:21:31,082 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:21:31,085 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8081/ 2023-05-12T21:21:31,087 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8082/ 2023-05-12T21:21:36,091 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926491066... 2023-05-12T21:21:36,096 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:36,098 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2023-05-12T21:21:36,099 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-12T21:21:36,100 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:36,101 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@83747f03{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:21:36,101 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@27959131{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2023-05-12T21:21:36,102 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@3c6313f2{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2023-05-12T21:21:36,103 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:36,104 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926496099.xml... 2023-05-12T21:21:36,109 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-73500081{/,null,STOPPED} 2023-05-12T21:21:36,110 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:36,110 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:21:36,111 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926496099.xml... Done. 2023-05-12T21:21:36,111 [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 2023-05-12T21:21:36,111 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1683926387254.xml 2023-05-12T21:21:36,111 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:36,112 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:36,112 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:36,112 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:21:36,112 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:21:36,112 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:21:36,116 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-5d1610a3{/,null,AVAILABLE} 2023-05-12T21:21:36,116 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @151820ms 2023-05-12T21:21:36,117 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-12T21:21:36,117 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:21:36,117 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-12T21:21:36,118 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:37,118 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:38,119 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-12T21:21:39,121 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:21:40,122 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:21:41,123 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-12T21:21:42,124 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:21:43,125 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:21:44,126 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-12T21:21:45,128 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:46,129 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-12T21:21:47,130 [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.104 s - in org.eclipse.kura.https.server.manager.test.HttpServiceTest shouldSupportAllAuthMethods(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 11.597 s shouldOpenHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 19.135 s shouldSupportHttpsClientAuth(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 20.175 s shouldSupportRevocationCheckWithNoSources(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.169 s shouldSupportRevocation(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 31.18 s shouldSupportHttps(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 14.106 s shouldRejectClientConnectionWithNoCert(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.11 s shouldNotSupportHttpsWithoutKeystore(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 16.083 s shouldOpenMultipleHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.034 s shouldNotOpenAnyPortWithDefaultConfig(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.043 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:21:48,190 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:21:48,190 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:21:48,190 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:21:48,190 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:21:48,191 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:21:48,191 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:48,191 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:21:48,193 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:21:48,193 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:21:48,193 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:21:48,194 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:48,195 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:21:48,196 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:21:48,196 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:21:48,196 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:21:48,196 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:48,196 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:21:48,196 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:21:48,196 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:21:48,197 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:21:48,197 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:21:48,197 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:21:48,197 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:21:48,198 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:21:48,198 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:21:48,198 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:21:48,200 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:21:48,200 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:21:48,214 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:21:48,215 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:21:48,215 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:21:48,215 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:21:48,215 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:21:48,217 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:21:48,218 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:21:48,221 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:21:48,221 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:21:48,223 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:21:48,226 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:21:48,227 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:21:48,227 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:21:48,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:21:49,227 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:21:49,230 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:21:49,233 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:21:49,234 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:21:49,234 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:21:49,234 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:21:49,238 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-5d1610a3{/,null,STOPPED} 2023-05-12T21:21:49,239 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:21:49,241 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:21:49,242 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:21:49,248 [Framework stop - Equinox Container: a5d054fd-2134-4861-aab2-169fe66057b5] 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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.2.2/org.eclipse.kura.http.server.manager.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.2.2/org.eclipse.kura.http.server.manager.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.2.2/org.eclipse.kura.http.server.manager.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.2.2/org.eclipse.kura.http.server.manager.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.2.2/org.eclipse.kura.http.server.manager.test-5.2.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.2.2 [171/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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: 0.941 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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/surefire.properties] 2023-05-12T21:21:55,378 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:21:55,672 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2023-05-12T21:21:55,718 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:55,720 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:55,725 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,730 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,734 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,739 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,743 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,748 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,752 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,757 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,761 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,766 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,770 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,774 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,776 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:55,778 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:55,782 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:55,784 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:55,785 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,787 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,789 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,790 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,792 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,793 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,795 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,796 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,798 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,799 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,801 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,802 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,804 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,805 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,807 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,808 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,810 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,834 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:55,833 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:55,863 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:21:55,865 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:21:55,867 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:21:55,868 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:21:55,870 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:21:55,872 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:21:55,874 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:21:55,875 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:21:55,877 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:21:55,878 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:21:55,880 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:21:55,882 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:21:55,884 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:21:55,886 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:21:55,888 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:21:55,889 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:21:55,891 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:21:55,892 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:55,894 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:55,899 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,903 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,908 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,920 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,925 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,929 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,933 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,938 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,942 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,947 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,952 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,956 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:55,957 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:55,959 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:55,961 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:55,962 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:55,964 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,966 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,967 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,969 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,970 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,972 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,973 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,975 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,976 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,978 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,979 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,981 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,982 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,984 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,986 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,987 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,989 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:55,990 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:55,990 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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) 2023-05-12T21:21:55,993 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:21:55,994 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:21:55,996 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:21:55,998 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:21:55,999 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:21:56,001 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:21:56,002 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:21:56,004 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:21:56,006 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:21:56,007 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:21:56,009 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:21:56,010 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:21:56,012 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:21:56,013 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:21:56,015 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:21:56,016 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:21:56,018 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:21:56,020 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:56,021 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:56,025 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,030 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,035 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,039 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,044 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,048 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,053 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,058 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,062 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,066 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,070 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,075 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,077 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:56,079 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:56,080 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,082 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,084 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,085 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,087 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,089 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,090 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,092 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,094 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,096 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,097 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,099 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,100 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,102 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,103 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,105 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,107 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,108 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,110 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,110 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:56,110 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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) 2023-05-12T21:21:56,115 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:21:56,116 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:21:56,118 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:21:56,120 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:21:56,121 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:21:56,123 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:21:56,125 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:21:56,127 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:21:56,128 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:21:56,130 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:21:56,131 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:21:56,133 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:21:56,134 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:21:56,136 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:21:56,137 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:21:56,139 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:21:56,141 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:21:56,142 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:56,144 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:56,148 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,152 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,156 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,160 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,165 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,169 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,174 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,179 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,183 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,188 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,192 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,196 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,198 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:56,200 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:56,201 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,203 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,205 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,206 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,208 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,209 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,211 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,212 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,214 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,215 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,217 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,218 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,220 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,222 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,223 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,225 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,226 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,228 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,229 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,230 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:56,229 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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) 2023-05-12T21:21:56,231 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2023-05-12T21:21:56,258 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... 2023-05-12T21:21:56,258 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2023-05-12T21:21:56,261 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:21:56,263 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:21:56,265 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:21:56,267 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:21:56,269 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:21:56,270 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:21:56,272 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:21:56,274 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:21:56,276 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:21:56,278 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:21:56,280 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:21:56,282 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:21:56,284 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:21:56,286 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:21:56,287 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:21:56,289 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:21:56,291 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:21:56,293 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:56,294 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:56,314 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,319 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,324 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,329 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,334 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,338 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,343 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,347 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,352 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,357 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,362 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,366 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:56,368 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:56,370 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:56,371 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,373 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:56,375 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,377 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,378 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,380 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,381 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,383 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,385 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,386 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,388 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,390 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,391 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,393 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,395 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,396 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,398 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,400 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,401 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:56,402 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:56,402 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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) 2023-05-12T21:21:56,403 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2023-05-12T21:21:56,403 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... Done. 2023-05-12T21:21:56,473 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:21:56,483 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-530366 2023-05-12T21:21:56,616 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:21:56,616 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:21:56,616 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:21:56,616 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:21:56,616 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/tmp 2023-05-12T21:21:56,617 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:21:56,620 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:21:56,658 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:21:56,746 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:21:56,748 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:21:56,942 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-12T21:21:56,943 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.... 2023-05-12T21:21:56,943 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator....Done 2023-05-12T21:21:56,943 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:21:56,947 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:21:56,950 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:21:57,072 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:21:57,085 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:21:57,085 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:21:57,131 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,132 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... 2023-05-12T21:21:57,132 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2023-05-12T21:21:57,132 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,132 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:21:57,135 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-12T21:21:57,138 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-12T21:21:57,139 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:21:57,139 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:21:57,140 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-12T21:21:57,141 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,141 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:21:57,141 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,141 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:21:57,142 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-12T21:21:57,143 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:21:57,143 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:21:57,144 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:21:57,144 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-12T21:21:57,145 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:57,145 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,145 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:57,146 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:21:57,147 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:21:57,148 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-12T21:21:57,148 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:21:57,149 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:21:57,149 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:21:57,150 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:57,150 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,150 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:57,150 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-12T21:21:57,151 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:21:57,151 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:21:57,151 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:57,152 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-12T21:21:57,154 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-12T21:21:57,156 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-12T21:21:57,157 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:21:57,157 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:21:57,158 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:21:57,158 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-12T21:21:57,159 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:21:57,159 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:21:57,159 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:21:57,160 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-12T21:21:57,162 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-12T21:21:57,164 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-12T21:21:57,166 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-12T21:21:57,168 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-12T21:21:57,214 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-12T21:21:57,216 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-12T21:21:57,222 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,228 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,234 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,239 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,245 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,250 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,255 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,260 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,265 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,316 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,322 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,327 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-12T21:21:57,329 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-12T21:21:57,331 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-12T21:21:57,333 [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 2023-05-12T21:21:57,334 [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 2023-05-12T21:21:57,336 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,338 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,340 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:21:57,340 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,342 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:21:57,342 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,343 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:21:57,343 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:21:57,343 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:21:57,344 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:21:57,344 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,345 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:21:57,345 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:21:57,345 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:21:57,346 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:57,346 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,348 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,348 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:21:57,350 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,351 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,352 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:21:57,352 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:21:57,353 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,353 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:21:57,355 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,357 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,359 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,361 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,362 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,364 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,366 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-12T21:21:57,367 [ConfigurationListener Event Queue] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-12T21:21:57,366 [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) 2023-05-12T21:21:57,370 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:21:57,414 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2023-05-12T21:21:57,414 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:21:57,414 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... Done. 2023-05-12T21:21:57,415 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:21:57,416 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:21:57,419 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:21:57,420 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:21:57,421 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:21:57,426 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:21:57,426 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:21:57,427 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:21:57,430 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:21:57,431 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:21:57,438 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:21:57,438 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:21:57,439 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:21:57,446 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:21:57,446 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:21:57,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:21:57,456 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:21:57,459 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:21:57,459 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:21:57,460 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:21:57,465 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:21:57,467 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:21:57,468 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,468 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:21:57,468 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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 2023-05-12T21:21:57,468 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,468 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:21:57,469 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:21:57,469 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:21:57,469 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:21:57,470 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,470 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:21:57,470 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:21:57,471 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:21:57,472 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:21:57,532 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_1683926517523.xml... 2023-05-12T21:21:57,535 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_1683926517523.xml... Done. 2023-05-12T21:21:57,536 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:21:57,536 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,536 [Start Level: Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:21:57,536 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:21:57,536 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:57,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:21:57,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:21:57,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:21:57,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:21:57,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:21:57,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:21:57,539 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:21:57,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:21:57,682 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator 2023-05-12T21:21:57,714 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... 2023-05-12T21:21:57,714 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... Done. 2023-05-12T21:21:57,716 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-12T21:21:57,716 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2023-05-12T21:21:57,717 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2023-05-12T21:21:57,718 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,721 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:21:57,721 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,722 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:21:57,722 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:21:57,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:21:57,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:21:57,723 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:21:57,724 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:21:57,724 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:21:57,724 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:21:57,724 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:21:57,726 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:21:57,733 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:21:57,734 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:21:57,734 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:21:57,737 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:21:57,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:21:57,740 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:21:57,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:21:57,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:21:58,735 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:21:58,738 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:21:58,740 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:21:58,742 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:21:58,744 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:21:58,757 [Framework stop - Equinox Container: a9d85b49-1020-41e2-a490-58c92a87e21e] 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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.net' with 58 classes [INFO] Analyzed bundle 'org.eclipse.kura.net.admin' with 109 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.2.2/org.eclipse.kura.network.threat.manager.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.2.2/org.eclipse.kura.network.threat.manager.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.2.2/org.eclipse.kura.network.threat.manager.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.2.2/org.eclipse.kura.network.threat.manager.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.2.2/org.eclipse.kura.network.threat.manager.test-5.2.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.2.2 [172/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/surefire.properties] 2023-05-12T21:22:03,397 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:22:03,734 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:22:03,745 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-799157 2023-05-12T21:22:03,802 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/tmp 2023-05-12T21:22:03,803 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:22:03,815 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:22:03,840 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:22:03,887 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:22:03,889 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:22:04,004 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:22:04,004 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:04,034 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:22:04,118 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:22:04,132 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:22:04,132 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:04,159 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,159 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,160 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:04,162 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:22:04,162 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:22:04,163 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,163 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:04,163 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,163 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:22:04,165 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:22:04,165 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:22:04,165 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:22:04,166 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:04,166 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,166 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:22:04,167 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:22:04,168 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:22:04,168 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:22:04,168 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:22:04,169 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:04,169 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,169 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:04,169 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:22:04,170 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:22:04,170 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:04,173 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:22:04,173 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:22:04,173 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:22:04,174 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:22:04,174 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:22:04,174 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:22:04,218 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:22:04,218 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:22:04,226 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:22:04,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:22:04,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:22:04,244 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:22:04,248 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-12T21:22:04,250 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:04,251 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:04,268 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:22:04,269 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:04,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:04,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:22:04,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:22:04,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:22:04,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:22:04,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:22:04,272 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:22:04,316 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:22:04,316 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:04,317 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:04,317 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:22:04,318 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:22:04,318 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:04,319 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:04,319 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:22:04,319 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:22:04,319 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:04,320 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:04,324 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:22:04,324 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:22:04,325 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:22:04,334 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:22:04,339 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:22:04,339 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:22:04,339 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:22:04,340 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:22:04,343 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:22:04,343 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:22:04,344 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:22:04,349 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-12T21:22:04,349 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:22:04,350 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:22:04,354 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:22:04,354 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:22:04,355 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:22:04,358 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:22:04,359 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:22:04,362 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:22:04,362 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:04,363 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:04,380 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:22:04,381 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:22:04,381 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:22:04,381 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:22:04,381 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:22:04,381 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:22:04,416 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:22:04,416 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:22:04,419 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:22:04,422 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:22:04,424 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:22:04,424 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:04,424 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:22:04,425 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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 2023-05-12T21:22:04,425 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:22:04,425 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:22:04,426 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:22:04,427 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:04,427 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:22:04,427 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:22:04,428 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:04,453 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926524443.xml... 2023-05-12T21:22:04,459 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926524443.xml... Done. 2023-05-12T21:22:04,460 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:22:04,460 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:22:04,460 [Start Level: Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:22:04,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:22:04,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:22:04,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:22:04,521 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:22:04,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:04,524 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:04,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:04,525 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:04,550 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:22:04,551 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... Running org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest 2023-05-12T21:22:04,617 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @3824ms to org.eclipse.jetty.util.log.Slf4jLog 2023-05-12T21:22:04,660 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-12T21:22:04,783 [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 2023-05-12T21:22:04,806 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:22:04,806 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:22:04,808 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:22:04,879 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-68d8456d{/,null,AVAILABLE} 2023-05-12T21:22:04,890 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@dbb882af{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:22:04,890 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4098ms 2023-05-12T21:22:04,891 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:22:04,891 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:22:04,891 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:22:04,891 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:22:04,891 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:22:04,923 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:22:04,934 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:22:04,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:22:04,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:22:04,959 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:22:04,960 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:22:04,962 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:22:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:04,963 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:04,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:04,990 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-12T21:22:04,990 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-12T21:22:04,996 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:22:04,996 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:22:04,996 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:22:04,997 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:22:04,997 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:22:04,998 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:22:04,998 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:04,998 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:04,998 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:04,999 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:05,000 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:22:05,001 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:22:05,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:22:05,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:22:05,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:22:05,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:22:05,169 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:22:05,171 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:22:05,173 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:22:05,173 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:22:05,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:22:05,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:22:05,175 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:22:05,192 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:22:05,193 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:22:05,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:22:05,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:22:05,242 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:22:05,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:22:05,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:22:05,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:22:05,243 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:22:05,243 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:22:05,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:22:05,254 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:22:05,254 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:22:05,254 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:22:05,255 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:22:05,626 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:22:05,661 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:05,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:22:06,644 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:22:06,644 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:22:06,651 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:22:06,661 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:07,662 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:08,662 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:09,663 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:09,950 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926524443... 2023-05-12T21:22:09,965 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:09,968 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:09,970 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:09,988 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926529968.xml... 2023-05-12T21:22:09,995 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926529968.xml... Done. 2023-05-12T21:22:09,995 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:09,995 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:09,995 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:10,664 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:11,665 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:12,666 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:13,666 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:22:19,801 [qtp-1443462220-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,814 [qtp-1443462220-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 2023-05-12T21:22:19,845 [qtp-1443462220-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/boo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,850 [qtp-1443462220-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 2023-05-12T21:22:19,870 [qtp-1443462220-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,871 [qtp-1443462220-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 2023-05-12T21:22:19,878 [qtp-1443462220-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,880 [qtp-1443462220-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 2023-05-12T21:22:19,887 [qtp-1443462220-90] INFO AuditLogger - {rest.method=POST, rest.path=tamper/v1/pid/moo/_reset, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,888 [qtp-1443462220-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 2023-05-12T21:22:19,915 [qtp-1443462220-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,916 [qtp-1443462220-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 2023-05-12T21:22:19,937 [qtp-1443462220-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,938 [qtp-1443462220-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 2023-05-12T21:22:19,952 [qtp-1443462220-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,953 [qtp-1443462220-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 2023-05-12T21:22:19,968 [qtp-1443462220-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,968 [qtp-1443462220-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 2023-05-12T21:22:19,973 [qtp-1443462220-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:22:19,974 [qtp-1443462220-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 2023-05-12T21:22:19,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926529968... 2023-05-12T21:22:20,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:20,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:22:20,022 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:22:20,022 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:20,023 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:20,023 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:20,023 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:20,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540020.xml... 2023-05-12T21:22:20,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540020.xml... Done. 2023-05-12T21:22:20,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:20,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:20,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:20,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926540020... 2023-05-12T21:22:20,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:20,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-12T21:22:20,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540070.xml... 2023-05-12T21:22:20,091 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:22:20,091 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-12T21:22:20,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540070.xml... Done. 2023-05-12T21:22:20,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:20,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:20,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:20,144 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@cad850c2 2023-05-12T21:22:20,145 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-12T21:22:20,539 [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 2023-05-12T21:22:20,540 [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 2023-05-12T21:22:20,573 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-12T21:22:20,574 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-12T21:22:20,588 [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) 2023-05-12T21:22:20,599 [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 2023-05-12T21:22:20,622 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-12T21:22:20,623 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-12T21:22:20,674 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-12T21:22:20,678 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-12T21:22:20,737 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-12T21:22:20,738 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-12T21:22:20,900 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-12T21:22:20,914 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-12T21:22:20,914 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=144ce002-f10b-11ed-ac66-0a580a281a31] 2023-05-12T21:22:20,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926540070... 2023-05-12T21:22:20,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:20,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:22:20,930 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:22:20,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540929.xml... 2023-05-12T21:22:20,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540929.xml... Done. 2023-05-12T21:22:20,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:20,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:20,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:20,954 [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 2023-05-12T21:22:20,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-12T21:22:20,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:20,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-12T21:22:20,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-12T21:22:20,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-12T21:22:20,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:22:20,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926540929... 2023-05-12T21:22:20,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-12T21:22:20,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540971.xml... 2023-05-12T21:22:20,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683926540971.xml... Done. 2023-05-12T21:22:20,983 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:22:20,983 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-12T21:22:20,985 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:22:20,986 [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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/paho-persistence 2023-05-12T21:22:21,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:22:21,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:22:21,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:22:21,024 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:22:21,025 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:22:21,026 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-12T21:22:21,026 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:22:21,026 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:22:21,026 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:22:21,026 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:22:21,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:22:21,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:22:21,407 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:22:21,407 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:22:21,408 [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. 2023-05-12T21:22:21,408 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:22:21,465 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:22:21,477 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:22:21,483 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2023-05-12T21:22:21,489 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-12T21:22:21,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:22:21,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:22:21,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:22:21,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:22:21,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:22:21,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-12T21:22:21,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:22:21,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-12T21:22:21,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:22:21,523 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:22:21,523 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:22:21,523 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:22:21,828 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:22:21,828 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:22:21,828 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:22:21,828 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:22:21,844 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2023-05-12T21:22:21,850 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-12T21:22:21,887 [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 2023-05-12T21:22:21,888 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/343991541, priority: 1 2023-05-12T21:22:21,895 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/343991541, priority: 1 2023-05-12T21:22:21,898 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/343991541 with QoS: 0 2023-05-12T21:22:21,901 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/343991541 2023-05-12T21:22:21,923 [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 2023-05-12T21:22:21,926 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/boo 2023-05-12T21:22:21,927 [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) 2023-05-12T21:22:21,928 [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 2023-05-12T21:22:21,928 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1318888824, priority: 1 2023-05-12T21:22:21,934 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1318888824, priority: 1 2023-05-12T21:22:21,939 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1318888824 with QoS: 0 2023-05-12T21:22:21,943 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1318888824 2023-05-12T21:22:21,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2023-05-12T21:22:21,957 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-12T21:22:21,958 [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 2023-05-12T21:22:21,958 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1701692566, priority: 1 2023-05-12T21:22:21,964 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1701692566, priority: 1 2023-05-12T21:22:21,968 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1701692566 with QoS: 0 2023-05-12T21:22:21,972 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1701692566 2023-05-12T21:22:21,976 [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 2023-05-12T21:22:22,015 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-12T21:22:22,016 [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 2023-05-12T21:22:22,016 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1982626754, priority: 1 2023-05-12T21:22:22,022 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1982626754, priority: 1 2023-05-12T21:22:22,027 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1982626754 with QoS: 0 2023-05-12T21:22:22,031 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1982626754 2023-05-12T21:22:22,032 [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 2023-05-12T21:22:22,035 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/EXEC/pid/moo/_reset 2023-05-12T21:22:22,036 [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 2023-05-12T21:22:22,036 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-64590484, priority: 1 2023-05-12T21:22:22,042 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-64590484, priority: 1 2023-05-12T21:22:22,047 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-64590484 with QoS: 0 2023-05-12T21:22:22,050 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-64590484 2023-05-12T21:22:22,051 [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 2023-05-12T21:22:22,053 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-12T21:22:22,055 [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 2023-05-12T21:22:22,055 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/97400165, priority: 1 2023-05-12T21:22:22,060 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/97400165, priority: 1 2023-05-12T21:22:22,063 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/97400165 with QoS: 0 2023-05-12T21:22:22,065 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/97400165 2023-05-12T21:22:22,116 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2023-05-12T21:22:22,118 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-12T21:22:22,119 [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 2023-05-12T21:22:22,119 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-203751899, priority: 1 2023-05-12T21:22:22,127 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-203751899, priority: 1 2023-05-12T21:22:22,130 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-203751899 with QoS: 0 2023-05-12T21:22:22,133 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-203751899 2023-05-12T21:22:22,144 [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 2023-05-12T21:22:22,146 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-12T21:22:22,148 [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 2023-05-12T21:22:22,148 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/273748293, priority: 1 2023-05-12T21:22:22,156 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/273748293, priority: 1 2023-05-12T21:22:22,160 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/273748293 with QoS: 0 2023-05-12T21:22:22,162 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/273748293 2023-05-12T21:22:22,172 [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 2023-05-12T21:22:22,175 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-12T21:22:22,177 [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 2023-05-12T21:22:22,177 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/387797789, priority: 1 2023-05-12T21:22:22,182 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/387797789, priority: 1 2023-05-12T21:22:22,184 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/387797789 with QoS: 0 2023-05-12T21:22:22,187 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/387797789 2023-05-12T21:22:22,217 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2023-05-12T21:22:22,220 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-12T21:22:22,221 [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 2023-05-12T21:22:22,222 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/824703445, priority: 1 2023-05-12T21:22:22,229 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/824703445, priority: 1 2023-05-12T21:22:22,232 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/824703445 with QoS: 0 2023-05-12T21:22:22,235 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/824703445 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.671 s - in org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest shouldProvideTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.161 s shouldReportNotFound[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.024 s shouldSupportTrackingByServicePid[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.015 s shouldSupportTamperStatusReset[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.045 s shouldProvideMultipleTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.024 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.016 s shouldSupportListingTamperDetectionServices[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.004 s shouldProvideTamperDetectionServiceInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.07 s shouldReportNotFound[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.04 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.093 s shouldProvideMultipleTamperDetectionServiceInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.068 s shouldReportTamperStatusInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.028 s shouldReportTamperStatusInfoTimestamp[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.052 s shouldSupportListingTamperDetectionServices[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.019 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:22:22,291 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@cad850c2 2023-05-12T21:22:22,292 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-12T21:22:22,296 [MQTT Rec: observer] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:22:22,326 [MQTT Rec: test] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:22:22,327 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-12T21:22:22,327 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:22:22,333 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [144ce002-f10b-11ed-ac66-0a580a281a31] stopped, uptime 1.751 seconds 2023-05-12T21:22:22,335 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:22:22,336 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:22:22,339 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,339 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,339 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,340 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,340 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,340 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:22:22,341 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:22,341 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:22:22,345 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:22:22,346 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:22:22,346 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:22:22,348 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:22,351 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:22:22,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:22:22,352 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:22,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:22:22,352 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:22:22,352 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:22:22,353 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:22,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:22:22,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:22:22,355 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:22,355 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:22,355 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:22,355 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:22,355 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:22,356 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:22:22,356 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:22:22,359 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:22:22,359 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:22:22,361 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:22:22,362 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:22,362 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:22:22,362 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:22:22,363 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:22:22,364 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:22,364 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:22:22,365 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:22,365 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:22:22,365 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:22:22,365 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:22:22,366 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:22:22,366 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:22:22,366 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:22:22,367 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-12T21:22:22,371 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:22:22,372 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:22:22,374 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:22:22,377 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:22:22,378 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:22:22,378 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:22,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:22:23,378 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:22:23,382 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:22:23,384 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:22:23,385 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:22:23,385 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:22:23,391 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@dbb882af{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:22:23,391 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:22:23,400 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-68d8456d{/,null,STOPPED} 2023-05-12T21:22:23,403 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:22:23,407 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:22:23,408 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:22:23,418 [Framework stop - Equinox Container: 32d31497-cce9-49ee-aac1-a2802bbc2678] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.2.2/org.eclipse.kura.core.tamper.detection.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.2.2/org.eclipse.kura.core.tamper.detection.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.2.2/org.eclipse.kura.core.tamper.detection.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.2.2/org.eclipse.kura.core.tamper.detection.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.2.2/org.eclipse.kura.core.tamper.detection.test-5.2.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.2.2 [173/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/surefire.properties] 2023-05-12T21:22:27,729 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:22:28,045 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:22:28,057 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-047286 2023-05-12T21:22:28,117 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:22:28,117 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:22:28,117 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:22:28,117 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/tmp 2023-05-12T21:22:28,118 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:22:28,120 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:22:28,149 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:22:28,222 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:22:28,224 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:22:28,340 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:22:28,340 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:28,366 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:22:28,450 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:22:28,463 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:22:28,463 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:28,487 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,488 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,488 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:28,490 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:22:28,491 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:22:28,491 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,492 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:28,492 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,492 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:22:28,493 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:22:28,493 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:22:28,493 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:22:28,494 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:28,494 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,494 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:22:28,495 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:22:28,496 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:22:28,496 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:22:28,496 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:22:28,497 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:28,497 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,497 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:28,498 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:22:28,498 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:22:28,498 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:28,501 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:22:28,502 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:22:28,502 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:22:28,502 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:22:28,503 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:22:28,503 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:22:28,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:22:28,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:22:28,539 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:22:28,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:22:28,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:22:28,554 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:22:28,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:22:28,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:28,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:22:28,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:22:28,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:22:28,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:22:28,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:22:28,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:22:28,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:22:28,617 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:22:28,618 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:28,620 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:22:28,620 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:22:28,620 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:22:28,621 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:28,622 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:22:28,622 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:22:28,622 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:22:28,622 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:28,623 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:22:28,627 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:22:28,627 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:22:28,628 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:22:28,640 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:22:28,640 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:22:28,641 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:22:28,642 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:22:28,647 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:22:28,647 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:22:28,648 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:22:28,653 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:22:28,653 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:22:28,654 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:22:28,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:22:28,657 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:22:28,658 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:22:28,661 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:22:28,662 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:28,663 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:28,715 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:22:28,716 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:22:28,716 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:22:28,716 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:22:28,716 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:22:28,716 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:22:28,718 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:22:28,719 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:22:28,719 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:22:28,725 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:22:28,727 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:22:28,727 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:28,728 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:22:28,728 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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 2023-05-12T21:22:28,728 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:22:28,728 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:22:28,729 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:22:28,730 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:22:28,730 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:22:28,730 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:22:28,731 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:22:28,756 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926548744.xml... 2023-05-12T21:22:28,759 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926548744.xml... Done. 2023-05-12T21:22:28,760 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:22:28,760 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:22:28,760 [Start Level: Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:22:28,777 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:22:28,777 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:22:28,821 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:22:28,835 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:22:28,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:28,839 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:28,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:28,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:28,869 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:22:28,880 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:22:28,922 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:22:28,922 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:22:28,931 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:22:28,932 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:22:28,935 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:22:28,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:28,936 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:28,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:28,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:28,945 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:22:28,945 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:22:28,946 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:22:28,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:22:28,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:22:28,947 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:22:28,947 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:22:28,948 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:22:28,948 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:22:28,948 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:22:28,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:22:28,950 [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.useradmin.store.test.RoleRepositoryStoreTest 2023-05-12T21:22:28,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:22:28,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:22:28,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:22:28,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:22:29,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:22:29,142 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:22:29,144 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:22:29,146 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:22:29,146 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:22:29,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:22:29,147 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:22:29,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:22:29,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:22:29,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:22:29,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:22:29,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:22:29,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:22:29,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:22:29,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:22:29,188 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:22:29,189 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:22:29,189 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:22:29,189 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:22:29,190 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:22:29,442 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:22:29,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:22:30,459 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:22:30,459 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:22:30,465 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:22:33,925 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926548744... 2023-05-12T21:22:33,939 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:33,941 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:33,942 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:33,963 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926553941.xml... 2023-05-12T21:22:33,975 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926553941.xml... Done. 2023-05-12T21:22:33,975 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:33,975 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:33,975 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:38,947 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926553941... 2023-05-12T21:22:38,964 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:38,966 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:38,967 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:38,985 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926558966.xml... 2023-05-12T21:22:38,993 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926558966.xml... Done. 2023-05-12T21:22:38,994 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:38,994 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:38,994 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:43,971 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926558966... 2023-05-12T21:22:43,987 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:43,989 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:43,990 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:43,991 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:44,008 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926563990.xml... 2023-05-12T21:22:44,016 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926563990.xml... Done. 2023-05-12T21:22:44,016 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:44,017 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:44,017 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:48,994 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926563990... 2023-05-12T21:22:49,008 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:49,010 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:49,011 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:49,012 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:49,026 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926569010.xml... 2023-05-12T21:22:49,035 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926569010.xml... Done. 2023-05-12T21:22:49,036 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:49,036 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:49,036 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:54,016 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926569010... 2023-05-12T21:22:54,028 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:54,029 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:54,031 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:54,040 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926574030.xml... 2023-05-12T21:22:54,048 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926574030.xml... Done. 2023-05-12T21:22:54,049 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:54,049 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:54,049 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:59,034 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926574030... 2023-05-12T21:22:59,044 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:59,046 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:22:59,047 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:22:59,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:59,059 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926579046.xml... 2023-05-12T21:22:59,071 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926579046.xml... Done. 2023-05-12T21:22:59,071 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:59,071 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:22:59,071 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:04,051 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926579046... 2023-05-12T21:23:04,060 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:04,062 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:04,063 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:04,064 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:04,070 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926584062.xml... 2023-05-12T21:23:04,078 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926584062.xml... Done. 2023-05-12T21:23:04,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:04,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:04,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:09,068 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926584062... 2023-05-12T21:23:09,075 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:09,076 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:09,078 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:09,084 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926589077.xml... 2023-05-12T21:23:09,092 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926589077.xml... Done. 2023-05-12T21:23:09,093 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:09,093 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:09,093 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:14,081 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926589077... 2023-05-12T21:23:14,088 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:14,090 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:14,091 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:14,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:14,097 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926594090.xml... 2023-05-12T21:23:14,105 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926594090.xml... Done. 2023-05-12T21:23:14,106 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926548744.xml 2023-05-12T21:23:14,106 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:14,106 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:14,106 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:19,094 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926594090... 2023-05-12T21:23:19,101 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:19,103 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:19,104 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:19,105 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:19,109 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926599103.xml... 2023-05-12T21:23:19,119 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926599103.xml... Done. 2023-05-12T21:23:19,120 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926553941.xml 2023-05-12T21:23:19,120 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:19,120 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:19,120 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:24,107 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926599103... 2023-05-12T21:23:24,114 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:24,116 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:24,117 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:24,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:24,126 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926604116.xml... 2023-05-12T21:23:24,133 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926604116.xml... Done. 2023-05-12T21:23:24,133 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926558966.xml 2023-05-12T21:23:24,134 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:24,134 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:24,134 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:29,121 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926604116... 2023-05-12T21:23:29,128 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:29,130 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:29,131 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:29,132 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:29,136 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926609130.xml... 2023-05-12T21:23:29,144 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926609130.xml... Done. 2023-05-12T21:23:29,144 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926563990.xml 2023-05-12T21:23:29,144 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:29,145 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:29,145 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:34,134 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926609130... 2023-05-12T21:23:34,140 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:34,142 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:34,143 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:34,144 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:34,148 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926614142.xml... 2023-05-12T21:23:34,156 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926614142.xml... Done. 2023-05-12T21:23:34,157 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926569010.xml 2023-05-12T21:23:34,157 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:34,158 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:34,158 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:39,146 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926614142... 2023-05-12T21:23:39,153 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:39,154 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:39,155 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:39,160 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926619155.xml... 2023-05-12T21:23:39,169 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926619155.xml... Done. 2023-05-12T21:23:39,169 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926574030.xml 2023-05-12T21:23:39,169 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:39,169 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:39,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:44,159 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926619155... 2023-05-12T21:23:44,166 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:44,167 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:44,168 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:44,169 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:44,174 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926624167.xml... 2023-05-12T21:23:44,179 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926624167.xml... Done. 2023-05-12T21:23:44,179 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926579046.xml 2023-05-12T21:23:44,179 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:44,180 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:44,180 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:49,171 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926624167... 2023-05-12T21:23:49,178 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:49,179 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:49,181 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:49,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:49,186 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926629179.xml... 2023-05-12T21:23:49,194 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926629179.xml... Done. 2023-05-12T21:23:49,194 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926584062.xml 2023-05-12T21:23:49,195 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:49,195 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:49,195 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:54,184 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926629179... 2023-05-12T21:23:54,191 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:54,192 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:54,193 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:54,197 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926634192.xml... 2023-05-12T21:23:54,204 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926634192.xml... Done. 2023-05-12T21:23:54,205 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926589077.xml 2023-05-12T21:23:54,205 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:54,205 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:54,205 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:59,196 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926634192... 2023-05-12T21:23:59,200 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:59,201 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:23:59,202 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:23:59,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:59,206 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926639202.xml... 2023-05-12T21:23:59,214 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926639202.xml... Done. 2023-05-12T21:23:59,214 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926594090.xml 2023-05-12T21:23:59,214 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:59,214 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:23:59,215 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:04,205 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926639202... 2023-05-12T21:24:04,210 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:04,211 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:04,212 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:04,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:04,215 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926644211.xml... 2023-05-12T21:24:04,223 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926644211.xml... Done. 2023-05-12T21:24:04,223 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926599103.xml 2023-05-12T21:24:04,223 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:04,223 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:04,224 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:09,215 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926644211... 2023-05-12T21:24:09,219 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:09,221 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:09,222 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:09,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:09,225 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926649221.xml... 2023-05-12T21:24:09,229 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926649221.xml... Done. 2023-05-12T21:24:09,229 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926604116.xml 2023-05-12T21:24:09,229 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:09,229 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:09,230 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:14,224 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926649221... 2023-05-12T21:24:14,228 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:14,229 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:14,230 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:14,231 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:14,233 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926654229.xml... 2023-05-12T21:24:14,237 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926654229.xml... Done. 2023-05-12T21:24:14,237 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926609130.xml 2023-05-12T21:24:14,238 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:14,238 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:14,238 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:19,233 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926654229... 2023-05-12T21:24:19,241 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:19,243 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:19,244 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:19,247 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926659243.xml... 2023-05-12T21:24:19,254 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926659243.xml... Done. 2023-05-12T21:24:19,255 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926614142.xml 2023-05-12T21:24:19,255 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:19,255 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:19,255 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:24,246 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926659243... 2023-05-12T21:24:24,251 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:24,252 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:24,253 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:24,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:24,256 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926664252.xml... 2023-05-12T21:24:24,264 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926664252.xml... Done. 2023-05-12T21:24:24,265 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926619155.xml 2023-05-12T21:24:24,265 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:24,265 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:24,265 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:29,256 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926664252... 2023-05-12T21:24:29,261 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:29,262 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:29,263 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:29,266 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926669262.xml... 2023-05-12T21:24:29,275 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926669262.xml... Done. 2023-05-12T21:24:29,275 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926624167.xml 2023-05-12T21:24:29,275 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:29,275 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:29,275 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:34,265 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926669262... 2023-05-12T21:24:34,269 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:34,271 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:34,272 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:34,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:34,275 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926674271.xml... 2023-05-12T21:24:34,283 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926674271.xml... Done. 2023-05-12T21:24:34,283 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926629179.xml 2023-05-12T21:24:34,283 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:34,283 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:34,284 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:39,275 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926674271... 2023-05-12T21:24:39,279 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:39,280 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:39,281 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:39,284 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926679280.xml... 2023-05-12T21:24:39,293 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926679280.xml... Done. 2023-05-12T21:24:39,293 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926634192.xml 2023-05-12T21:24:39,293 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:39,293 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:39,293 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:44,284 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926679280... 2023-05-12T21:24:44,289 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:44,290 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:44,291 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:44,292 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:44,296 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926684290.xml... 2023-05-12T21:24:44,306 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926684290.xml... Done. 2023-05-12T21:24:44,307 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926639202.xml 2023-05-12T21:24:44,307 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:44,307 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:44,307 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:49,294 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926684290... 2023-05-12T21:24:49,298 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:49,300 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:49,301 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:49,303 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:49,307 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926689300.xml... 2023-05-12T21:24:49,316 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926689300.xml... Done. 2023-05-12T21:24:49,316 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926644211.xml 2023-05-12T21:24:49,316 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:49,316 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:49,317 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:54,306 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926689300... 2023-05-12T21:24:54,311 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:54,312 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:54,313 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:54,314 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:54,316 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926694312.xml... 2023-05-12T21:24:54,323 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926694312.xml... Done. 2023-05-12T21:24:54,324 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926649221.xml 2023-05-12T21:24:54,324 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:54,324 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:54,324 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,316 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926694312... 2023-05-12T21:24:59,321 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,322 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:24:59,323 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:24:59,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,326 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926699322.xml... 2023-05-12T21:24:59,338 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926699322.xml... Done. 2023-05-12T21:24:59,339 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683926654229.xml 2023-05-12T21:24:59,339 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,339 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,339 [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.373 s - in org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest shouldSerializeRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.045 s shouldSupportRemovingBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.034 s shouldSupportRemovingRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.027 s shouldHaveDefaultConfig(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 0 s shouldSerializeRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.025 s shouldCreateEmptyUser(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.026 s shouldSupportRemovingRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.037 s shouldSupportBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.009 s shouldSupportRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.009 s shouldSupportRemovingRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.041 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:24:59,380 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:24:59,381 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:24:59,381 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:24:59,381 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:24:59,382 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:24:59,382 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:24:59,383 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:24:59,386 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:24:59,386 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:24:59,386 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:24:59,388 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:24:59,391 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:24:59,392 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:24:59,392 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:24:59,392 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:24:59,392 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:24:59,392 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:24:59,414 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:24:59,414 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:24:59,415 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:24:59,416 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:24:59,416 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:24:59,416 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:24:59,416 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:24:59,417 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:24:59,417 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:24:59,419 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:24:59,419 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:24:59,420 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:24:59,421 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:24:59,421 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:24:59,421 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:24:59,421 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:24:59,423 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:24:59,423 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:24:59,423 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:24:59,423 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:24:59,424 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:24:59,424 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:24:59,424 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:24:59,424 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:24:59,428 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:24:59,429 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:24:59,431 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:24:59,433 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:24:59,434 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:24:59,434 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:24:59,616 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:25:00,434 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:25:00,437 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:25:00,439 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:25:00,440 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:25:00,441 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:25:00,449 [Framework stop - Equinox Container: ab84ac26-c153-491d-a11d-3b9575df1160] 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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.2.2/org.eclipse.kura.useradmin.store.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.2.2/org.eclipse.kura.useradmin.store.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.2.2/org.eclipse.kura.useradmin.store.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.2.2/org.eclipse.kura.useradmin.store.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.2.2/org.eclipse.kura.useradmin.store.test-5.2.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.2.2 [174/185] [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.2.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-2-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-2-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-2-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-2-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 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/src/test/java/org/eclipse/kura/core/keystore/request/handler/test/KeystoreServiceRequestHandlerTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/src/test/java/org/eclipse/kura/core/keystore/request/handler/test/KeystoreServiceRequestHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/src/test/java/org/eclipse/kura/core/keystore/request/handler/test/KeystoreServiceRequestHandlerTest.java: Recompile with -Xlint:deprecation for details. [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-2-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.FilesystemKeystoreServiceOptionsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.kura.core.keystore.FilesystemKeystoreServiceOptionsTest [INFO] Running org.eclipse.kura.core.keystore.request.handler.test.KeystoreServiceRequestHandlerTest 21:25:04.004 [main] ERROR org.eclipse.kura.core.keystore.request.handler.KeystoreServiceRequestHandlerV1 - Resource not found 21:25:04.013 [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.36 s - in org.eclipse.kura.core.keystore.request.handler.test.KeystoreServiceRequestHandlerTest [INFO] Running org.eclipse.kura.core.keystore.util.test.KeystoreRemoteServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kura.core.keystore.util.test.KeystoreRemoteServiceTest [INFO] Running org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest 21:25:04.719 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Unable to load and store the keystore java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreation(FilesystemKeystoreServiceImplTest.java:154) [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.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] 21:25:04.725 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Keystore file creation failed java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) ~[org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreation(FilesystemKeystoreServiceImplTest.java:154) [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.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] 21:25:04.760 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Unable to load and store the keystore java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreationWithUpdate(FilesystemKeystoreServiceImplTest.java:172) [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.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] 21:25:04.761 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Keystore file creation failed java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) ~[org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreationWithUpdate(FilesystemKeystoreServiceImplTest.java:172) [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.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] 21:25:04.762 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Unable to load and store the keystore java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.updateKeystorePath(FilesystemKeystoreServiceImpl.java:215) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.updated(FilesystemKeystoreServiceImpl.java:120) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreationWithUpdate(FilesystemKeystoreServiceImplTest.java:176) [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.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] 21:25:04.764 [main] ERROR org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl - Keystore file creation failed java.lang.IllegalArgumentException: password can't be null at sun.security.provider.JavaKeyStore.engineStore(JavaKeyStore.java:540) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$JKS.engineStore(JavaKeyStore.java:57) ~[?:1.8.0_292] at sun.security.provider.KeyStoreDelegator.engineStore(KeyStoreDelegator.java:195) ~[?:1.8.0_292] at sun.security.provider.JavaKeyStore$DualFormatJKS.engineStore(JavaKeyStore.java:71) ~[?:1.8.0_292] at java.security.KeyStore.store(KeyStore.java:1377) ~[?:1.8.0_292] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:202) ~[org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.updateKeystorePath(FilesystemKeystoreServiceImpl.java:215) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.updated(FilesystemKeystoreServiceImpl.java:120) [org.eclipse.kura.core.keystore-1.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest.testCheckKeystoreFileCreationWithUpdate(FilesystemKeystoreServiceImplTest.java:176) [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.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: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s - in org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest [INFO] Running org.eclipse.kura.core.keystore.crl.test.FilesystemKeystoreServiceImplCrlTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.287 s - in org.eclipse.kura.core.keystore.crl.test.FilesystemKeystoreServiceImplCrlTest [INFO] Running org.eclipse.kura.core.keystore.rest.provider.test.KeystoreRestServiceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kura.core.keystore.rest.provider.test.KeystoreRestServiceTest [INFO] Running org.eclipse.kura.cor.keystore.util.CertificateUtilTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.kura.cor.keystore.util.CertificateUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 88, 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.2.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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/surefire.properties] 2023-05-12T21:26:43,362 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:26:43,670 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:26:43,680 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-798108 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura 2023-05-12T21:26:43,745 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:26:43,746 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:26:43,746 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots 2023-05-12T21:26:43,746 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/tmp 2023-05-12T21:26:43,746 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:26:43,748 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:26:43,775 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:26:43,837 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:26:43,838 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:26:43,962 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:26:43,963 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:43,993 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:26:44,080 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:26:44,089 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:26:44,089 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:44,115 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,116 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,116 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:44,122 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:26:44,122 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:26:44,123 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,123 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:44,123 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,123 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:26:44,124 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:26:44,124 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:26:44,124 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:26:44,125 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,125 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,126 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,126 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:26:44,126 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:26:44,127 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,127 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:26:44,127 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:26:44,127 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:26:44,128 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:26:44,128 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:26:44,128 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:26:44,129 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,129 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,129 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,130 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:26:44,130 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:26:44,130 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,133 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:26:44,133 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:26:44,133 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:26:44,134 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:26:44,134 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:26:44,134 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:26:44,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:26:44,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:26:44,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:26:44,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:26:44,216 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:26:44,217 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:26:44,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:26:44,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,245 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,245 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:26:44,245 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:26:44,246 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:44,247 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:44,247 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:26:44,249 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:26:44,249 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:26:44,249 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:26:44,249 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:44,252 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:44,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:26:44,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:26:44,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:26:44,253 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:26:44,253 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:26:44,254 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,255 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,259 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:26:44,259 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:26:44,260 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:26:44,270 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:26:44,271 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:26:44,271 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:26:44,272 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:26:44,275 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:26:44,275 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:26:44,276 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:26:44,314 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:26:44,315 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:26:44,316 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:26:44,318 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:26:44,319 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:26:44,322 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:26:44,323 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:44,323 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:44,328 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:26:44,341 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:26:44,344 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:26:44,344 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:26:44,345 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:26:44,348 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:26:44,350 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:26:44,350 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,350 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:26:44,350 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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 2023-05-12T21:26:44,351 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,351 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:26:44,352 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:26:44,353 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,353 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:26:44,353 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:26:44,354 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:44,378 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_1683926804368.xml... 2023-05-12T21:26:44,382 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_1683926804368.xml... Done. 2023-05-12T21:26:44,414 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:26:44,414 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,414 [Start Level: Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:26:44,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:26:44,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:26:44,478 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:26:44,535 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:26:44,538 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:44,538 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:44,538 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:44,538 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:26:44,565 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:44,565 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:44,565 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:44,566 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:44,566 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:26:44,568 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,568 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:26:44,571 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:26:44,572 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,572 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:26:44,572 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:44,577 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:26:44,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:26:44,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:26:44,618 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:44,618 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:26:44,619 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:26:44,619 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:26:44,620 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:26:44,621 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:26:44,621 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:44,622 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:44,622 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:44,622 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:26:44,623 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:26:44,625 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:26:44,626 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:26:44,626 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:45,627 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:26:45,630 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:26:45,632 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:26:45,636 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:26:45,637 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:26:45,644 [Framework stop - Equinox Container: 01ba0043-e2d7-47fd-ac99-ebc6c82f6fb8] 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.2.2/org.eclipse.kura.core.keystore.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.2.2/org.eclipse.kura.core.keystore.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.2.2/org.eclipse.kura.core.keystore.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.2.2/org.eclipse.kura.core.keystore.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.2.2/org.eclipse.kura.core.keystore.test-5.2.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.2.2 [175/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 21:26:48.673 [main] ERROR org.eclipse.kura.log.filesystem.provider.KuraLogLineParser - Error parsing Kura log timestamp. java.text.ParseException: Unparseable date: "14:01:17.971" at java.text.DateFormat.parse(DateFormat.java:366) ~[?:1.8.0_292] at org.eclipse.kura.log.filesystem.provider.KuraLogLineParser.parseStringToEpoch(KuraLogLineParser.java:113) [org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.log.filesystem.provider.KuraLogLineParser.parseKuraLog(KuraLogLineParser.java:78) [org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.log.filesystem.provider.KuraLogLineParser.createLogEntry(KuraLogLineParser.java:60) [org.eclipse.kura.log.filesystem.provider-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest.whenParseLogLine(KuraLogLineParserTest.java:161) [test-classes/:?] at org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest.shouldParseExceptionsCorrectly(KuraLogLineParserTest.java:95) [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.865 s - in org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest [INFO] Running org.eclipse.kura.log.filesystem.provider.FilesystemLogProviderTest 21:26:48.790 [Thread-5] ERROR org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider - File '/tmp/kuratesterror1795553420185536149.log' not found. 21:26:50.639 [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: 3.77 s - in org.eclipse.kura.log.filesystem.provider.FilesystemLogProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, 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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/surefire.properties] 2023-05-12T21:26:55,167 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:26:55,490 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:26:55,515 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-509781 2023-05-12T21:26:55,575 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:26:55,576 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:26:55,577 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots 2023-05-12T21:26:55,577 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/tmp 2023-05-12T21:26:55,577 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:26:55,579 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:26:55,605 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:26:55,664 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:26:55,666 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:26:55,777 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:26:55,777 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:55,802 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:26:55,889 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:26:55,901 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:26:55,901 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:55,929 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,929 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,930 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:55,932 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:26:55,933 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:26:55,934 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,934 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:55,934 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,934 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:26:55,935 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:26:55,935 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:26:55,935 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:26:55,936 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:55,936 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,936 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:55,937 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:26:55,937 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:26:55,937 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:55,939 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:26:55,940 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:26:55,940 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:26:55,941 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:26:55,941 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:26:55,941 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:26:55,941 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:55,941 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:55,942 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:55,942 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:26:55,942 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:26:55,943 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:55,947 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:26:55,947 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:26:55,947 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:26:55,948 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:26:55,948 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:26:55,948 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:26:55,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:26:55,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:26:55,973 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:26:56,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:26:56,017 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:26:56,018 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:26:56,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:26:56,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:56,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:56,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:26:56,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:26:56,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:26:56,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:26:56,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:26:56,054 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:26:56,054 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:26:56,054 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:56,056 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:56,057 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:26:56,057 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:26:56,057 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:56,058 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:26:56,058 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:26:56,058 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:26:56,058 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:56,059 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:56,064 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:26:56,064 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:26:56,065 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:26:56,080 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:26:56,080 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:26:56,080 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:26:56,081 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:26:56,117 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:26:56,118 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:26:56,118 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:26:56,123 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:26:56,124 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:26:56,125 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:26:56,127 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:26:56,127 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:26:56,128 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:26:56,132 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:26:56,132 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:56,133 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:56,147 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:26:56,147 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:26:56,147 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:26:56,147 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:26:56,147 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:26:56,148 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:26:56,150 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:26:56,150 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:26:56,151 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:26:56,154 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:26:56,158 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:26:56,159 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,159 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:26:56,159 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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 2023-05-12T21:26:56,159 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,159 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:26:56,160 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:26:56,161 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,161 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:26:56,162 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:26:56,163 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:26:56,226 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_1683926816214.xml... 2023-05-12T21:26:56,233 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_1683926816214.xml... Done. 2023-05-12T21:26:56,233 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:26:56,234 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,234 [Start Level: Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:26:56,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:26:56,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:26:56,250 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:26:56,266 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:26:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:56,269 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:56,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:26:56,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider ... 2023-05-12T21:26:56,342 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:26:56,350 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:26:56,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:26:56,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:26:56,365 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:56,365 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:56,365 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:26:56,366 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:26:56,366 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:26:56,369 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,371 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:26:56,372 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,372 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:26:56,372 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:26:56,372 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:26:56,373 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:26:56,375 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:26:56,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:56,376 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:56,377 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:56,377 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:26:56,377 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:56,377 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:56,378 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:56,378 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:26:56,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:26:56,378 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:26:56,380 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:26:56,380 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:26:56,380 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:26:56,381 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:26:56,382 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:26:56,382 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:26:56,382 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:26:56,382 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:26:56,414 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:26:56,414 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:26:56,416 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:26:56,417 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:26:56,417 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:26:56,417 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:26:56,418 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:26:56,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:26:56,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:26:56,418 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:56,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:26:56,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:26:56,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:26:56,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:26:56,420 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:26:56,421 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:26:56,421 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:26:57,421 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:26:57,425 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:26:57,427 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:26:57,429 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:26:57,430 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:26:57,440 [Framework stop - Equinox Container: 331c16e1-ffa3-4bd0-a7ea-d1f233f87ccc] 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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.2.2/org.eclipse.kura.log.filesystem.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.2.2/org.eclipse.kura.log.filesystem.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.2.2/org.eclipse.kura.log.filesystem.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.2.2/org.eclipse.kura.log.filesystem.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.2.2/org.eclipse.kura.log.filesystem.provider.test-5.2.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.2.2 [176/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/surefire.properties] 2023-05-12T21:27:01,331 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:27:01,658 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:27:01,668 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-969204 2023-05-12T21:27:01,732 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:27:01,732 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots 2023-05-12T21:27:01,733 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/tmp 2023-05-12T21:27:01,734 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:27:01,736 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:27:01,764 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:27:01,824 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:27:01,826 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:01,942 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:27:01,942 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:01,972 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:27:02,071 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:27:02,084 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:27:02,084 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:02,110 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,111 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,111 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:02,113 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:27:02,113 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:27:02,114 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,114 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:02,114 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,114 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:27:02,115 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:27:02,116 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:27:02,116 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:27:02,116 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:02,116 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,117 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:02,117 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:27:02,117 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:27:02,117 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:02,117 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:27:02,118 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:27:02,118 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:27:02,118 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:27:02,119 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:27:02,119 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:27:02,119 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:02,119 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,119 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:02,120 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:27:02,120 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:27:02,120 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:02,124 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:27:02,124 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:27:02,124 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:27:02,125 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:27:02,125 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:27:02,125 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:27:02,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:27:02,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:27:02,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:02,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:27:02,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:27:02,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:27:02,180 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-12T21:27:02,182 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:02,183 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:02,226 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:27:02,227 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:02,228 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:02,228 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:27:02,228 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:27:02,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:27:02,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:27:02,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:02,231 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:02,241 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:27:02,241 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:02,243 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:02,243 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:27:02,243 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:27:02,243 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:02,244 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:02,244 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:27:02,244 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:27:02,244 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:02,245 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:02,249 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:27:02,249 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:02,250 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:02,262 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:27:02,262 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:27:02,262 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:27:02,263 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:27:02,266 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:27:02,267 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:02,267 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:02,269 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:27:02,275 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:27:02,275 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:27:02,276 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:27:02,279 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:27:02,280 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:27:02,317 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-12T21:27:02,317 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:02,318 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:02,322 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:27:02,322 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:02,323 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:02,338 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:27:02,338 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:27:02,338 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:27:02,338 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:27:02,338 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:27:02,339 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:27:02,341 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:27:02,341 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:02,342 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:02,346 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:27:02,349 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:27:02,350 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:02,350 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:27:02,350 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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 2023-05-12T21:27:02,350 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:02,350 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:27:02,351 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:27:02,352 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:02,352 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:27:02,353 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:02,354 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:02,380 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926822368.xml... 2023-05-12T21:27:02,420 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926822368.xml... Done. 2023-05-12T21:27:02,421 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:02,421 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:27:02,421 [Start Level: Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:27:02,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:27:02,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:27:02,433 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:02,448 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:27:02,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:02,450 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:02,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:02,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:02,529 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:27:02,530 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:27:02,574 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @3830ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest 2023-05-12T21:27:02,838 [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 2023-05-12T21:27:02,858 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:27:02,858 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:27:02,860 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:27:02,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:27:02,919 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-12T21:27:02,961 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-4f71df2b{/,null,AVAILABLE} 2023-05-12T21:27:02,975 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@91c54715{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:27:02,975 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4232ms 2023-05-12T21:27:02,975 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-12T21:27:02,975 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:27:02,976 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:27:02,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:27:02,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:27:02,999 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:27:03,007 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:27:03,013 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:27:03,013 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:27:03,025 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:27:03,026 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:27:03,028 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:27:03,029 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:03,029 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:03,029 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:03,029 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:03,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-12T21:27:03,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-12T21:27:03,056 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:27:03,056 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:27:03,056 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:27:03,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:27:03,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:27:03,058 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:03,058 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:03,058 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:03,058 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:03,058 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:03,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:27:03,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:27:03,070 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:27:03,072 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:27:03,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:27:03,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:27:03,219 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:27:03,221 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:27:03,222 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:27:03,222 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:27:03,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:27:03,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:27:03,224 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-12T21:27:03,246 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-12T21:27:03,247 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-12T21:27:03,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:27:03,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:03,287 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:03,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:03,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:03,314 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:27:03,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:27:03,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:27:03,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:27:03,322 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:27:03,322 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:27:03,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:27:03,323 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:27:03,657 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:27:03,724 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:27:03,920 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:04,677 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:27:04,677 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:27:04,683 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:27:04,920 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:05,921 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:06,922 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:07,923 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:08,735 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926822368... 2023-05-12T21:27:08,747 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:08,748 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:27:08,750 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:27:08,767 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926828748.xml... 2023-05-12T21:27:08,774 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926828748.xml... Done. 2023-05-12T21:27:08,774 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:08,774 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:08,774 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:08,923 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:09,924 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:10,925 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:11,925 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:17,983 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,005 [qtp1987582891-92] 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 2023-05-12T21:27:18,023 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,025 [qtp1987582891-96] 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 2023-05-12T21:27:18,040 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,042 [qtp1987582891-92] 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 2023-05-12T21:27:18,047 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,048 [qtp1987582891-96] 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 2023-05-12T21:27:18,053 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,056 [qtp1987582891-92] 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 2023-05-12T21:27:18,059 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,060 [qtp1987582891-96] 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 2023-05-12T21:27:18,064 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,064 [qtp1987582891-92] 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 2023-05-12T21:27:18,068 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,068 [qtp1987582891-96] 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 2023-05-12T21:27:18,071 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,073 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,076 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,076 [qtp1987582891-96] 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 2023-05-12T21:27:18,081 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,081 [qtp1987582891-92] 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 2023-05-12T21:27:18,086 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,087 [qtp1987582891-96] 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 2023-05-12T21:27:18,090 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,091 [qtp1987582891-92] 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 2023-05-12T21:27:18,094 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,095 [qtp1987582891-96] 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 2023-05-12T21:27:18,102 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,104 [qtp1987582891-92] 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 2023-05-12T21:27:18,109 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,110 [qtp1987582891-96] 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 2023-05-12T21:27:18,116 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,117 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,122 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,124 [qtp1987582891-96] WARN AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:18,129 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,131 [qtp1987582891-92] 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 2023-05-12T21:27:18,136 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,136 [qtp1987582891-96] 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 2023-05-12T21:27:18,140 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,141 [qtp1987582891-92] 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 2023-05-12T21:27:18,144 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,145 [qtp1987582891-96] 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 2023-05-12T21:27:18,151 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,152 [qtp1987582891-92] 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 2023-05-12T21:27:18,157 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,158 [qtp1987582891-96] 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 2023-05-12T21:27:18,162 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,162 [qtp1987582891-92] 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 2023-05-12T21:27:18,165 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,167 [qtp1987582891-96] 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 2023-05-12T21:27:18,172 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,172 [qtp1987582891-92] 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 2023-05-12T21:27:18,178 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,178 [qtp1987582891-96] 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 2023-05-12T21:27:18,182 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,182 [qtp1987582891-92] 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 2023-05-12T21:27:18,186 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,186 [qtp1987582891-96] 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 2023-05-12T21:27:18,193 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,195 [qtp1987582891-92] 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 2023-05-12T21:27:18,200 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,201 [qtp1987582891-96] 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 2023-05-12T21:27:18,208 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,208 [qtp1987582891-92] 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 2023-05-12T21:27:18,212 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,213 [qtp1987582891-96] 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 2023-05-12T21:27:18,217 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,219 [qtp1987582891-92] 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 2023-05-12T21:27:18,225 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,225 [qtp1987582891-96] 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 2023-05-12T21:27:18,230 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,230 [qtp1987582891-92] 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 2023-05-12T21:27:18,233 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,234 [qtp1987582891-96] 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 2023-05-12T21:27:18,238 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,239 [qtp1987582891-92] 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 2023-05-12T21:27:18,244 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,244 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,249 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,249 [qtp1987582891-92] 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 2023-05-12T21:27:18,254 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,254 [qtp1987582891-96] 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 2023-05-12T21:27:18,258 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,259 [qtp1987582891-92] 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 2023-05-12T21:27:18,262 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,263 [qtp1987582891-96] 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 2023-05-12T21:27:18,266 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,267 [qtp1987582891-92] 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 2023-05-12T21:27:18,273 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,274 [qtp1987582891-96] 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 2023-05-12T21:27:18,278 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,279 [qtp1987582891-92] 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 2023-05-12T21:27:18,282 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,283 [qtp1987582891-96] 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:406) 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$146/0x00000000b000dcb0.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) 2023-05-12T21:27:18,283 [qtp1987582891-96] 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 2023-05-12T21:27:18,286 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,287 [qtp1987582891-92] 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 2023-05-12T21:27:18,292 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,293 [qtp1987582891-96] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:18,297 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,298 [qtp1987582891-92] 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 2023-05-12T21:27:18,302 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,303 [qtp1987582891-96] 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 2023-05-12T21:27:18,306 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,307 [qtp1987582891-92] 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 2023-05-12T21:27:18,314 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,316 [qtp1987582891-96] 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 2023-05-12T21:27:18,321 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,323 [qtp1987582891-92] 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 2023-05-12T21:27:18,328 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,328 [qtp1987582891-96] 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 2023-05-12T21:27:18,332 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,333 [qtp1987582891-92] 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 2023-05-12T21:27:18,337 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,338 [qtp1987582891-96] 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 2023-05-12T21:27:18,344 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,345 [qtp1987582891-92] 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 2023-05-12T21:27:18,349 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,349 [qtp1987582891-96] 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 2023-05-12T21:27:18,353 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,354 [qtp1987582891-92] 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 2023-05-12T21:27:18,359 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,360 [qtp1987582891-96] WARN AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:18,366 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,367 [qtp1987582891-92] 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 2023-05-12T21:27:18,370 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,372 [qtp1987582891-96] 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 2023-05-12T21:27:18,375 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,375 [qtp1987582891-92] 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 2023-05-12T21:27:18,379 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,381 [qtp1987582891-96] 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 2023-05-12T21:27:18,386 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,387 [qtp1987582891-92] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:18,390 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,391 [qtp1987582891-96] 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 2023-05-12T21:27:18,394 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,395 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,399 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,400 [qtp1987582891-96] 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 2023-05-12T21:27:18,405 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,407 [qtp1987582891-92] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:18,412 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,413 [qtp1987582891-96] 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 2023-05-12T21:27:18,418 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,419 [qtp1987582891-92] 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 2023-05-12T21:27:18,422 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,422 [qtp1987582891-96] 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 2023-05-12T21:27:18,427 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,428 [qtp1987582891-92] 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 2023-05-12T21:27:18,434 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,436 [qtp1987582891-96] 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 2023-05-12T21:27:18,440 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,441 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,444 [qtp1987582891-96] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,445 [qtp1987582891-96] 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 2023-05-12T21:27:18,449 [qtp1987582891-92] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,450 [qtp1987582891-92] 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 2023-05-12T21:27:18,456 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,456 [qtp1987582891-96] 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 2023-05-12T21:27:18,462 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,464 [qtp1987582891-92] 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 2023-05-12T21:27:18,469 [qtp1987582891-96] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,470 [qtp1987582891-96] 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 2023-05-12T21:27:18,473 [qtp1987582891-92] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,473 [qtp1987582891-92] 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 2023-05-12T21:27:18,477 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,478 [qtp1987582891-96] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:18,483 [qtp1987582891-92] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:18,484 [qtp1987582891-92] 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 2023-05-12T21:27:18,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926828748... 2023-05-12T21:27:18,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:18,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:27:18,518 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:18,518 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:18,519 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:18,519 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:18,519 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:18,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926838517.xml... 2023-05-12T21:27:18,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926838517.xml... Done. 2023-05-12T21:27:18,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:18,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:18,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:18,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926838517... 2023-05-12T21:27:18,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:18,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-12T21:27:18,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926838561.xml... 2023-05-12T21:27:18,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926838561.xml... Done. 2023-05-12T21:27:18,586 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:27:18,586 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-12T21:27:18,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:18,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:18,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:18,631 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@d6f9bdb1 2023-05-12T21:27:18,632 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-12T21:27:18,960 [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 2023-05-12T21:27:18,961 [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 2023-05-12T21:27:18,994 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-12T21:27:18,994 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-12T21:27:19,009 [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) 2023-05-12T21:27:19,020 [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 2023-05-12T21:27:19,038 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-12T21:27:19,039 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-12T21:27:19,078 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-12T21:27:19,082 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-12T21:27:19,125 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-12T21:27:19,126 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-12T21:27:19,263 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-12T21:27:19,263 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-12T21:27:19,264 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=c62c4e8c-f10b-11ed-9e65-0a580a281a31] 2023-05-12T21:27:19,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926838561... 2023-05-12T21:27:19,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:19,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:27:19,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:19,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926839278.xml... 2023-05-12T21:27:19,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926839278.xml... Done. 2023-05-12T21:27:19,300 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:19,300 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:19,301 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:19,301 [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 2023-05-12T21:27:19,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-12T21:27:19,302 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:19,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-12T21:27:19,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-12T21:27:19,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-12T21:27:19,306 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:19,307 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926839278... 2023-05-12T21:27:19,308 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-12T21:27:19,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926839319.xml... 2023-05-12T21:27:19,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683926839319.xml... Done. 2023-05-12T21:27:19,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:19,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-12T21:27:19,335 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:27:19,336 [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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/paho-persistence 2023-05-12T21:27:19,352 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:19,352 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:27:19,352 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:27:19,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:27:19,354 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:27:19,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:27:19,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:19,739 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:19,739 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:27:19,739 [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. 2023-05-12T21:27:19,739 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:27:19,797 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:27:19,807 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:27:19,812 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2023-05-12T21:27:19,816 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-12T21:27:19,851 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:27:19,851 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:27:19,852 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:19,852 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:27:19,852 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:27:19,852 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-12T21:27:19,852 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:27:19,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:27:19,854 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:27:20,158 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:27:20,158 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:20,158 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:27:20,158 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:27:20,165 [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 2023-05-12T21:27:20,173 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,209 [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 2023-05-12T21:27:20,209 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/584944030, priority: 1 2023-05-12T21:27:20,216 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/584944030, priority: 1 2023-05-12T21:27:20,219 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/584944030 with QoS: 0 2023-05-12T21:27:20,222 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/584944030 2023-05-12T21:27:20,224 [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 2023-05-12T21:27:20,228 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:20,230 [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 2023-05-12T21:27:20,231 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/553282109, priority: 1 2023-05-12T21:27:20,240 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/553282109, priority: 1 2023-05-12T21:27:20,243 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/553282109 with QoS: 0 2023-05-12T21:27:20,245 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/553282109 2023-05-12T21:27:20,248 [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 2023-05-12T21:27:20,251 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,255 [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 2023-05-12T21:27:20,255 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1683049663, priority: 1 2023-05-12T21:27:20,259 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1683049663, priority: 1 2023-05-12T21:27:20,262 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1683049663 with QoS: 0 2023-05-12T21:27:20,265 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1683049663 2023-05-12T21:27:20,268 [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 2023-05-12T21:27:20,272 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,273 [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 2023-05-12T21:27:20,273 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-18733553, priority: 1 2023-05-12T21:27:20,280 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-18733553, priority: 1 2023-05-12T21:27:20,283 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-18733553 with QoS: 0 2023-05-12T21:27:20,318 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-18733553 2023-05-12T21:27:20,322 [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 2023-05-12T21:27:20,326 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback 2023-05-12T21:27:20,327 [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 2023-05-12T21:27:20,328 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1938319113, priority: 1 2023-05-12T21:27:20,334 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1938319113, priority: 1 2023-05-12T21:27:20,337 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1938319113 with QoS: 0 2023-05-12T21:27:20,340 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1938319113 2023-05-12T21:27:20,342 [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 2023-05-12T21:27:20,345 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27: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=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:20,346 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1630494075, priority: 1 2023-05-12T21:27:20,351 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1630494075, priority: 1 2023-05-12T21:27:20,355 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1630494075 with QoS: 0 2023-05-12T21:27:20,357 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1630494075 2023-05-12T21:27:20,359 [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 2023-05-12T21:27:20,362 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,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=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:20,363 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2062037391, priority: 1 2023-05-12T21:27:20,368 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2062037391, priority: 1 2023-05-12T21:27:20,371 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2062037391 with QoS: 0 2023-05-12T21:27:20,375 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2062037391 2023-05-12T21:27:20,377 [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 2023-05-12T21:27:20,414 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,416 [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 2023-05-12T21:27:20,416 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-588043566, priority: 1 2023-05-12T21:27:20,424 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-588043566, priority: 1 2023-05-12T21:27:20,427 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-588043566 with QoS: 0 2023-05-12T21:27:20,429 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-588043566 2023-05-12T21:27:20,431 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents with QoS: 0 2023-05-12T21:27:20,434 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2023-05-12T21:27:20,435 [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 2023-05-12T21:27:20,436 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1141549369, priority: 1 2023-05-12T21:27:20,443 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1141549369, priority: 1 2023-05-12T21:27:20,446 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1141549369 with QoS: 0 2023-05-12T21:27:20,448 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1141549369 2023-05-12T21:27:20,451 [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 2023-05-12T21:27:20,453 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,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 2023-05-12T21:27:20,455 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/666194201, priority: 1 2023-05-12T21:27:20,461 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/666194201, priority: 1 2023-05-12T21:27:20,465 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/666194201 with QoS: 0 2023-05-12T21:27:20,468 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/666194201 2023-05-12T21:27:20,470 [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 2023-05-12T21:27:20,473 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,474 [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 2023-05-12T21:27:20,474 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1920069416, priority: 1 2023-05-12T21:27:20,519 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1920069416, priority: 1 2023-05-12T21:27:20,523 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1920069416 with QoS: 0 2023-05-12T21:27:20,527 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1920069416 2023-05-12T21:27:20,530 [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 2023-05-12T21:27:20,533 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,535 [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 2023-05-12T21:27:20,535 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1808209076, priority: 1 2023-05-12T21:27:20,539 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1808209076, priority: 1 2023-05-12T21:27:20,541 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1808209076 with QoS: 0 2023-05-12T21:27:20,544 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1808209076 2023-05-12T21:27:20,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 2023-05-12T21:27:20,549 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,550 [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 2023-05-12T21:27:20,551 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/704592750, priority: 1 2023-05-12T21:27:20,557 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/704592750, priority: 1 2023-05-12T21:27:20,559 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/704592750 with QoS: 0 2023-05-12T21:27:20,562 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/704592750 2023-05-12T21:27:20,564 [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 2023-05-12T21:27:20,566 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,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=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:20,568 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/79767179, priority: 1 2023-05-12T21:27:20,575 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/79767179, priority: 1 2023-05-12T21:27:20,614 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/79767179 with QoS: 0 2023-05-12T21:27:20,619 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/79767179 2023-05-12T21:27:20,622 [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 2023-05-12T21:27:20,626 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,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 2023-05-12T21:27:20,628 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/173405200, priority: 1 2023-05-12T21:27:20,633 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/173405200, priority: 1 2023-05-12T21:27:20,637 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/173405200 with QoS: 0 2023-05-12T21:27:20,639 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/173405200 2023-05-12T21:27:20,641 [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 2023-05-12T21:27:20,643 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,644 [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 2023-05-12T21:27:20,644 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/826564579, priority: 1 2023-05-12T21:27:20,648 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/826564579, priority: 1 2023-05-12T21:27:20,650 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/826564579 with QoS: 0 2023-05-12T21:27:20,653 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/826564579 2023-05-12T21:27:20,655 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents with QoS: 0 2023-05-12T21:27:20,657 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2023-05-12T21:27:20,658 [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 2023-05-12T21:27:20,659 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/846053638, priority: 1 2023-05-12T21:27:20,663 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/846053638, priority: 1 2023-05-12T21:27:20,666 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/846053638 with QoS: 0 2023-05-12T21:27:20,670 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/846053638 2023-05-12T21:27:20,673 [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 2023-05-12T21:27:20,715 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,716 [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 2023-05-12T21:27:20,716 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2128008597, priority: 1 2023-05-12T21:27:20,720 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2128008597, priority: 1 2023-05-12T21:27:20,722 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2128008597 with QoS: 0 2023-05-12T21:27:20,725 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2128008597 2023-05-12T21:27:20,727 [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 2023-05-12T21:27:20,730 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,732 [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 2023-05-12T21:27:20,732 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1636776116, priority: 1 2023-05-12T21:27:20,737 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1636776116, priority: 1 2023-05-12T21:27:20,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1636776116 with QoS: 0 2023-05-12T21:27:20,742 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1636776116 2023-05-12T21:27:20,744 [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 2023-05-12T21:27:20,746 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,748 [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 2023-05-12T21:27:20,748 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1521348439, priority: 1 2023-05-12T21:27:20,754 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1521348439, priority: 1 2023-05-12T21:27:20,756 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1521348439 with QoS: 0 2023-05-12T21:27:20,758 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1521348439 2023-05-12T21:27:20,760 [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 2023-05-12T21:27:20,763 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,764 [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 2023-05-12T21:27:20,764 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1508268524, priority: 1 2023-05-12T21:27:20,771 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1508268524, priority: 1 2023-05-12T21:27:20,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1508268524 with QoS: 0 2023-05-12T21:27:20,816 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1508268524 2023-05-12T21:27:20,819 [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 2023-05-12T21:27:20,823 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:20,824 [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 2023-05-12T21:27:20,825 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/174430601, priority: 1 2023-05-12T21:27:20,828 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/174430601, priority: 1 2023-05-12T21:27:20,831 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/174430601 with QoS: 0 2023-05-12T21:27:20,833 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/174430601 2023-05-12T21:27:20,836 [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 2023-05-12T21:27:20,839 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:20,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 2023-05-12T21:27:20,841 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1107898242, priority: 1 2023-05-12T21:27:20,846 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1107898242, priority: 1 2023-05-12T21:27:20,848 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1107898242 with QoS: 0 2023-05-12T21:27:20,850 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1107898242 2023-05-12T21:27:20,851 [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 2023-05-12T21:27:20,854 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,855 [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 2023-05-12T21:27:20,855 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2054395389, priority: 1 2023-05-12T21:27:20,858 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2054395389, priority: 1 2023-05-12T21:27:20,860 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2054395389 with QoS: 0 2023-05-12T21:27:20,862 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2054395389 2023-05-12T21:27:20,864 [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 2023-05-12T21:27:20,866 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:20,867 [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 2023-05-12T21:27:20,868 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1844815353, priority: 1 2023-05-12T21:27:20,918 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1844815353, priority: 1 2023-05-12T21:27:20,920 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1844815353 with QoS: 0 2023-05-12T21:27:20,922 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1844815353 2023-05-12T21:27:20,923 [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 2023-05-12T21:27:20,926 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:20,927 [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 2023-05-12T21:27:20,928 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-76815546, priority: 1 2023-05-12T21:27:20,933 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-76815546, priority: 1 2023-05-12T21:27:20,936 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-76815546 with QoS: 0 2023-05-12T21:27:20,940 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-76815546 2023-05-12T21:27:20,943 [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 2023-05-12T21:27:20,946 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,947 [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 2023-05-12T21:27:20,947 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1456880766, priority: 1 2023-05-12T21:27:20,952 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1456880766, priority: 1 2023-05-12T21:27:20,955 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1456880766 with QoS: 0 2023-05-12T21:27:20,959 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1456880766 2023-05-12T21:27:20,964 [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 2023-05-12T21:27:20,967 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:20,969 [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 2023-05-12T21:27:20,969 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-508315832, priority: 1 2023-05-12T21:27:20,974 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-508315832, priority: 1 2023-05-12T21:27:20,977 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-508315832 with QoS: 0 2023-05-12T21:27:21,015 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-508315832 2023-05-12T21:27:21,018 [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 2023-05-12T21:27:21,022 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2023-05-12T21:27:21,023 [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 2023-05-12T21:27:21,023 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1109764066, priority: 1 2023-05-12T21:27:21,027 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1109764066, priority: 1 2023-05-12T21:27:21,028 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1109764066 with QoS: 0 2023-05-12T21:27:21,030 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1109764066 2023-05-12T21:27:21,032 [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 2023-05-12T21:27:21,035 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,036 [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 2023-05-12T21:27:21,036 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/55262497, priority: 1 2023-05-12T21:27:21,040 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/55262497, priority: 1 2023-05-12T21:27:21,042 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/55262497 with QoS: 0 2023-05-12T21:27:21,046 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/55262497 2023-05-12T21:27:21,049 [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 2023-05-12T21:27:21,052 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:21,053 [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 2023-05-12T21:27:21,054 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/379140458, priority: 1 2023-05-12T21:27:21,057 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/379140458, priority: 1 2023-05-12T21:27:21,059 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/379140458 with QoS: 0 2023-05-12T21:27:21,061 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/379140458 2023-05-12T21:27:21,063 [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 2023-05-12T21:27:21,066 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,067 [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 2023-05-12T21:27:21,068 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-859877718, priority: 1 2023-05-12T21:27:21,115 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-859877718, priority: 1 2023-05-12T21:27:21,119 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-859877718 with QoS: 0 2023-05-12T21:27:21,122 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-859877718 2023-05-12T21:27:21,125 [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 2023-05-12T21:27:21,128 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,130 [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 2023-05-12T21:27:21,130 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/628583649, priority: 1 2023-05-12T21:27:21,135 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/628583649, priority: 1 2023-05-12T21:27:21,137 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/628583649 with QoS: 0 2023-05-12T21:27:21,139 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/628583649 2023-05-12T21:27:21,142 [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 2023-05-12T21:27:21,144 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,145 [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 2023-05-12T21:27:21,145 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/969300882, priority: 1 2023-05-12T21:27:21,150 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/969300882, priority: 1 2023-05-12T21:27:21,154 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/969300882 with QoS: 0 2023-05-12T21:27:21,158 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/969300882 2023-05-12T21:27:21,161 [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 2023-05-12T21:27:21,164 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,165 [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 2023-05-12T21:27:21,166 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1212159515, priority: 1 2023-05-12T21:27:21,171 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1212159515, priority: 1 2023-05-12T21:27:21,174 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1212159515 with QoS: 0 2023-05-12T21:27:21,178 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1212159515 2023-05-12T21:27:21,214 [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 2023-05-12T21:27:21,217 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,218 [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 2023-05-12T21:27:21,218 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1512616251, priority: 1 2023-05-12T21:27:21,223 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1512616251, priority: 1 2023-05-12T21:27:21,226 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1512616251 with QoS: 0 2023-05-12T21:27:21,229 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1512616251 2023-05-12T21:27:21,231 [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 2023-05-12T21:27:21,233 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,234 [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 2023-05-12T21:27:21,234 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-522384747, priority: 1 2023-05-12T21:27:21,238 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-522384747, priority: 1 2023-05-12T21:27:21,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-522384747 with QoS: 0 2023-05-12T21:27:21,245 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-522384747 2023-05-12T21:27:21,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 2023-05-12T21:27:21,250 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,251 [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 2023-05-12T21:27:21,252 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-644914154, priority: 1 2023-05-12T21:27:21,257 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-644914154, priority: 1 2023-05-12T21:27:21,258 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-644914154 with QoS: 0 2023-05-12T21:27:21,261 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-644914154 2023-05-12T21:27:21,262 [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 2023-05-12T21:27:21,264 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,265 [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 2023-05-12T21:27:21,266 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1850925316, priority: 1 2023-05-12T21:27:21,269 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1850925316, priority: 1 2023-05-12T21:27:21,271 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1850925316 with QoS: 0 2023-05-12T21:27:21,273 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1850925316 2023-05-12T21:27:21,316 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents with QoS: 0 2023-05-12T21:27:21,319 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2023-05-12T21:27:21,319 [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 2023-05-12T21:27:21,320 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1597738881, priority: 1 2023-05-12T21:27:21,325 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1597738881, priority: 1 2023-05-12T21:27:21,328 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1597738881 with QoS: 0 2023-05-12T21:27:21,331 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1597738881 2023-05-12T21:27:21,333 [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 2023-05-12T21:27:21,335 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,336 [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 2023-05-12T21:27:21,336 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2118445274, priority: 1 2023-05-12T21:27:21,341 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2118445274, priority: 1 2023-05-12T21:27:21,344 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2118445274 with QoS: 0 2023-05-12T21:27:21,348 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2118445274 2023-05-12T21:27:21,352 [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 2023-05-12T21:27:21,355 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,357 [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 2023-05-12T21:27:21,357 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-997692277, priority: 1 2023-05-12T21:27:21,360 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-997692277, priority: 1 2023-05-12T21:27:21,362 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-997692277 with QoS: 0 2023-05-12T21:27:21,365 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-997692277 2023-05-12T21:27:21,367 [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 2023-05-12T21:27:21,370 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,371 [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 2023-05-12T21:27:21,371 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1664012557, priority: 1 2023-05-12T21:27:21,376 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1664012557, priority: 1 2023-05-12T21:27:21,416 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1664012557 with QoS: 0 2023-05-12T21:27:21,418 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1664012557 2023-05-12T21:27:21,424 [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 2023-05-12T21:27:21,427 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,428 [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 2023-05-12T21:27:21,428 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/288433028, priority: 1 2023-05-12T21:27:21,433 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/288433028, priority: 1 2023-05-12T21:27:21,435 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/288433028 with QoS: 0 2023-05-12T21:27:21,437 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/288433028 2023-05-12T21:27:21,439 [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 2023-05-12T21:27:21,441 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:21,442 [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 2023-05-12T21:27:21,442 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/977731500, priority: 1 2023-05-12T21:27:21,446 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/977731500, priority: 1 2023-05-12T21:27:21,449 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/977731500 with QoS: 0 2023-05-12T21:27:21,452 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/977731500 2023-05-12T21:27:21,455 [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 2023-05-12T21:27:21,458 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,459 [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 2023-05-12T21:27:21,460 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/700193725, priority: 1 2023-05-12T21:27:21,464 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/700193725, priority: 1 2023-05-12T21:27:21,467 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/700193725 with QoS: 0 2023-05-12T21:27:21,471 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/700193725 2023-05-12T21:27:21,473 [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 2023-05-12T21:27:21,476 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,477 [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 2023-05-12T21:27:21,477 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/529916545, priority: 1 2023-05-12T21:27:21,518 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/529916545, priority: 1 2023-05-12T21:27:21,521 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/529916545 with QoS: 0 2023-05-12T21:27:21,525 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/529916545 2023-05-12T21:27:21,528 [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 2023-05-12T21:27:21,532 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default 2023-05-12T21:27:21,533 [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:406) 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) 2023-05-12T21:27:21,534 [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 2023-05-12T21:27:21,534 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/180485352, priority: 1 2023-05-12T21:27:21,537 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/180485352, priority: 1 2023-05-12T21:27:21,539 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/180485352 with QoS: 0 2023-05-12T21:27:21,541 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/180485352 2023-05-12T21:27:21,543 [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 2023-05-12T21:27:21,545 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2023-05-12T21:27:21,546 [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 2023-05-12T21:27:21,546 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1626742575, priority: 1 2023-05-12T21:27:21,552 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1626742575, priority: 1 2023-05-12T21:27:21,555 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1626742575 with QoS: 0 2023-05-12T21:27:21,558 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1626742575 2023-05-12T21:27:21,560 [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 2023-05-12T21:27:21,563 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2023-05-12T21:27:21,564 [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 2023-05-12T21:27:21,565 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/870793024, priority: 1 2023-05-12T21:27:21,568 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/870793024, priority: 1 2023-05-12T21:27:21,570 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/870793024 with QoS: 0 2023-05-12T21:27:21,572 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/870793024 2023-05-12T21:27:21,574 [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 2023-05-12T21:27:21,615 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,616 [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 2023-05-12T21:27:21,617 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1909520220, priority: 1 2023-05-12T21:27:21,622 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1909520220, priority: 1 2023-05-12T21:27:21,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1909520220 with QoS: 0 2023-05-12T21:27:21,628 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1909520220 2023-05-12T21:27:21,631 [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 2023-05-12T21:27:21,634 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:21,636 [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 2023-05-12T21:27:21,636 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/126200109, priority: 1 2023-05-12T21:27:21,639 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/126200109, priority: 1 2023-05-12T21:27:21,641 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/126200109 with QoS: 0 2023-05-12T21:27:21,644 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/126200109 2023-05-12T21:27:21,646 [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 2023-05-12T21:27:21,649 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,651 [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 2023-05-12T21:27:21,651 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1020934732, priority: 1 2023-05-12T21:27:21,655 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1020934732, priority: 1 2023-05-12T21:27:21,657 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1020934732 with QoS: 0 2023-05-12T21:27:21,660 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1020934732 2023-05-12T21:27:21,662 [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 2023-05-12T21:27:21,664 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,665 [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 2023-05-12T21:27:21,665 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-73045377, priority: 1 2023-05-12T21:27:21,669 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-73045377, priority: 1 2023-05-12T21:27:21,671 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-73045377 with QoS: 0 2023-05-12T21:27:21,673 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-73045377 2023-05-12T21:27:21,714 [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 2023-05-12T21:27:21,718 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,719 [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 2023-05-12T21:27:21,720 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1618256230, priority: 1 2023-05-12T21:27:21,724 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1618256230, priority: 1 2023-05-12T21:27:21,727 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1618256230 with QoS: 0 2023-05-12T21:27:21,731 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1618256230 2023-05-12T21:27:21,734 [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 2023-05-12T21:27:21,737 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27: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=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:21,739 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-106604431, priority: 1 2023-05-12T21:27:21,743 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-106604431, priority: 1 2023-05-12T21:27:21,746 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-106604431 with QoS: 0 2023-05-12T21:27:21,749 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-106604431 2023-05-12T21:27:21,753 [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 2023-05-12T21:27:21,756 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27: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} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:21,758 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1770688240, priority: 1 2023-05-12T21:27:21,762 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1770688240, priority: 1 2023-05-12T21:27:21,765 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1770688240 with QoS: 0 2023-05-12T21:27:21,768 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1770688240 2023-05-12T21:27:21,772 [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 2023-05-12T21:27:21,775 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default 2023-05-12T21:27: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=POST/configurableComponents/configurations/byPid/_default} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:21,776 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-824184043, priority: 1 2023-05-12T21:27:21,780 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-824184043, priority: 1 2023-05-12T21:27:21,815 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-824184043 with QoS: 0 2023-05-12T21:27:21,817 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-824184043 2023-05-12T21:27:21,820 [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 2023-05-12T21:27:21,823 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,824 [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 2023-05-12T21:27:21,824 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-63456259, priority: 1 2023-05-12T21:27:21,829 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-63456259, priority: 1 2023-05-12T21:27:21,831 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-63456259 with QoS: 0 2023-05-12T21:27:21,833 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-63456259 2023-05-12T21:27:21,835 [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 2023-05-12T21:27:21,837 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:21,838 [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 2023-05-12T21:27:21,838 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1539089374, priority: 1 2023-05-12T21:27:21,843 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1539089374, priority: 1 2023-05-12T21:27:21,846 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1539089374 with QoS: 0 2023-05-12T21:27:21,849 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1539089374 2023-05-12T21:27:21,854 [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 2023-05-12T21:27:21,857 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27: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 2023-05-12T21:27:21,859 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1065161885, priority: 1 2023-05-12T21:27:21,863 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1065161885, priority: 1 2023-05-12T21:27:21,866 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1065161885 with QoS: 0 2023-05-12T21:27:21,869 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1065161885 2023-05-12T21:27:21,873 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2023-05-12T21:27:21,877 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-12T21:27: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 2023-05-12T21:27:21,879 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1992303013, priority: 1 2023-05-12T21:27:21,881 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1992303013, priority: 1 2023-05-12T21:27:21,917 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1992303013 with QoS: 0 2023-05-12T21:27:21,920 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1992303013 2023-05-12T21:27:21,923 [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 2023-05-12T21:27:21,926 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:21,928 [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 2023-05-12T21:27:21,928 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1232414733, priority: 1 2023-05-12T21:27:21,933 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1232414733, priority: 1 2023-05-12T21:27:21,935 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1232414733 with QoS: 0 2023-05-12T21:27:21,937 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1232414733 2023-05-12T21:27:21,939 [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 2023-05-12T21:27:21,941 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27: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=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:21,942 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/308004707, priority: 1 2023-05-12T21:27:21,945 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/308004707, priority: 1 2023-05-12T21:27:21,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/308004707 with QoS: 0 2023-05-12T21:27:21,949 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/308004707 2023-05-12T21:27:21,951 [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 2023-05-12T21:27:21,953 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,954 [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 2023-05-12T21:27:21,954 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1772395189, priority: 1 2023-05-12T21:27:21,959 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1772395189, priority: 1 2023-05-12T21:27:21,961 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1772395189 with QoS: 0 2023-05-12T21:27:21,965 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1772395189 2023-05-12T21:27:21,968 [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 2023-05-12T21:27:21,971 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:21,972 [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 2023-05-12T21:27:21,972 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1549308993, priority: 1 2023-05-12T21:27:22,015 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1549308993, priority: 1 2023-05-12T21:27:22,018 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1549308993 with QoS: 0 2023-05-12T21:27:22,021 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1549308993 2023-05-12T21:27:22,024 [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 2023-05-12T21:27:22,027 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2023-05-12T21:27:22,028 [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 2023-05-12T21:27:22,028 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/22531168, priority: 1 2023-05-12T21:27:22,033 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/22531168, priority: 1 2023-05-12T21:27:22,035 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/22531168 with QoS: 0 2023-05-12T21:27:22,038 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/22531168 2023-05-12T21:27:22,040 [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 2023-05-12T21:27:22,041 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,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 2023-05-12T21:27:22,043 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1342653093, priority: 1 2023-05-12T21:27:22,046 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1342653093, priority: 1 2023-05-12T21:27:22,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1342653093 with QoS: 0 2023-05-12T21:27:22,052 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1342653093 2023-05-12T21:27:22,055 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2023-05-12T21:27:22,058 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-12T21:27:22,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=GET/snapshots} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:22,060 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-56990149, priority: 1 2023-05-12T21:27:22,064 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-56990149, priority: 1 2023-05-12T21:27:22,066 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-56990149 with QoS: 0 2023-05-12T21:27:22,068 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-56990149 2023-05-12T21:27:22,070 [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 2023-05-12T21:27:22,072 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback 2023-05-12T21:27:22,072 [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 2023-05-12T21:27:22,073 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/994732897, priority: 1 2023-05-12T21:27:22,076 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/994732897, priority: 1 2023-05-12T21:27:22,115 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/994732897 with QoS: 0 2023-05-12T21:27:22,118 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/994732897 2023-05-12T21:27:22,121 [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 2023-05-12T21:27:22,124 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId 2023-05-12T21:27:22,126 [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 2023-05-12T21:27:22,126 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1360494565, priority: 1 2023-05-12T21:27:22,130 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1360494565, priority: 1 2023-05-12T21:27:22,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1360494565 with QoS: 0 2023-05-12T21:27:22,136 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1360494565 2023-05-12T21:27:22,138 [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 2023-05-12T21:27:22,141 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,142 [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 2023-05-12T21:27:22,143 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1411640008, priority: 1 2023-05-12T21:27:22,146 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1411640008, priority: 1 2023-05-12T21:27:22,148 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1411640008 with QoS: 0 2023-05-12T21:27:22,150 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1411640008 2023-05-12T21:27:22,152 [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 2023-05-12T21:27:22,154 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,155 [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 2023-05-12T21:27:22,155 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-431510344, priority: 1 2023-05-12T21:27:22,159 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-431510344, priority: 1 2023-05-12T21:27:22,162 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-431510344 with QoS: 0 2023-05-12T21:27:22,165 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-431510344 2023-05-12T21:27:22,168 [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 2023-05-12T21:27:22,171 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:22,172 [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 2023-05-12T21:27:22,173 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1309056431, priority: 1 2023-05-12T21:27:22,176 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1309056431, priority: 1 2023-05-12T21:27:22,179 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1309056431 with QoS: 0 2023-05-12T21:27:22,216 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1309056431 2023-05-12T21:27:22,219 [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 2023-05-12T21:27:22,222 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,223 [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 2023-05-12T21:27:22,224 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1818437816, priority: 1 2023-05-12T21:27:22,228 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1818437816, priority: 1 2023-05-12T21:27:22,231 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1818437816 with QoS: 0 2023-05-12T21:27:22,234 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1818437816 2023-05-12T21:27:22,236 [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 2023-05-12T21:27:22,239 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId 2023-05-12T21:27:22,240 [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 2023-05-12T21:27:22,241 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/431950345, priority: 1 2023-05-12T21:27:22,245 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/431950345, priority: 1 2023-05-12T21:27:22,246 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/431950345 with QoS: 0 2023-05-12T21:27:22,249 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/431950345 2023-05-12T21:27:22,251 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2023-05-12T21:27:22,252 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-12T21:27:22,253 [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 2023-05-12T21:27:22,253 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1806552774, priority: 1 2023-05-12T21:27:22,258 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1806552774, priority: 1 2023-05-12T21:27:22,260 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1806552774 with QoS: 0 2023-05-12T21:27:22,263 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1806552774 2023-05-12T21:27:22,266 [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 2023-05-12T21:27:22,269 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:22,270 [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 2023-05-12T21:27:22,271 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1692768824, priority: 1 2023-05-12T21:27:22,275 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1692768824, priority: 1 2023-05-12T21:27:22,276 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1692768824 with QoS: 0 2023-05-12T21:27:22,315 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1692768824 2023-05-12T21:27:22,318 [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 2023-05-12T21:27:22,321 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:22,322 [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 2023-05-12T21:27:22,323 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/687072009, priority: 1 2023-05-12T21:27:22,326 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/687072009, priority: 1 2023-05-12T21:27:22,327 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/687072009 with QoS: 0 2023-05-12T21:27:22,330 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/687072009 2023-05-12T21:27:22,332 [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 2023-05-12T21:27:22,334 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-12T21:27:22,335 [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 2023-05-12T21:27:22,335 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-697252321, priority: 1 2023-05-12T21:27:22,339 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-697252321, priority: 1 2023-05-12T21:27:22,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-697252321 with QoS: 0 2023-05-12T21:27:22,345 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-697252321 2023-05-12T21:27:22,349 [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 2023-05-12T21:27:22,352 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,353 [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 2023-05-12T21:27:22,353 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1486246577, priority: 1 2023-05-12T21:27:22,356 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1486246577, priority: 1 2023-05-12T21:27:22,358 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1486246577 with QoS: 0 2023-05-12T21:27:22,360 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1486246577 2023-05-12T21:27:22,362 [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 2023-05-12T21:27:22,364 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,364 [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 2023-05-12T21:27:22,365 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1049074013, priority: 1 2023-05-12T21:27:22,369 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1049074013, priority: 1 2023-05-12T21:27:22,372 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1049074013 with QoS: 0 2023-05-12T21:27:22,375 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1049074013 2023-05-12T21:27:22,415 [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 2023-05-12T21:27:22,418 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2023-05-12T21:27:22,419 [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 2023-05-12T21:27:22,420 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1697593467, priority: 1 2023-05-12T21:27:22,424 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1697593467, priority: 1 2023-05-12T21:27:22,426 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1697593467 with QoS: 0 2023-05-12T21:27:22,428 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1697593467 2023-05-12T21:27:22,431 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents with QoS: 0 2023-05-12T21:27:22,433 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2023-05-12T21:27:22,433 [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 2023-05-12T21:27:22,433 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1186492798, priority: 1 2023-05-12T21:27:22,437 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1186492798, priority: 1 2023-05-12T21:27:22,439 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1186492798 with QoS: 0 2023-05-12T21:27:22,442 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1186492798 2023-05-12T21:27:22,445 [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 2023-05-12T21:27:22,448 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2023-05-12T21:27:22,449 [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 2023-05-12T21:27:22,449 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-931830438, priority: 1 2023-05-12T21:27:22,453 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-931830438, priority: 1 2023-05-12T21:27:22,456 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-931830438 with QoS: 0 2023-05-12T21:27:22,458 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-931830438 Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.8 s - in org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest testUpdateIntegerArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.072 s testADDefaultValue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testUpdateTypeMismatchNumericProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetLongProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testRollbackToIdException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListComponentConfigurationsByPidEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateLongProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateTypeMismatchStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testListConfigurableComponentsPidsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetBooleanArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetIntegerProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateTypeMismatchNumericArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateTypeMismatchCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 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.007 s testUpdateByteProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListConfigurableComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testListComponentConfigurationsException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateConfigurationBooleanPropertyTrue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateFloatArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testADMax[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testADMin[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdatePasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 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.007 s testGetBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testTakeSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testGetStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testADDescription[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testGetFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetDoubleProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testUpdateConfigurationBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListFactoryComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetLongArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetByteArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListComponentConfigurations[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdatePasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testListComponentConfigurationsByPid[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testListComponentConfigurationsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testListDefaultComponentConfigurationException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testRollback[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testRollbackException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testADOption[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 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.005 s testADIdAndType[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListDefaultComponentConfiguration[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 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.004 s testGetPasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListSnapshotsKuraException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testADName[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateTypeMismatchBooleanProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 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.005 s testUpdateDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListSnapshots[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testRollbackToId[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetSnapshotException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 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.004 s testGetFloatArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateIntegerProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s shouldSupportGetSnapshots[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testADCardinality[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 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.006 s testUpdateInvalidLengthCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateInvalidLengthCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testADShouldNotSerializeFieldsIfUnset[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListFactoryComponentsPidsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testUpdateTypeMismatchCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.058 s testADDefaultValue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testUpdateTypeMismatchNumericProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testGetLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.053 s testRollbackToIdException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testListComponentConfigurationsByPidEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateTypeMismatchStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.053 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.019 s testGetIntegerProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s testUpdateTypeMismatchNumericArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateTypeMismatchCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testGetByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.058 s testUpdateBooleanArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testListConfigurableComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testListComponentConfigurationsException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testUpdateStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateConfigurationBooleanPropertyTrue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.057 s testADMax[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testADMin[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdatePasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testUpdateDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s testListComponentConfigurationsByPidException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 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.054 s testTakeSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testGetStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testADDescription[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testGetFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.061 s testGetDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testUpdateStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testGetDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateConfigurationBooleanPropertyFalse[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testUpdateFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.052 s testListFactoryComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testGetLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testGetByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListComponentConfigurations[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.052 s testUpdatePasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListComponentConfigurationsByPid[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testGetNullProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListComponentConfigurationsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.053 s testListDefaultComponentConfigurationException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testRollback[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testRollbackException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testUpdateNullProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.055 s testADOption[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testGetCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testUpdateByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testGetCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testADIdAndType[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListDefaultComponentConfiguration[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.047 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.018 s testGetPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListSnapshotsKuraException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.048 s testADName[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.011 s testUpdateTypeMismatchBooleanProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateTypeMismatchPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.055 s testTakeSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testListSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testRollbackToId[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.049 s testGetSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateTypeMismatchStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testUpdateTypeMismatchPasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testGetFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.051 s testUpdateIntegerProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s shouldSupportGetSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testADCardinality[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.052 s testGetStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testGetIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateInvalidLengthCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testUpdateInvalidLengthCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testADShouldNotSerializeFieldsIfUnset[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListFactoryComponentsPidsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testUpdateTypeMismatchCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s Results: Tests run: 170, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:27:22,629 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@d6f9bdb1 2023-05-12T21:27:22,630 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-12T21:27:22,634 [MQTT Rec: test] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:27:22,636 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-12T21:27:22,636 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:22,646 [MQTT Rec: observer] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:27:22,651 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [c62c4e8c-f10b-11ed-9e65-0a580a281a31] stopped, uptime 3.649 seconds 2023-05-12T21:27:22,653 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,655 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:22,655 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:27:22,659 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,660 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,661 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,661 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,662 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:22,662 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:22,662 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:22,667 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:22,668 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:27:22,668 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:27:22,671 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:22,674 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:27:22,675 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:27:22,675 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:22,675 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:22,675 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:27:22,675 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:27:22,675 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:22,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:22,677 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:27:22,679 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:22,679 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:22,679 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:22,679 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:22,680 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:22,680 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:27:22,681 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:27:22,684 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:22,685 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:27:22,686 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:27:22,687 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:22,714 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:27:22,714 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:27:22,715 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:27:22,717 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:22,717 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:27:22,718 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:22,718 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:27:22,718 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:27:22,718 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:27:22,718 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:22,719 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:22,719 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:22,720 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-12T21:27:22,724 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:27:22,725 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:27:22,728 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:27:22,730 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:27:22,731 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:27:22,731 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:22,879 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:27:23,732 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:27:23,736 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:27:23,738 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:27:23,740 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:27:23,740 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:27:23,745 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@91c54715{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:27:23,746 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:27:23,752 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-4f71df2b{/,null,STOPPED} 2023-05-12T21:27:23,754 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:27:23,756 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:27:23,757 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:27:23,768 [Framework stop - Equinox Container: aaba91c5-f08c-4e58-8742-158b317c9d35] 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.2.2/org.eclipse.kura.rest.configuration.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.2.2/org.eclipse.kura.rest.configuration.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.2.2/org.eclipse.kura.rest.configuration.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.2.2/org.eclipse.kura.rest.configuration.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.2.2/org.eclipse.kura.rest.configuration.provider.test-5.2.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.2.2 [177/185] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.2.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.2.2 [INFO] Added: org.eclipse.kura.util.test.driver:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver_5.2.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 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.2.2/org.eclipse.kura.util.test.driver-5.2.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.2.2 [178/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/surefire.properties] 2023-05-12T21:27:29,119 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:27:29,492 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:27:29,502 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-422649 2023-05-12T21:27:29,581 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:27:29,582 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:27:29,583 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots 2023-05-12T21:27:29,583 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/tmp 2023-05-12T21:27:29,583 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:27:29,585 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:27:29,623 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:27:29,684 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:27:29,686 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:29,828 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:27:29,829 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:29,855 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:27:29,941 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:27:29,949 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:27:29,949 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:29,976 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,977 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,977 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:29,980 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:27:29,980 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:27:29,981 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,981 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:29,981 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,981 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:27:29,982 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:27:29,983 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:27:29,983 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:27:29,984 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:29,984 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,984 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:27:29,985 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:27:29,986 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:27:29,986 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:27:29,986 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:27:29,987 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:29,987 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:29,987 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:29,988 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:27:29,988 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:27:29,988 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:29,992 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:27:29,992 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:27:29,992 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:27:29,993 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:27:29,993 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:27:29,993 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:27:30,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:27:30,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:27:30,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:30,049 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-12T21:27:30,050 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:30,051 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:27:30,051 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:30,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:27:30,053 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:27:30,080 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:27:30,081 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:30,082 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:30,082 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:27:30,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:27:30,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:30,083 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:30,083 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:27:30,083 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:27:30,084 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:30,114 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:27:30,115 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:27:30,115 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:27:30,115 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:30,116 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:30,116 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:27:30,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:27:30,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:27:30,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:30,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:30,121 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:27:30,123 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:30,124 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:30,136 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:27:30,136 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:27:30,137 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:27:30,138 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:27:30,141 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:27:30,141 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:30,142 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:30,147 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:27:30,147 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:27:30,148 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:27:30,150 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:27:30,151 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:27:30,152 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:27:30,156 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-12T21:27:30,156 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:30,157 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:30,180 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:27:30,180 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:27:30,214 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:27:30,214 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:27:30,215 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:27:30,215 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:27:30,219 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:27:30,220 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:30,221 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:30,225 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:27:30,225 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:30,226 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:30,230 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:27:30,233 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:27:30,233 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:30,234 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:27:30,234 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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 2023-05-12T21:27:30,234 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:30,234 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:27:30,235 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:27:30,237 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:30,237 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:27:30,238 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:30,239 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:27:30,274 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926850262.xml... 2023-05-12T21:27:30,281 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926850262.xml... Done. 2023-05-12T21:27:30,281 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:30,282 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:27:30,282 [Start Level: Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:27:30,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:27:30,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:27:30,326 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:30,338 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:27:30,343 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:30,343 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:30,343 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:30,344 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:30,375 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:27:30,376 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:27:30,435 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @3934ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest 2023-05-12T21:27:30,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:27:30,634 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-12T21:27:30,637 [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 2023-05-12T21:27:30,654 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:27:30,654 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:27:30,655 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:27:30,728 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2e76499d{/,null,AVAILABLE} 2023-05-12T21:27:30,739 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@d0c07774{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:27:30,739 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4239ms 2023-05-12T21:27:30,739 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:27:30,739 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:27:30,739 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:27:30,740 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:27:30,740 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:27:30,770 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:27:30,777 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:27:30,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:27:30,784 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:27:30,793 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:27:30,793 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:27:30,795 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:27:30,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:30,796 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:30,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:30,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:30,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-12T21:27:30,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-12T21:27:30,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:30,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:30,823 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:30,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:30,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:30,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:27:30,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:27:30,832 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:27:30,832 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:27:30,832 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:27:30,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:27:30,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:27:30,841 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:27:30,843 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:27:30,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:27:30,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:27:31,027 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:27:31,029 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:27:31,030 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:27:31,030 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:27:31,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:27:31,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:27:31,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:27:31,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:31,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:31,066 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:31,066 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:31,066 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:27:31,129 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:27:31,130 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:27:31,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:27:31,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:27:31,136 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:27:31,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:27:31,137 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:27:31,467 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:27:31,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:27:31,634 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:32,522 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:27:32,522 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:27:32,529 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:27:32,635 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:33,636 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:34,637 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:35,637 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:36,134 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926850262... 2023-05-12T21:27:36,149 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:36,150 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:27:36,152 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:27:36,169 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926856151.xml... 2023-05-12T21:27:36,178 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926856151.xml... Done. 2023-05-12T21:27:36,178 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:36,178 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:36,178 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:36,638 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:37,639 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:38,639 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:39,640 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:27:45,650 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926856151... 2023-05-12T21:27:45,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:45,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865668.xml... 2023-05-12T21:27:45,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865668.xml... Done. 2023-05-12T21:27:45,693 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,693 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:45,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:45,762 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:45,793 [qtp819566249-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)) 2023-05-12T21:27:45,796 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:45,796 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:45,797 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:45,797 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:45,797 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:45,799 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:45,800 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:45,800 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:45,801 [qtp819566249-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 2023-05-12T21:27:45,804 [qtp819566249-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 2023-05-12T21:27:45,805 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926865668... 2023-05-12T21:27:45,829 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,831 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:45,853 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865831.xml... 2023-05-12T21:27:45,858 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865831.xml... Done. 2023-05-12T21:27:45,858 [qtp819566249-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 2023-05-12T21:27:45,859 [qtp819566249-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 2023-05-12T21:27:45,868 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:45,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:45,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:45,870 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:45,878 [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)) 2023-05-12T21:27:45,879 [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)) 2023-05-12T21:27:45,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:45,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:45,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:45,886 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:45,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926865831... 2023-05-12T21:27:45,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:45,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865930.xml... 2023-05-12T21:27:45,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865930.xml... Done. 2023-05-12T21:27:45,950 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:45,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:45,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:45,954 [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)) 2023-05-12T21:27:45,954 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:45,954 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:45,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:45,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:45,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:45,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:45,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:45,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:45,959 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:45,960 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926865930... 2023-05-12T21:27:45,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:45,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:45,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865974.xml... 2023-05-12T21:27:45,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865974.xml... Done. 2023-05-12T21:27:45,992 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,017 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:46,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:46,019 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,020 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,024 [qtp819566249-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)) 2023-05-12T21:27:46,025 [qtp819566249-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:46,025 [qtp819566249-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:46,026 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:46,026 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:46,026 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:46,026 [qtp819566249-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: test1 2023-05-12T21:27:46,027 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:46,027 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:46,027 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:46,028 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:46,029 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:46,029 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:46,029 [qtp819566249-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 2023-05-12T21:27:46,029 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:46,030 [qtp819566249-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 2023-05-12T21:27:46,031 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926865974... 2023-05-12T21:27:46,045 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,046 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,055 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866046.xml... 2023-05-12T21:27:46,059 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866046.xml... Done. 2023-05-12T21:27:46,059 [qtp819566249-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 2023-05-12T21:27:46,060 [qtp819566249-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 2023-05-12T21:27:46,062 [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)) 2023-05-12T21:27:46,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,064 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:46,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:46,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,067 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:46,080 [qtp819566249-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 2023-05-12T21:27:46,115 [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 2023-05-12T21:27:46,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:46,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866046... 2023-05-12T21:27:46,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866135.xml... 2023-05-12T21:27:46,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866135.xml... Done. 2023-05-12T21:27:46,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,148 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver ... 2023-05-12T21:27:46,148 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,149 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,186 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,189 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-12T21:27:46,191 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:46,222 [qtp819566249-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 2023-05-12T21:27:46,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:46,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866135... 2023-05-12T21:27:46,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866257.xml... 2023-05-12T21:27:46,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866257.xml... Done. 2023-05-12T21:27:46,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:46,266 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,266 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:46,266 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:46,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,269 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866257... 2023-05-12T21:27:46,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866276.xml... 2023-05-12T21:27:46,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866276.xml... Done. 2023-05-12T21:27:46,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926850262.xml 2023-05-12T21:27:46,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,287 [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 2023-05-12T21:27:46,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:46,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:46,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:46,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:46,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:46,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866276... 2023-05-12T21:27:46,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866323.xml... 2023-05-12T21:27:46,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866323.xml... Done. 2023-05-12T21:27:46,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926856151.xml 2023-05-12T21:27:46,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:46,358 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:46,362 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:46,372 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 10 ms 2023-05-12T21:27:46,373 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:46,375 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:46,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:46,378 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:46,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:46,380 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 2 ms 2023-05-12T21:27:46,383 [qtp819566249-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,387 [qtp819566249-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: testAsset 2023-05-12T21:27:46,390 [qtp819566249-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 2023-05-12T21:27:46,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:46,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866323... 2023-05-12T21:27:46,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866430.xml... 2023-05-12T21:27:46,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866430.xml... Done. 2023-05-12T21:27:46,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865668.xml 2023-05-12T21:27:46,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:46,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,441 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,441 [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@52d2c9b3 2023-05-12T21:27:46,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:46,442 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:46,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:46,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:46,443 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:46,443 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:46,443 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866430... 2023-05-12T21:27:46,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866454.xml... 2023-05-12T21:27:46,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866454.xml... Done. 2023-05-12T21:27:46,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865831.xml 2023-05-12T21:27:46,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,468 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,469 [qtp819566249-98] 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)) 2023-05-12T21:27:46,470 [qtp819566249-98] 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) 2023-05-12T21:27:46,472 [qtp819566249-98] 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 2023-05-12T21:27:46,475 [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 2023-05-12T21:27:46,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:46,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,479 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866454... 2023-05-12T21:27:46,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866489.xml... 2023-05-12T21:27:46,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866489.xml... Done. 2023-05-12T21:27:46,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865930.xml 2023-05-12T21:27:46,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,498 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:46,499 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:46,500 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:46,502 [qtp819566249-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,504 [qtp819566249-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)) 2023-05-12T21:27:46,506 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:46,506 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,507 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:46,507 [qtp819566249-94] 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 2023-05-12T21:27:46,515 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,515 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,515 [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@24d2e518 2023-05-12T21:27:46,516 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:46,517 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866489... 2023-05-12T21:27:46,530 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866524.xml... 2023-05-12T21:27:46,533 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866524.xml... Done. 2023-05-12T21:27:46,533 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926865974.xml 2023-05-12T21:27:46,533 [qtp819566249-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,534 [qtp819566249-94] 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 2023-05-12T21:27:46,536 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866524... 2023-05-12T21:27:46,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866546.xml... 2023-05-12T21:27:46,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866546.xml... Done. 2023-05-12T21:27:46,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866046.xml 2023-05-12T21:27:46,556 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,556 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,556 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,558 [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)) 2023-05-12T21:27:46,559 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:46,559 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:46,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:46,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:46,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:46,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:46,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:46,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:46,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-12T21:27:46,563 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866546... 2023-05-12T21:27:46,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866573.xml... 2023-05-12T21:27:46,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866573.xml... Done. 2023-05-12T21:27:46,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866135.xml 2023-05-12T21:27:46,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,585 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,586 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:46,587 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:46,587 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,589 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,614 [qtp819566249-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)) 2023-05-12T21:27:46,622 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866573... 2023-05-12T21:27:46,628 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:46,629 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2023-05-12T21:27:46,629 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: timer 2023-05-12T21:27:46,629 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: timer 2023-05-12T21:27:46,630 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,631 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866573... 2023-05-12T21:27:46,646 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866642.xml... 2023-05-12T21:27:46,649 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866642.xml... Done. 2023-05-12T21:27:46,649 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866257.xml 2023-05-12T21:27:46,649 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,649 [qtp819566249-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 2023-05-12T21:27:46,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2023-05-12T21:27:46,652 [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 2023-05-12T21:27:46,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,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 2023-05-12T21:27:46,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,656 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866642... 2023-05-12T21:27:46,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866664.xml... 2023-05-12T21:27:46,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866664.xml... Done. 2023-05-12T21:27:46,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866276.xml 2023-05-12T21:27:46,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,670 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:46,671 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:46,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:46,672 [pool-25-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:46,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:46,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866664... 2023-05-12T21:27:46,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866679.xml... 2023-05-12T21:27:46,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866679.xml... Done. 2023-05-12T21:27:46,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866323.xml 2023-05-12T21:27:46,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:46,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:46,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:46,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:46,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:46,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:46,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:46,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,714 [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@1993ffed 2023-05-12T21:27:46,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866679... 2023-05-12T21:27:46,717 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:46,717 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:46,718 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:46,718 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:46,718 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:46,719 [pool-29-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:46,720 [pool-29-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:46,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866722.xml... 2023-05-12T21:27:46,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866722.xml... Done. 2023-05-12T21:27:46,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866430.xml 2023-05-12T21:27:46,729 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,729 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:46,729 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:46,729 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:46,732 [qtp819566249-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,733 [qtp819566249-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)) 2023-05-12T21:27:46,734 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:46,734 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:46,734 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:46,735 [qtp819566249-94] 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 2023-05-12T21:27:46,735 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,735 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:46,735 [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@1993ffed 2023-05-12T21:27:46,736 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866722... 2023-05-12T21:27:46,743 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866740.xml... 2023-05-12T21:27:46,746 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866740.xml... Done. 2023-05-12T21:27:46,747 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866454.xml 2023-05-12T21:27:46,747 [qtp819566249-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,747 [qtp819566249-94] 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 2023-05-12T21:27:46,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:46,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:46,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:46,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:46,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:46,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866740... 2023-05-12T21:27:46,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866760.xml... 2023-05-12T21:27:46,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866760.xml... Done. 2023-05-12T21:27:46,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866489.xml 2023-05-12T21:27:46,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,769 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,771 [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)) 2023-05-12T21:27:46,772 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:46,772 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:46,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:46,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:46,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:46,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:46,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:46,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:46,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:46,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:46,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:46,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:46,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:46,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:46,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866760... 2023-05-12T21:27:46,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866788.xml... 2023-05-12T21:27:46,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866788.xml... Done. 2023-05-12T21:27:46,799 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866524.xml 2023-05-12T21:27:46,799 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:46,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:46,824 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:46,825 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:46,826 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,826 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:46,827 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:46,829 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:46,829 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:46,829 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,832 [qtp819566249-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,833 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:46,833 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:46,834 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:46,834 [qtp819566249-98] 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 2023-05-12T21:27:46,834 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:46,835 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:46,835 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:46,835 [qtp819566249-98] 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 2023-05-12T21:27:46,835 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:46,836 [qtp819566249-98] 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 2023-05-12T21:27:46,837 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866788... 2023-05-12T21:27:46,841 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,842 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,844 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866842.xml... 2023-05-12T21:27:46,847 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866842.xml... Done. 2023-05-12T21:27:46,847 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866546.xml 2023-05-12T21:27:46,847 [qtp819566249-98] 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 2023-05-12T21:27:46,848 [qtp819566249-98] 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 2023-05-12T21:27:46,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:46,848 [qtp819566249-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:46,849 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,849 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,849 [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)) 2023-05-12T21:27:46,851 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866842... 2023-05-12T21:27:46,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866858.xml... 2023-05-12T21:27:46,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866858.xml... Done. 2023-05-12T21:27:46,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866573.xml 2023-05-12T21:27:46,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,865 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,865 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:46,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866858... 2023-05-12T21:27:46,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866871.xml... 2023-05-12T21:27:46,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866871.xml... Done. 2023-05-12T21:27:46,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866642.xml 2023-05-12T21:27:46,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:46,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,877 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:46,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:46,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,881 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866871... 2023-05-12T21:27:46,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866885.xml... 2023-05-12T21:27:46,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866885.xml... Done. 2023-05-12T21:27:46,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866664.xml 2023-05-12T21:27:46,890 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,891 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,917 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:46,921 [qtp819566249-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)) 2023-05-12T21:27:46,921 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:46,921 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:46,921 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:46,921 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:46,922 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:46,922 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:46,923 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:46,923 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:46,924 [qtp819566249-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 2023-05-12T21:27:46,924 [qtp819566249-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 2023-05-12T21:27:46,925 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866885... 2023-05-12T21:27:46,929 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:46,930 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:46,933 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866931.xml... 2023-05-12T21:27:46,936 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866931.xml... Done. 2023-05-12T21:27:46,936 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866679.xml 2023-05-12T21:27:46,936 [qtp819566249-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 2023-05-12T21:27:46,937 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866931... 2023-05-12T21:27:46,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:46,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:46,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:46,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:46,940 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,941 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-12T21:27:46,941 [qtp819566249-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: testDriver 2023-05-12T21:27:46,941 [qtp819566249-94] 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 2023-05-12T21:27:46,942 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,942 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-12T21:27:46,942 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866931... 2023-05-12T21:27:46,951 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866945.xml... 2023-05-12T21:27:46,953 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866945.xml... Done. 2023-05-12T21:27:46,953 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866722.xml 2023-05-12T21:27:46,954 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,954 [qtp819566249-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 2023-05-12T21:27:46,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:46,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:46,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866945... 2023-05-12T21:27:46,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866963.xml... 2023-05-12T21:27:46,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866963.xml... Done. 2023-05-12T21:27:46,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866740.xml 2023-05-12T21:27:46,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:46,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:46,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:46,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:46,969 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:46,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:46,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:46,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:46,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:46,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:46,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,971 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:46,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866963... 2023-05-12T21:27:46,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866974.xml... 2023-05-12T21:27:46,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866974.xml... Done. 2023-05-12T21:27:46,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866760.xml 2023-05-12T21:27:46,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:46,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:46,980 [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 2023-05-12T21:27:46,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:46,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:46,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:46,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:46,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:46,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:46,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926866974... 2023-05-12T21:27:46,983 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:46,983 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:46,984 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T21:27:46,984 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:47,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867014.xml... 2023-05-12T21:27:47,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867014.xml... Done. 2023-05-12T21:27:47,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866788.xml 2023-05-12T21:27:47,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:47,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:47,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:47,022 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,024 [qtp819566249-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)) 2023-05-12T21:27:47,027 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:47,028 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:47,028 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:47,028 [qtp819566249-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 2023-05-12T21:27:47,029 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:47,029 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:47,029 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:47,030 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:47,031 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:47,031 [qtp819566249-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 2023-05-12T21:27:47,031 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,032 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867014... 2023-05-12T21:27:47,032 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:47,032 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:47,033 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:47,033 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,034 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:47,034 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,035 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,039 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867036.xml... 2023-05-12T21:27:47,041 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867036.xml... Done. 2023-05-12T21:27:47,042 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866842.xml 2023-05-12T21:27:47,042 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,042 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:47,042 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:47,042 [qtp819566249-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 2023-05-12T21:27:47,045 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-12T21:27:47,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867036... 2023-05-12T21:27:47,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867050.xml... 2023-05-12T21:27:47,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867050.xml... Done. 2023-05-12T21:27:47,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866858.xml 2023-05-12T21:27:47,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,056 [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@ea19dd4c 2023-05-12T21:27:47,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,056 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,060 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867050... 2023-05-12T21:27:47,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867065.xml... 2023-05-12T21:27:47,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867065.xml... Done. 2023-05-12T21:27:47,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866871.xml 2023-05-12T21:27:47,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,070 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,071 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,072 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:47,073 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:47,076 [qtp819566249-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 2023-05-12T21:27:47,082 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/assets/channelDescriptor, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,083 [qtp819566249-98] 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 2023-05-12T21:27:47,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867065... 2023-05-12T21:27:47,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867116.xml... 2023-05-12T21:27:47,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867116.xml... Done. 2023-05-12T21:27:47,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866885.xml 2023-05-12T21:27:47,121 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,122 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,122 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,122 [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@10652ac6 2023-05-12T21:27:47,122 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,125 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867116... 2023-05-12T21:27:47,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867129.xml... 2023-05-12T21:27:47,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867129.xml... Done. 2023-05-12T21:27:47,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866931.xml 2023-05-12T21:27:47,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,139 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,139 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,140 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:47,142 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,143 [qtp819566249-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)) 2023-05-12T21:27:47,146 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867129... 2023-05-12T21:27:47,149 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,151 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-12T21:27:47,151 [qtp819566249-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 2023-05-12T21:27:47,151 [qtp819566249-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 2023-05-12T21:27:47,151 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,152 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-12T21:27:47,153 [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@82948069 2023-05-12T21:27:47,153 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,153 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867129... 2023-05-12T21:27:47,154 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,155 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:47,159 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867157.xml... 2023-05-12T21:27:47,162 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867157.xml... Done. 2023-05-12T21:27:47,162 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866945.xml 2023-05-12T21:27:47,162 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,162 [qtp819566249-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 2023-05-12T21:27:47,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:47,166 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:47,173 [qtp819566249-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 2023-05-12T21:27:47,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867157... 2023-05-12T21:27:47,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867182.xml... 2023-05-12T21:27:47,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867182.xml... Done. 2023-05-12T21:27:47,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866963.xml 2023-05-12T21:27:47,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,187 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,187 [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@82948069 2023-05-12T21:27:47,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,188 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,216 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867182... 2023-05-12T21:27:47,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867220.xml... 2023-05-12T21:27:47,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867220.xml... Done. 2023-05-12T21:27:47,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926866974.xml 2023-05-12T21:27:47,226 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,226 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,227 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,227 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:47,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:47,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,228 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867220... 2023-05-12T21:27:47,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867233.xml... 2023-05-12T21:27:47,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867233.xml... Done. 2023-05-12T21:27:47,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867014.xml 2023-05-12T21:27:47,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:47,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:47,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:47,239 [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@995ef678 2023-05-12T21:27:47,241 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,242 [qtp819566249-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)) 2023-05-12T21:27:47,245 [qtp819566249-94] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2023-05-12T21:27:47,245 [qtp819566249-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 2023-05-12T21:27:47,245 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:47,245 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:47,246 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:47,246 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:47,246 [qtp819566249-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 2023-05-12T21:27:47,246 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,247 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867233... 2023-05-12T21:27:47,247 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:47,247 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:47,247 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:47,247 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,247 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:47,248 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,249 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,253 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867250.xml... 2023-05-12T21:27:47,256 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867250.xml... Done. 2023-05-12T21:27:47,256 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867036.xml 2023-05-12T21:27:47,257 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:47,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:47,257 [qtp819566249-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 2023-05-12T21:27:47,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-12T21:27:47,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867250... 2023-05-12T21:27:47,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867265.xml... 2023-05-12T21:27:47,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867265.xml... Done. 2023-05-12T21:27:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867050.xml 2023-05-12T21:27:47,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,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@995ef678 2023-05-12T21:27:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,271 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,274 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867265... 2023-05-12T21:27:47,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867279.xml... 2023-05-12T21:27:47,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867279.xml... Done. 2023-05-12T21:27:47,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867065.xml 2023-05-12T21:27:47,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,288 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,292 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,293 [qtp819566249-98] 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 2023-05-12T21:27:47,314 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,315 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867279... 2023-05-12T21:27:47,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867323.xml... 2023-05-12T21:27:47,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867323.xml... Done. 2023-05-12T21:27:47,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867116.xml 2023-05-12T21:27:47,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,330 [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@b4ad3b2b 2023-05-12T21:27:47,330 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:47,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:47,331 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:47,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,331 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867323... 2023-05-12T21:27:47,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867337.xml... 2023-05-12T21:27:47,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867337.xml... Done. 2023-05-12T21:27:47,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867129.xml 2023-05-12T21:27:47,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,344 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,344 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,349 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,352 [qtp819566249-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)) 2023-05-12T21:27:47,352 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,353 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,353 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:47,353 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:47,353 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:47,354 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:47,355 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:47,355 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:47,356 [qtp819566249-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 test1 2023-05-12T21:27:47,356 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2023-05-12T21:27:47,356 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-12T21:27:47,356 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:47,357 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-12T21:27:47,358 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-12T21:27:47,358 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-12T21:27:47,359 [qtp819566249-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.Logger log1 2023-05-12T21:27:47,359 [qtp819566249-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 2023-05-12T21:27:47,361 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867337... 2023-05-12T21:27:47,365 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,366 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,369 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867366.xml... 2023-05-12T21:27:47,371 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867366.xml... Done. 2023-05-12T21:27:47,372 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867157.xml 2023-05-12T21:27:47,372 [qtp819566249-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 2023-05-12T21:27:47,372 [qtp819566249-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 2023-05-12T21:27:47,373 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,374 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,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)) 2023-05-12T21:27:47,374 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2023-05-12T21:27:47,375 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:47,375 [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)) 2023-05-12T21:27:47,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,376 [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)) 2023-05-12T21:27:47,378 [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 2023-05-12T21:27:47,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,383 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,384 [qtp819566249-98] 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 2023-05-12T21:27:47,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:47,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:47,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:47,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:47,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-12T21:27:47,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:47,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-12T21:27:47,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-12T21:27:47,389 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:47,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867366... 2023-05-12T21:27:47,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867420.xml... 2023-05-12T21:27:47,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867420.xml... Done. 2023-05-12T21:27:47,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867182.xml 2023-05-12T21:27:47,424 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,425 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,425 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:47,426 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,426 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,427 [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 2023-05-12T21:27:47,427 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,430 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,437 [qtp819566249-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)) 2023-05-12T21:27:47,437 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,437 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,438 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:47,438 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:47,438 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:47,440 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:47,441 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:47,441 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:47,441 [qtp819566249-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 2023-05-12T21:27:47,442 [qtp819566249-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 2023-05-12T21:27:47,443 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867420... 2023-05-12T21:27:47,447 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,448 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,451 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867448.xml... 2023-05-12T21:27:47,453 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867448.xml... Done. 2023-05-12T21:27:47,453 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867220.xml 2023-05-12T21:27:47,454 [qtp819566249-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 2023-05-12T21:27:47,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,455 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867448... 2023-05-12T21:27:47,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,456 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,456 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,459 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,459 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,459 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,460 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,461 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,461 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,462 [qtp819566249-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.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,462 [qtp819566249-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: testDriver 2023-05-12T21:27:47,462 [qtp819566249-94] 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 2023-05-12T21:27:47,462 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,463 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,464 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867448... 2023-05-12T21:27:47,469 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867467.xml... 2023-05-12T21:27:47,472 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867467.xml... Done. 2023-05-12T21:27:47,472 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867233.xml 2023-05-12T21:27:47,472 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,473 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,473 [qtp819566249-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 2023-05-12T21:27:47,473 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,474 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:47,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:47,476 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/definitions, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,481 [qtp819566249-98] 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 2023-05-12T21:27:47,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:47,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:47,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:47,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867467... 2023-05-12T21:27:47,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867527.xml... 2023-05-12T21:27:47,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867527.xml... Done. 2023-05-12T21:27:47,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867250.xml 2023-05-12T21:27:47,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,536 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,536 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,541 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,544 [qtp819566249-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)) 2023-05-12T21:27:47,544 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,544 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,544 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:47,545 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:47,545 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:47,546 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:47,547 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:47,547 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:47,548 [qtp819566249-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 2023-05-12T21:27:47,548 [qtp819566249-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 2023-05-12T21:27:47,549 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867527... 2023-05-12T21:27:47,553 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,554 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,557 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867554.xml... 2023-05-12T21:27:47,559 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867554.xml... Done. 2023-05-12T21:27:47,560 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867265.xml 2023-05-12T21:27:47,560 [qtp819566249-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 2023-05-12T21:27:47,561 [qtp819566249-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 2023-05-12T21:27:47,562 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,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)) 2023-05-12T21:27:47,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:47,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:47,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:47,566 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867554... 2023-05-12T21:27:47,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867572.xml... 2023-05-12T21:27:47,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867572.xml... Done. 2023-05-12T21:27:47,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867279.xml 2023-05-12T21:27:47,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,578 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,578 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,581 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,584 [qtp819566249-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)) 2023-05-12T21:27:47,588 [qtp819566249-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 2023-05-12T21:27:47,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867572... 2023-05-12T21:27:47,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867596.xml... 2023-05-12T21:27:47,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867596.xml... Done. 2023-05-12T21:27:47,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867323.xml 2023-05-12T21:27:47,618 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,618 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,618 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,619 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,622 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,623 [qtp819566249-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)) 2023-05-12T21:27:47,624 [qtp819566249-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 2023-05-12T21:27:47,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867596... 2023-05-12T21:27:47,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867632.xml... 2023-05-12T21:27:47,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867632.xml... Done. 2023-05-12T21:27:47,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867337.xml 2023-05-12T21:27:47,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,637 [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@9b39f496 2023-05-12T21:27:47,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,638 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,640 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867632... 2023-05-12T21:27:47,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867643.xml... 2023-05-12T21:27:47,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867643.xml... Done. 2023-05-12T21:27:47,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867366.xml 2023-05-12T21:27:47,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,648 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,649 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,649 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,651 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/ocds, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,653 [qtp819566249-98] 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 2023-05-12T21:27:47,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867643... 2023-05-12T21:27:47,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867662.xml... 2023-05-12T21:27:47,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867662.xml... Done. 2023-05-12T21:27:47,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867420.xml 2023-05-12T21:27:47,667 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,667 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,667 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,667 [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@a45c75ae 2023-05-12T21:27:47,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,667 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,670 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867662... 2023-05-12T21:27:47,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867673.xml... 2023-05-12T21:27:47,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867673.xml... Done. 2023-05-12T21:27:47,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867448.xml 2023-05-12T21:27:47,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,678 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,679 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,679 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,681 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:47,682 [qtp819566249-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 2023-05-12T21:27:47,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867673... 2023-05-12T21:27:47,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867714.xml... 2023-05-12T21:27:47,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867714.xml... Done. 2023-05-12T21:27:47,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867467.xml 2023-05-12T21:27:47,723 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,723 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,723 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,723 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,725 [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)) 2023-05-12T21:27:47,725 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,725 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:47,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:47,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:47,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:47,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:47,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:47,729 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-12T21:27:47,730 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867714... 2023-05-12T21:27:47,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867737.xml... 2023-05-12T21:27:47,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867737.xml... Done. 2023-05-12T21:27:47,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867527.xml 2023-05-12T21:27:47,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,746 [qtp819566249-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,747 [qtp819566249-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)) 2023-05-12T21:27:47,748 [qtp819566249-98] WARN AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:47,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:47,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:47,750 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:47,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:47,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867737... 2023-05-12T21:27:47,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867756.xml... 2023-05-12T21:27:47,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867756.xml... Done. 2023-05-12T21:27:47,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867554.xml 2023-05-12T21:27:47,761 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,761 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,761 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,761 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,762 [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)) 2023-05-12T21:27:47,762 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,762 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:47,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:47,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:47,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:47,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:47,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:47,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:47,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:47,766 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:47,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:47,766 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:47,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:47,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:47,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:47,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867756... 2023-05-12T21:27:47,769 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:47,770 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:47,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867775.xml... 2023-05-12T21:27:47,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867775.xml... Done. 2023-05-12T21:27:47,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867572.xml 2023-05-12T21:27:47,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,781 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,782 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,782 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:47,783 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:47,784 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,784 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,787 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,789 [qtp819566249-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)) 2023-05-12T21:27:47,789 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,790 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,790 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:47,791 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:47,791 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:47,814 [qtp819566249-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: bar 2023-05-12T21:27:47,814 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:47,815 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:47,815 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:47,815 [qtp819566249-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: foo 2023-05-12T21:27:47,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:47,815 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2023-05-12T21:27:47,815 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2023-05-12T21:27:47,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:47,816 [qtp819566249-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 2023-05-12T21:27:47,816 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867775... 2023-05-12T21:27:47,819 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,820 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,822 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867820.xml... 2023-05-12T21:27:47,825 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867820.xml... Done. 2023-05-12T21:27:47,825 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867596.xml 2023-05-12T21:27:47,825 [qtp819566249-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 2023-05-12T21:27:47,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,825 [qtp819566249-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 2023-05-12T21:27:47,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,826 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,826 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,827 [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)) 2023-05-12T21:27:47,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:47,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867820... 2023-05-12T21:27:47,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867833.xml... 2023-05-12T21:27:47,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867833.xml... Done. 2023-05-12T21:27:47,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867632.xml 2023-05-12T21:27:47,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:47,839 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:47,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:47,839 [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@6cad49c8 2023-05-12T21:27:47,839 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:47,841 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,842 [qtp819566249-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)) 2023-05-12T21:27:47,844 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867833... 2023-05-12T21:27:47,847 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:47,847 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:47,847 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:47,848 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:47,849 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:47,849 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:47,849 [qtp819566249-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.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:47,849 [qtp819566249-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 2023-05-12T21:27:47,849 [qtp819566249-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 2023-05-12T21:27:47,849 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:47,849 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:47,850 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867833... 2023-05-12T21:27:47,854 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867852.xml... 2023-05-12T21:27:47,856 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867852.xml... Done. 2023-05-12T21:27:47,857 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867643.xml 2023-05-12T21:27:47,857 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:47,857 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:47,857 [qtp819566249-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 2023-05-12T21:27:47,858 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:47,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:47,858 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:47,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867852... 2023-05-12T21:27:47,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867865.xml... 2023-05-12T21:27:47,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867865.xml... Done. 2023-05-12T21:27:47,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867662.xml 2023-05-12T21:27:47,875 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,875 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,876 [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)) 2023-05-12T21:27:47,877 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,877 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:47,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:47,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:47,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:47,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:47,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:47,879 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:47,880 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867865... 2023-05-12T21:27:47,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867888.xml... 2023-05-12T21:27:47,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867888.xml... Done. 2023-05-12T21:27:47,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867673.xml 2023-05-12T21:27:47,919 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,920 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,921 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,921 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,921 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,922 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,925 [qtp819566249-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)) 2023-05-12T21:27:47,925 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:47,926 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:47,926 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2023-05-12T21:27:47,926 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-12T21:27:47,926 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:47,927 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-12T21:27:47,928 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-12T21:27:47,928 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-12T21:27:47,929 [qtp819566249-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.Logger log1 2023-05-12T21:27:47,930 [qtp819566249-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 2023-05-12T21:27:47,931 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867888... 2023-05-12T21:27:47,934 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,935 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,937 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867935.xml... 2023-05-12T21:27:47,940 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867935.xml... Done. 2023-05-12T21:27:47,940 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867714.xml 2023-05-12T21:27:47,940 [qtp819566249-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 2023-05-12T21:27:47,940 [qtp819566249-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 2023-05-12T21:27:47,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,942 [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)) 2023-05-12T21:27:47,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:47,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:47,943 [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)) 2023-05-12T21:27:47,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:47,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:47,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:47,944 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:47,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-12T21:27:47,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:47,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-12T21:27:47,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-12T21:27:47,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:47,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867935... 2023-05-12T21:27:47,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:47,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867953.xml... 2023-05-12T21:27:47,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867953.xml... Done. 2023-05-12T21:27:47,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867737.xml 2023-05-12T21:27:47,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:47,959 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:47,960 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:47,963 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,964 [qtp819566249-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)) 2023-05-12T21:27:47,968 [qtp819566249-98] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:47,973 [qtp819566249-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,975 [qtp819566249-94] 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 2023-05-12T21:27:47,979 [qtp819566249-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:47,980 [qtp819566249-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)) 2023-05-12T21:27:47,981 [qtp819566249-98] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2023-05-12T21:27:47,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867953... 2023-05-12T21:27:47,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:47,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867987.xml... 2023-05-12T21:27:48,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867987.xml... Done. 2023-05-12T21:27:48,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867756.xml 2023-05-12T21:27:48,017 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,017 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,017 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,020 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,022 [qtp819566249-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)) 2023-05-12T21:27:48,023 [qtp819566249-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 2023-05-12T21:27:48,024 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926867987... 2023-05-12T21:27:48,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868028.xml... 2023-05-12T21:27:48,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868028.xml... Done. 2023-05-12T21:27:48,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867775.xml 2023-05-12T21:27:48,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,033 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,034 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,034 [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)) 2023-05-12T21:27:48,034 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:48,034 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:48,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:48,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:48,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:48,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:48,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:48,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:48,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:48,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868028... 2023-05-12T21:27:48,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868044.xml... 2023-05-12T21:27:48,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868044.xml... Done. 2023-05-12T21:27:48,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867820.xml 2023-05-12T21:27:48,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,051 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,051 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:48,052 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:48,052 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,053 [qtp819566249-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,054 [qtp819566249-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: test1 2023-05-12T21:27:48,054 [qtp819566249-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 2023-05-12T21:27:48,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:48,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:48,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:48,064 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:48,065 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:48,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868044... 2023-05-12T21:27:48,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868069.xml... 2023-05-12T21:27:48,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868069.xml... Done. 2023-05-12T21:27:48,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867833.xml 2023-05-12T21:27:48,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,075 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,075 [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)) 2023-05-12T21:27:48,075 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:48,076 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:48,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:48,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:48,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:48,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:48,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:48,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:48,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:48,080 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868069... 2023-05-12T21:27:48,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868086.xml... 2023-05-12T21:27:48,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868086.xml... Done. 2023-05-12T21:27:48,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867852.xml 2023-05-12T21:27:48,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,118 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:48,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:48,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,120 [qtp819566249-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,121 [qtp819566249-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 2023-05-12T21:27:48,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:48,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868086... 2023-05-12T21:27:48,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868126.xml... 2023-05-12T21:27:48,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868126.xml... Done. 2023-05-12T21:27:48,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867865.xml 2023-05-12T21:27:48,132 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:48,133 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:48,133 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:48,133 [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@1c6a8e29 2023-05-12T21:27:48,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:48,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:48,134 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:48,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:48,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:48,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:48,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,137 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:48,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868126... 2023-05-12T21:27:48,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868141.xml... 2023-05-12T21:27:48,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868141.xml... Done. 2023-05-12T21:27:48,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867888.xml 2023-05-12T21:27:48,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:48,147 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:48,148 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:48,148 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:48,150 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/channelDescriptors, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,151 [qtp819566249-98] 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 2023-05-12T21:27:48,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:48,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:48,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:48,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:48,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:48,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868141... 2023-05-12T21:27:48,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868168.xml... 2023-05-12T21:27:48,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868168.xml... Done. 2023-05-12T21:27:48,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867935.xml 2023-05-12T21:27:48,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,174 [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)) 2023-05-12T21:27:48,174 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:48,175 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:48,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2023-05-12T21:27:48,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2023-05-12T21:27:48,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:48,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2023-05-12T21:27:48,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2023-05-12T21:27:48,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2023-05-12T21:27:48,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2023-05-12T21:27:48,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2023-05-12T21:27:48,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2023-05-12T21:27:48,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:48,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2023-05-12T21:27:48,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2023-05-12T21:27:48,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2023-05-12T21:27:48,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2023-05-12T21:27:48,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868168... 2023-05-12T21:27:48,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868186.xml... 2023-05-12T21:27:48,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868186.xml... Done. 2023-05-12T21:27:48,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867953.xml 2023-05-12T21:27:48,192 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,193 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,194 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:48,215 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:48,215 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,218 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,220 [qtp819566249-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)) 2023-05-12T21:27:48,220 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:48,221 [qtp819566249-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:48,221 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2023-05-12T21:27:48,222 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-12T21:27:48,222 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2023-05-12T21:27:48,222 [qtp819566249-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: toBeDeleted 2023-05-12T21:27:48,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-12T21:27:48,223 [qtp819566249-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 2023-05-12T21:27:48,224 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868186... 2023-05-12T21:27:48,226 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,227 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,229 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868227.xml... 2023-05-12T21:27:48,232 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868227.xml... Done. 2023-05-12T21:27:48,232 [qtp819566249-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926867987.xml 2023-05-12T21:27:48,232 [qtp819566249-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 2023-05-12T21:27:48,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,232 [qtp819566249-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 2023-05-12T21:27:48,233 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:48,233 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:48,233 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,234 [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)) 2023-05-12T21:27:48,235 [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)) 2023-05-12T21:27:48,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:48,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:48,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868227... 2023-05-12T21:27:48,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868242.xml... 2023-05-12T21:27:48,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868242.xml... Done. 2023-05-12T21:27:48,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868028.xml 2023-05-12T21:27:48,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:48,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:48,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:48,265 [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@ccada5a8 2023-05-12T21:27:48,268 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,269 [qtp819566249-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 2023-05-12T21:27:48,274 [qtp819566249-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,277 [qtp819566249-94] 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 2023-05-12T21:27:48,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:48,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868242... 2023-05-12T21:27:48,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868283.xml... 2023-05-12T21:27:48,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868283.xml... Done. 2023-05-12T21:27:48,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868044.xml 2023-05-12T21:27:48,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:48,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:48,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:48,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:48,290 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:48,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:48,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:48,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:48,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:48,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868283... 2023-05-12T21:27:48,294 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:48,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868298.xml... 2023-05-12T21:27:48,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868298.xml... Done. 2023-05-12T21:27:48,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868069.xml 2023-05-12T21:27:48,304 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,304 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:48,316 [qtp819566249-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 - Authentication succeeded via password provider 2023-05-12T21:27:48,317 [qtp819566249-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 2023-05-12T21:27:48,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2023-05-12T21:27:48,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-12T21:27:48,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2023-05-12T21:27:48,320 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2023-05-12T21:27:48,321 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-12T21:27:48,321 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868298... 2023-05-12T21:27:48,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868326.xml... 2023-05-12T21:27:48,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868326.xml... Done. 2023-05-12T21:27:48,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868086.xml 2023-05-12T21:27:48,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,332 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,333 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:48,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868326... 2023-05-12T21:27:48,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868338.xml... 2023-05-12T21:27:48,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868338.xml... Done. 2023-05-12T21:27:48,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868126.xml 2023-05-12T21:27:48,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:48,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:48,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,345 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:48,346 [qtp819566249-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,351 [qtp819566249-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:48,369 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868338... 2023-05-12T21:27:48,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868373.xml... 2023-05-12T21:27:48,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868373.xml... Done. 2023-05-12T21:27:48,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868141.xml 2023-05-12T21:27:48,377 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,378 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,378 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,378 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,381 [qtp819566249-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,381 [qtp819566249-98] 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 2023-05-12T21:27:48,381 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868373... 2023-05-12T21:27:48,384 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,385 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,386 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868385.xml... 2023-05-12T21:27:48,389 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868385.xml... Done. 2023-05-12T21:27:48,389 [qtp819566249-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868168.xml 2023-05-12T21:27:48,389 [qtp819566249-98] 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 2023-05-12T21:27:48,389 [qtp819566249-98] 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 2023-05-12T21:27:48,389 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,390 [qtp819566249-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:27:48,390 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,414 [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)) 2023-05-12T21:27:48,417 [qtp819566249-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,418 [qtp819566249-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 2023-05-12T21:27:48,419 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868385... 2023-05-12T21:27:48,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868423.xml... 2023-05-12T21:27:48,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868423.xml... Done. 2023-05-12T21:27:48,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868186.xml 2023-05-12T21:27:48,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,428 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,428 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,429 [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)) 2023-05-12T21:27:48,429 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:48,429 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:48,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:48,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:48,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:48,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:48,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:48,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:48,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:48,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:48,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:48,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:48,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:48,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:48,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:48,433 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:48,433 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868423... 2023-05-12T21:27:48,434 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:48,435 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:48,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868437.xml... 2023-05-12T21:27:48,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868437.xml... Done. 2023-05-12T21:27:48,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868227.xml 2023-05-12T21:27:48,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,443 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,444 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:48,444 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:48,445 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:48,445 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:48,445 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,448 [qtp819566249-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/topology, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,449 [qtp819566249-98] 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)) 2023-05-12T21:27:48,450 [qtp819566249-98] 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 2023-05-12T21:27:48,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:48,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:48,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:48,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2023-05-12T21:27:48,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:48,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:48,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:48,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2023-05-12T21:27:48,455 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:48,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868437... 2023-05-12T21:27:48,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:48,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868461.xml... 2023-05-12T21:27:48,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868461.xml... Done. 2023-05-12T21:27:48,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868242.xml 2023-05-12T21:27:48,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:48,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:48,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:48,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:48,470 [qtp819566249-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,471 [qtp819566249-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 2023-05-12T21:27:48,473 [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 2023-05-12T21:27:48,473 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:48,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:48,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:48,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:48,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:48,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:48,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:48,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868461... 2023-05-12T21:27:48,475 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:48,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868478.xml... 2023-05-12T21:27:48,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868478.xml... Done. 2023-05-12T21:27:48,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868283.xml 2023-05-12T21:27:48,484 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,484 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:48,515 [qtp819566249-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,516 [qtp819566249-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: testDriver 2023-05-12T21:27:48,516 [qtp819566249-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 2023-05-12T21:27:48,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:48,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868478... 2023-05-12T21:27:48,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868524.xml... 2023-05-12T21:27:48,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868524.xml... Done. 2023-05-12T21:27:48,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868298.xml 2023-05-12T21:27:48,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:48,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:48,529 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:48,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:48,530 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:48,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:48,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:48,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:48,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:48,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:48,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868524... 2023-05-12T21:27:48,532 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:48,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868534.xml... 2023-05-12T21:27:48,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868534.xml... Done. 2023-05-12T21:27:48,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868326.xml 2023-05-12T21:27:48,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:48,539 [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 2023-05-12T21:27:48,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:48,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:48,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:48,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:48,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:48,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:48,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868534... 2023-05-12T21:27:48,542 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:48,542 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:48,542 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:48,542 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:48,543 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:48,543 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:48,543 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:48,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868544.xml... 2023-05-12T21:27:48,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868544.xml... Done. 2023-05-12T21:27:48,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868338.xml 2023-05-12T21:27:48,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:48,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:48,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:48,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:48,551 [qtp819566249-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:27:48,551 [qtp819566249-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 2023-05-12T21:27:48,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868544... 2023-05-12T21:27:48,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:48,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-12T21:27:48,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:27:48,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:48,559 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:48,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:48,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:48,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868559.xml... 2023-05-12T21:27:48,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868559.xml... Done. 2023-05-12T21:27:48,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868373.xml 2023-05-12T21:27:48,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:48,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:48,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:48,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868559... 2023-05-12T21:27:48,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:48,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-12T21:27:48,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868584.xml... 2023-05-12T21:27:48,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868584.xml... Done. 2023-05-12T21:27:48,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868385.xml 2023-05-12T21:27:48,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:48,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:48,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:48,620 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:27:48,620 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-12T21:27:48,647 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@16399df9 2023-05-12T21:27:48,648 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-12T21:27:48,966 [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 2023-05-12T21:27:48,966 [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 2023-05-12T21:27:48,997 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-12T21:27:48,997 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-12T21:27:49,012 [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) 2023-05-12T21:27:49,023 [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 2023-05-12T21:27:49,038 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-12T21:27:49,038 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-12T21:27:49,076 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-12T21:27:49,078 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-12T21:27:49,117 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-12T21:27:49,118 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-12T21:27:49,282 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-12T21:27:49,282 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-12T21:27:49,282 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=d80e8e07-f10b-11ed-8302-0a580a281a31] 2023-05-12T21:27:49,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926868584... 2023-05-12T21:27:49,325 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:49,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-12T21:27:49,326 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:49,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869326.xml... 2023-05-12T21:27:49,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869326.xml... Done. 2023-05-12T21:27:49,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868423.xml 2023-05-12T21:27:49,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:49,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:49,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:49,337 [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 2023-05-12T21:27:49,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-12T21:27:49,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:49,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-12T21:27:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-12T21:27:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-12T21:27:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:49,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-12T21:27:49,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926869326... 2023-05-12T21:27:49,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869342.xml... 2023-05-12T21:27:49,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869342.xml... Done. 2023-05-12T21:27:49,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868437.xml 2023-05-12T21:27:49,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:49,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-12T21:27:49,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating observer... 2023-05-12T21:27:49,351 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:27:49,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:49,351 [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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/paho-persistence 2023-05-12T21:27:49,368 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:49,368 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:27:49,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:27:49,369 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:27:49,749 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:27:49,749 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:49,749 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:49,749 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-12T21:27:49,749 [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. 2023-05-12T21:27:49,749 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:27:49,805 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:27:49,814 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-12T21:27:49,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2023-05-12T21:27:49,824 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-12T21:27:49,856 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-12T21:27:49,856 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-12T21:27:49,857 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:49,857 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-12T21:27:49,857 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-12T21:27:49,857 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-12T21:27:49,857 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-12T21:27:49,858 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-12T21:27:49,858 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-12T21:27:50,163 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-12T21:27:50,163 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-12T21:27:50,163 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-12T21:27:50,163 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-12T21:27:50,171 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926869342... 2023-05-12T21:27:50,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870177.xml... 2023-05-12T21:27:50,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870177.xml... Done. 2023-05-12T21:27:50,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868461.xml 2023-05-12T21:27:50,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,187 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,188 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,188 [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 2023-05-12T21:27:50,196 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:50,234 [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)) 2023-05-12T21:27:50,234 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,235 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,235 [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 2023-05-12T21:27:50,235 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:50,235 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,236 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:50,237 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:50,238 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:50,238 [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 2023-05-12T21:27:50,238 [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 2023-05-12T21:27:50,239 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870177... 2023-05-12T21:27:50,243 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,244 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,247 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870245.xml... 2023-05-12T21:27:50,250 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870245.xml... Done. 2023-05-12T21:27:50,251 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868478.xml 2023-05-12T21:27:50,251 [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 2023-05-12T21:27:50,251 [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 2023-05-12T21:27:50,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,252 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-245288917, priority: 1 2023-05-12T21:27:50,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,255 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-245288917, priority: 1 2023-05-12T21:27:50,260 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-245288917 with QoS: 0 2023-05-12T21:27:50,263 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-245288917 2023-05-12T21:27:50,266 [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)) 2023-05-12T21:27:50,266 [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)) 2023-05-12T21:27:50,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:50,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:50,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:50,269 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870245... 2023-05-12T21:27:50,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870276.xml... 2023-05-12T21:27:50,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870276.xml... Done. 2023-05-12T21:27:50,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868524.xml 2023-05-12T21:27:50,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,282 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,282 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,282 [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)) 2023-05-12T21:27:50,283 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,283 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:50,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:50,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:50,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:50,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:50,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:50,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870276... 2023-05-12T21:27:50,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870290.xml... 2023-05-12T21:27:50,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870290.xml... Done. 2023-05-12T21:27:50,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868534.xml 2023-05-12T21:27:50,297 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,297 [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 2023-05-12T21:27:50,298 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,299 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,299 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,299 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,315 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:50,319 [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)) 2023-05-12T21:27:50,319 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,319 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,320 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:50,320 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:50,321 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:50,321 [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 2023-05-12T21:27:50,321 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:50,321 [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 2023-05-12T21:27:50,321 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:50,322 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,323 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:50,324 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:50,324 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:50,324 [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 2023-05-12T21:27:50,325 [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 2023-05-12T21:27:50,326 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870290... 2023-05-12T21:27:50,329 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,330 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,333 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870331.xml... 2023-05-12T21:27:50,336 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870331.xml... Done. 2023-05-12T21:27:50,337 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868544.xml 2023-05-12T21:27:50,337 [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 2023-05-12T21:27:50,337 [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 2023-05-12T21:27:50,337 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-696218104, priority: 1 2023-05-12T21:27:50,338 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,338 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,338 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,339 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,341 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-696218104, priority: 1 2023-05-12T21:27:50,344 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-696218104 with QoS: 0 2023-05-12T21:27:50,347 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-696218104 2023-05-12T21:27:50,349 [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)) 2023-05-12T21:27:50,350 [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 2023-05-12T21:27:50,354 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid 2023-05-12T21:27:50,361 [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 2023-05-12T21:27:50,362 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/439587686, priority: 1 2023-05-12T21:27:50,365 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/439587686, priority: 1 2023-05-12T21:27:50,368 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/439587686 with QoS: 0 2023-05-12T21:27:50,371 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/439587686 2023-05-12T21:27:50,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:50,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870331... 2023-05-12T21:27:50,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870379.xml... 2023-05-12T21:27:50,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870379.xml... Done. 2023-05-12T21:27:50,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868559.xml 2023-05-12T21:27:50,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:50,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,389 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:50,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:50,390 [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@816c45bf 2023-05-12T21:27:50,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:50,390 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:50,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:50,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:50,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:50,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,417 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:50,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870379... 2023-05-12T21:27:50,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870421.xml... 2023-05-12T21:27:50,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870421.xml... Done. 2023-05-12T21:27:50,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926868584.xml 2023-05-12T21:27:50,427 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,427 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:50,427 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,428 [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 2023-05-12T21:27:50,428 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,429 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:50,430 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid 2023-05-12T21:27:50,434 [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 2023-05-12T21:27:50,435 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-155189827, priority: 1 2023-05-12T21:27:50,439 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-155189827, priority: 1 2023-05-12T21:27:50,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-155189827 with QoS: 0 2023-05-12T21:27:50,491 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-155189827 2023-05-12T21:27:50,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:50,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870421... 2023-05-12T21:27:50,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870504.xml... 2023-05-12T21:27:50,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870504.xml... Done. 2023-05-12T21:27:50,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869326.xml 2023-05-12T21:27:50,510 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:50,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,511 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27: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@2af80c1 2023-05-12T21:27:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:50,511 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,513 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:50,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870504... 2023-05-12T21:27:50,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870516.xml... 2023-05-12T21:27:50,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870516.xml... Done. 2023-05-12T21:27:50,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926869342.xml 2023-05-12T21:27:50,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:50,522 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:50,523 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,524 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:50,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870516... 2023-05-12T21:27:50,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870528.xml... 2023-05-12T21:27:50,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870528.xml... Done. 2023-05-12T21:27:50,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870177.xml 2023-05-12T21:27:50,532 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:50,533 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:50,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:50,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:50,533 [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@ec529399 2023-05-12T21:27:50,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:50,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:50,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870528... 2023-05-12T21:27:50,535 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:50,535 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:50,535 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:50,535 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,536 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:50,536 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,536 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:50,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870541.xml... 2023-05-12T21:27:50,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870541.xml... Done. 2023-05-12T21:27:50,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870245.xml 2023-05-12T21:27:50,546 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,546 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:50,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:50,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:50,547 [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 2023-05-12T21:27:50,550 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-12T21:27:50,552 [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 2023-05-12T21:27:50,553 [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 2023-05-12T21:27:50,554 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/61393568, priority: 1 2023-05-12T21:27:50,559 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/61393568, priority: 1 2023-05-12T21:27:50,561 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/61393568 with QoS: 0 2023-05-12T21:27:50,565 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/61393568 2023-05-12T21:27:50,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:50,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870541... 2023-05-12T21:27:50,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870574.xml... 2023-05-12T21:27:50,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870574.xml... Done. 2023-05-12T21:27:50,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870276.xml 2023-05-12T21:27:50,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:50,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,581 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,581 [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@ec529399 2023-05-12T21:27:50,581 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:50,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:50,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:50,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:50,582 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870574... 2023-05-12T21:27:50,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870591.xml... 2023-05-12T21:27:50,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870591.xml... Done. 2023-05-12T21:27:50,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870290.xml 2023-05-12T21:27:50,597 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,598 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,599 [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 2023-05-12T21:27:50,601 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/snapshot 2023-05-12T21:27:50,602 [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)) 2023-05-12T21:27:50,602 [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) 2023-05-12T21:27:50,602 [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 2023-05-12T21:27:50,603 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1327437668, priority: 1 2023-05-12T21:27:50,607 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1327437668, priority: 1 2023-05-12T21:27:50,616 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1327437668 with QoS: 0 2023-05-12T21:27:50,620 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1327437668 2023-05-12T21:27:50,623 [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 2023-05-12T21:27:50,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:50,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:50,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:50,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:50,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:50,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:50,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,627 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:50,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870591... 2023-05-12T21:27:50,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870631.xml... 2023-05-12T21:27:50,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870631.xml... Done. 2023-05-12T21:27:50,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870331.xml 2023-05-12T21:27:50,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:50,638 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,639 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,639 [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 2023-05-12T21:27:50,640 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:50,641 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-12T21:27:50,642 [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)) 2023-05-12T21:27:50,643 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:50,643 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,643 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:50,644 [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 2023-05-12T21:27:50,644 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,644 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,644 [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@b43389f 2023-05-12T21:27:50,644 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:50,645 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870631... 2023-05-12T21:27:50,649 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870647.xml... 2023-05-12T21:27:50,652 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870647.xml... Done. 2023-05-12T21:27:50,652 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870379.xml 2023-05-12T21:27:50,652 [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 2023-05-12T21:27:50,652 [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 2023-05-12T21:27:50,652 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1865680382, priority: 1 2023-05-12T21:27:50,655 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1865680382, priority: 1 2023-05-12T21:27:50,657 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1865680382 with QoS: 0 2023-05-12T21:27:50,660 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1865680382 2023-05-12T21:27:50,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870647... 2023-05-12T21:27:50,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870668.xml... 2023-05-12T21:27:50,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870668.xml... Done. 2023-05-12T21:27:50,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870421.xml 2023-05-12T21:27:50,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,675 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,676 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,676 [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)) 2023-05-12T21:27:50,677 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,677 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:50,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:50,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:50,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:50,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:50,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-12T21:27:50,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870668... 2023-05-12T21:27:50,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870685.xml... 2023-05-12T21:27:50,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870685.xml... Done. 2023-05-12T21:27:50,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870504.xml 2023-05-12T21:27:50,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,692 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:50,692 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,694 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:50,696 [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)) 2023-05-12T21:27:50,715 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870685... 2023-05-12T21:27:50,718 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,719 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2023-05-12T21:27:50,719 [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 2023-05-12T21:27:50,720 [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 2023-05-12T21:27:50,720 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,721 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870685... 2023-05-12T21:27:50,726 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870723.xml... 2023-05-12T21:27:50,729 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870723.xml... Done. 2023-05-12T21:27:50,729 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870516.xml 2023-05-12T21:27:50,729 [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 2023-05-12T21:27:50,729 [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 2023-05-12T21:27:50,730 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1412072048, priority: 1 2023-05-12T21:27:50,734 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1412072048, priority: 1 2023-05-12T21:27:50,736 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1412072048 with QoS: 0 2023-05-12T21:27:50,739 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1412072048 2023-05-12T21:27:50,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2023-05-12T21:27:50,741 [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 2023-05-12T21:27:50,741 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:50,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:50,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:50,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:50,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:50,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:50,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,744 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:50,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870723... 2023-05-12T21:27:50,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870747.xml... 2023-05-12T21:27:50,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870747.xml... Done. 2023-05-12T21:27:50,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870528.xml 2023-05-12T21:27:50,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:50,755 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:50,756 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,756 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:50,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870747... 2023-05-12T21:27:50,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870759.xml... 2023-05-12T21:27:50,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870759.xml... Done. 2023-05-12T21:27:50,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870541.xml 2023-05-12T21:27:50,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:50,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:50,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:50,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:50,765 [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@522c0da 2023-05-12T21:27:50,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:50,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:50,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870759... 2023-05-12T21:27:50,767 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:50,767 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:50,767 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:50,767 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:50,768 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:50,768 [pool-54-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:50,769 [pool-54-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:50,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870770.xml... 2023-05-12T21:27:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870770.xml... Done. 2023-05-12T21:27:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870574.xml 2023-05-12T21:27:50,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:50,775 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:50,775 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:50,776 [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 2023-05-12T21:27:50,777 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-12T21:27:50,778 [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)) 2023-05-12T21:27:50,779 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:50,779 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,779 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:50,779 [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 2023-05-12T21:27:50,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:50,780 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,780 [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@522c0da 2023-05-12T21:27:50,780 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870770... 2023-05-12T21:27:50,785 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870783.xml... 2023-05-12T21:27:50,787 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870783.xml... Done. 2023-05-12T21:27:50,788 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870591.xml 2023-05-12T21:27:50,788 [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 2023-05-12T21:27:50,788 [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 2023-05-12T21:27:50,788 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1840535723, priority: 1 2023-05-12T21:27:50,791 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1840535723, priority: 1 2023-05-12T21:27:50,814 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1840535723 with QoS: 0 2023-05-12T21:27:50,817 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1840535723 2023-05-12T21:27:50,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:50,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:50,821 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:50,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:50,822 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870783... 2023-05-12T21:27:50,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870829.xml... 2023-05-12T21:27:50,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870829.xml... Done. 2023-05-12T21:27:50,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870631.xml 2023-05-12T21:27:50,835 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,835 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,835 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,836 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,836 [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)) 2023-05-12T21:27:50,836 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,836 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:50,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:50,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:50,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:50,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:50,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:50,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:50,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:50,839 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:50,839 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:50,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:50,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:50,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:50,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:50,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870829... 2023-05-12T21:27:50,841 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:50,841 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:50,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870844.xml... 2023-05-12T21:27:50,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870844.xml... Done. 2023-05-12T21:27:50,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870647.xml 2023-05-12T21:27:50,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,851 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,852 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,852 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:50,853 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:50,853 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph with QoS: 0 2023-05-12T21:27:50,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,856 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2023-05-12T21:27:50,857 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:50,858 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:50,858 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:50,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=DEL/graph} ConfigurationService - Success - Delete factory configuration: foo 2023-05-12T21:27:50,858 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:50,859 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:50,859 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:50,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=DEL/graph} ConfigurationService - Success - Delete factory configuration: bar 2023-05-12T21:27:50,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:50,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=DEL/graph} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870844... 2023-05-12T21:27:50,862 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,863 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,865 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870863.xml... 2023-05-12T21:27:50,868 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870863.xml... Done. 2023-05-12T21:27:50,868 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870668.xml 2023-05-12T21:27:50,868 [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 2023-05-12T21:27:50,868 [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 2023-05-12T21:27:50,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:50,868 [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 2023-05-12T21:27:50,869 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2004299797, priority: 1 2023-05-12T21:27:50,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,870 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,872 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2004299797, priority: 1 2023-05-12T21:27:50,874 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2004299797 with QoS: 0 2023-05-12T21:27:50,878 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2004299797 2023-05-12T21:27:50,879 [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)) 2023-05-12T21:27:50,881 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870863... 2023-05-12T21:27:50,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870887.xml... 2023-05-12T21:27:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870887.xml... Done. 2023-05-12T21:27:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870685.xml 2023-05-12T21:27:50,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,925 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,926 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:50,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870887... 2023-05-12T21:27:50,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870932.xml... 2023-05-12T21:27:50,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870932.xml... Done. 2023-05-12T21:27:50,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870723.xml 2023-05-12T21:27:50,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:50,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:50,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:50,940 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:50,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:50,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:50,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:50,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:50,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:50,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870932... 2023-05-12T21:27:50,943 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:50,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870946.xml... 2023-05-12T21:27:50,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870946.xml... Done. 2023-05-12T21:27:50,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870747.xml 2023-05-12T21:27:50,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:50,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:50,952 [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 2023-05-12T21:27:50,955 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:50,958 [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)) 2023-05-12T21:27:50,959 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:50,959 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:50,959 [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 2023-05-12T21:27:50,959 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:50,959 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:50,960 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:50,961 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:50,962 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:50,962 [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 2023-05-12T21:27:50,962 [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 2023-05-12T21:27:50,963 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870946... 2023-05-12T21:27:50,966 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:50,967 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:50,969 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870967.xml... 2023-05-12T21:27:50,971 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870967.xml... Done. 2023-05-12T21:27:50,972 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870759.xml 2023-05-12T21:27:50,972 [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 2023-05-12T21:27:50,972 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870967... 2023-05-12T21:27:50,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:50,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:50,974 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:50,974 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:50,976 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:50,977 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-12T21:27:50,977 [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 2023-05-12T21:27:50,977 [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 2023-05-12T21:27:50,977 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:50,978 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-12T21:27:50,978 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870967... 2023-05-12T21:27:50,984 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870981.xml... 2023-05-12T21:27:50,987 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870981.xml... Done. 2023-05-12T21:27:50,987 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870770.xml 2023-05-12T21:27:50,987 [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 2023-05-12T21:27:50,987 [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 2023-05-12T21:27:50,987 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1666531776, priority: 1 2023-05-12T21:27:50,990 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1666531776, priority: 1 2023-05-12T21:27:51,014 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1666531776 with QoS: 0 2023-05-12T21:27:51,017 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1666531776 2023-05-12T21:27:51,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:51,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926870981... 2023-05-12T21:27:51,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871025.xml... 2023-05-12T21:27:51,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871025.xml... Done. 2023-05-12T21:27:51,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870783.xml 2023-05-12T21:27:51,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,030 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,030 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871025... 2023-05-12T21:27:51,033 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871036.xml... 2023-05-12T21:27:51,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871036.xml... Done. 2023-05-12T21:27:51,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870829.xml 2023-05-12T21:27:51,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,043 [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 2023-05-12T21:27:51,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:51,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:51,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:51,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:51,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:51,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871036... 2023-05-12T21:27:51,045 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:51,045 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:51,046 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:51,046 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871048.xml... 2023-05-12T21:27:51,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871048.xml... Done. 2023-05-12T21:27:51,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870844.xml 2023-05-12T21:27:51,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:51,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:51,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:51,057 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:51,059 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:51,061 [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)) 2023-05-12T21:27:51,061 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:51,062 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:51,062 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:51,062 [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 2023-05-12T21:27:51,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:51,062 [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 2023-05-12T21:27:51,062 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:51,063 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:51,063 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:51,063 [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 2023-05-12T21:27:51,063 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,064 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871048... 2023-05-12T21:27:51,064 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:51,064 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:51,065 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:51,065 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,065 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:51,066 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,066 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:51,070 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871067.xml... 2023-05-12T21:27:51,073 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871067.xml... Done. 2023-05-12T21:27:51,073 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870863.xml 2023-05-12T21:27:51,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/configs} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:51,074 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:51,074 [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 2023-05-12T21:27:51,074 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2002328599, priority: 1 2023-05-12T21:27:51,077 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2002328599, priority: 1 2023-05-12T21:27:51,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2002328599 with QoS: 0 2023-05-12T21:27:51,115 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2002328599 2023-05-12T21:27:51,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-12T21:27:51,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871067... 2023-05-12T21:27:51,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871124.xml... 2023-05-12T21:27:51,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871124.xml... Done. 2023-05-12T21:27:51,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870887.xml 2023-05-12T21:27:51,129 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,129 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,129 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,130 [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@1d07cfc5 2023-05-12T21:27:51,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,130 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,132 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871124... 2023-05-12T21:27:51,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871135.xml... 2023-05-12T21:27:51,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871135.xml... Done. 2023-05-12T21:27:51,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870932.xml 2023-05-12T21:27:51,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,140 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,141 [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 2023-05-12T21:27:51,141 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,141 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:51,143 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid 2023-05-12T21:27:51,144 [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 2023-05-12T21:27:51,145 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1268325577, priority: 1 2023-05-12T21:27:51,151 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1268325577, priority: 1 2023-05-12T21:27:51,155 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1268325577 with QoS: 0 2023-05-12T21:27:51,157 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1268325577 2023-05-12T21:27:51,159 [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 2023-05-12T21:27:51,162 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/assets/channelDescriptor 2023-05-12T21:27:51,163 [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 2023-05-12T21:27:51,163 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2043244880, priority: 1 2023-05-12T21:27:51,167 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2043244880, priority: 1 2023-05-12T21:27:51,170 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2043244880 with QoS: 0 2023-05-12T21:27:51,175 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2043244880 2023-05-12T21:27:51,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871135... 2023-05-12T21:27:51,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871215.xml... 2023-05-12T21:27:51,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871215.xml... Done. 2023-05-12T21:27:51,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870946.xml 2023-05-12T21:27:51,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,223 [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@4e8c064a 2023-05-12T21:27:51,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,223 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,225 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871215... 2023-05-12T21:27:51,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871229.xml... 2023-05-12T21:27:51,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871229.xml... Done. 2023-05-12T21:27:51,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870967.xml 2023-05-12T21:27:51,234 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,234 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,235 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,235 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:51,236 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,236 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:51,238 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:51,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=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)) 2023-05-12T21:27:51,242 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871229... 2023-05-12T21:27:51,246 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,246 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-12T21:27:51,247 [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 2023-05-12T21:27:51,247 [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 2023-05-12T21:27:51,247 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,247 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-12T21:27:51,248 [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@4160e013 2023-05-12T21:27:51,248 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,248 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871229... 2023-05-12T21:27:51,248 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,249 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,253 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871251.xml... 2023-05-12T21:27:51,256 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871251.xml... Done. 2023-05-12T21:27:51,256 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926870981.xml 2023-05-12T21:27:51,256 [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 2023-05-12T21:27:51,256 [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 2023-05-12T21:27:51,256 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/289825954, priority: 1 2023-05-12T21:27:51,259 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/289825954, priority: 1 2023-05-12T21:27:51,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/289825954 with QoS: 0 2023-05-12T21:27:51,264 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/289825954 2023-05-12T21:27:51,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:51,267 [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 2023-05-12T21:27:51,270 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid 2023-05-12T21:27:51,274 [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 2023-05-12T21:27:51,274 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1219152240, priority: 1 2023-05-12T21:27:51,278 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1219152240, priority: 1 2023-05-12T21:27:51,282 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1219152240 with QoS: 0 2023-05-12T21:27:51,286 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1219152240 2023-05-12T21:27:51,314 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871251... 2023-05-12T21:27:51,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871323.xml... 2023-05-12T21:27:51,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871323.xml... Done. 2023-05-12T21:27:51,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871025.xml 2023-05-12T21:27:51,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,330 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,330 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,330 [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@4160e013 2023-05-12T21:27:51,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,330 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,333 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871323... 2023-05-12T21:27:51,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871337.xml... 2023-05-12T21:27:51,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871337.xml... Done. 2023-05-12T21:27:51,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871036.xml 2023-05-12T21:27:51,342 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,342 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,343 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,343 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:51,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:51,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,344 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871337... 2023-05-12T21:27:51,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871348.xml... 2023-05-12T21:27:51,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871348.xml... Done. 2023-05-12T21:27:51,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871048.xml 2023-05-12T21:27:51,354 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:51,354 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:51,355 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:51,355 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:51,355 [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@d1938667 2023-05-12T21:27:51,357 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:51,358 [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)) 2023-05-12T21:27:51,359 [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 2023-05-12T21:27:51,359 [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 2023-05-12T21:27:51,359 [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 2023-05-12T21:27:51,359 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:51,360 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:51,360 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:51,360 [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 2023-05-12T21:27:51,360 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,360 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871348... 2023-05-12T21:27:51,361 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:51,361 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:51,361 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-12T21:27:51,361 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,362 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:51,362 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,363 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,366 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871364.xml... 2023-05-12T21:27:51,369 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871364.xml... Done. 2023-05-12T21:27:51,369 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871067.xml 2023-05-12T21:27:51,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:51,370 [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 2023-05-12T21:27:51,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:51,370 [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 2023-05-12T21:27:51,370 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2007411448, priority: 1 2023-05-12T21:27:51,374 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2007411448, priority: 1 2023-05-12T21:27:51,376 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2007411448 with QoS: 0 2023-05-12T21:27:51,379 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2007411448 2023-05-12T21:27:51,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-12T21:27:51,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871364... 2023-05-12T21:27:51,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871414.xml... 2023-05-12T21:27:51,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871414.xml... Done. 2023-05-12T21:27:51,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871124.xml 2023-05-12T21:27:51,421 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,421 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,421 [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@d1938667 2023-05-12T21:27:51,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,422 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,424 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871414... 2023-05-12T21:27:51,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871428.xml... 2023-05-12T21:27:51,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871428.xml... Done. 2023-05-12T21:27:51,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871135.xml 2023-05-12T21:27:51,434 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,434 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,435 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,435 [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 2023-05-12T21:27:51,435 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,436 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,437 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2023-05-12T21:27:51,438 [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 2023-05-12T21:27:51,439 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1129112335, priority: 1 2023-05-12T21:27:51,442 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1129112335, priority: 1 2023-05-12T21:27:51,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1129112335 with QoS: 0 2023-05-12T21:27:51,447 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1129112335 2023-05-12T21:27:51,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871428... 2023-05-12T21:27:51,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871455.xml... 2023-05-12T21:27:51,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871455.xml... Done. 2023-05-12T21:27:51,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871215.xml 2023-05-12T21:27:51,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,460 [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@fbba077f 2023-05-12T21:27:51,460 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:51,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:51,461 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:51,461 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,461 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871455... 2023-05-12T21:27:51,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871467.xml... 2023-05-12T21:27:51,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871467.xml... Done. 2023-05-12T21:27:51,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871229.xml 2023-05-12T21:27:51,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,472 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,473 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,473 [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 2023-05-12T21:27:51,475 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:51,478 [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)) 2023-05-12T21:27:51,479 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:51,479 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:51,479 [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 2023-05-12T21:27:51,479 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:51,479 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:51,480 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:51,481 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:51,481 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:51,482 [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 2023-05-12T21:27:51,482 [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 2023-05-12T21:27:51,482 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-12T21:27:51,482 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:51,483 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-12T21:27:51,515 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-12T21:27:51,515 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-12T21:27:51,515 [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 2023-05-12T21:27:51,516 [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 2023-05-12T21:27:51,517 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871467... 2023-05-12T21:27:51,519 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,520 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,522 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871520.xml... 2023-05-12T21:27:51,525 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871520.xml... Done. 2023-05-12T21:27:51,525 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871251.xml 2023-05-12T21:27:51,525 [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 2023-05-12T21:27:51,525 [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 2023-05-12T21:27:51,526 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-81751736, priority: 1 2023-05-12T21:27:51,527 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,527 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:51,528 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2023-05-12T21:27:51,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:51,530 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:51,530 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,530 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-81751736, priority: 1 2023-05-12T21:27:51,534 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-81751736 with QoS: 0 2023-05-12T21:27:51,538 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-81751736 2023-05-12T21:27:51,540 [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)) 2023-05-12T21:27:51,541 [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)) 2023-05-12T21:27:51,542 [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)) 2023-05-12T21:27:51,543 [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 2023-05-12T21:27:51,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,544 [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 2023-05-12T21:27:51,546 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2023-05-12T21:27:51,547 [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 2023-05-12T21:27:51,547 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1673562306, priority: 1 2023-05-12T21:27:51,550 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1673562306, priority: 1 2023-05-12T21:27:51,552 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1673562306 with QoS: 0 2023-05-12T21:27:51,555 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1673562306 2023-05-12T21:27:51,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:51,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:51,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:51,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:51,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-12T21:27:51,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:51,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-12T21:27:51,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-12T21:27:51,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:51,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871520... 2023-05-12T21:27:51,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871565.xml... 2023-05-12T21:27:51,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871565.xml... Done. 2023-05-12T21:27:51,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871323.xml 2023-05-12T21:27:51,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:51,571 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,572 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,572 [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 2023-05-12T21:27:51,573 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,573 [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 2023-05-12T21:27:51,575 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:51,577 [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)) 2023-05-12T21:27:51,578 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:51,578 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:51,578 [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 2023-05-12T21:27:51,578 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:51,578 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:51,579 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:51,580 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:51,580 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:51,580 [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 2023-05-12T21:27:51,580 [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 2023-05-12T21:27:51,615 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871565... 2023-05-12T21:27:51,618 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,619 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,621 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871619.xml... 2023-05-12T21:27:51,623 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871619.xml... Done. 2023-05-12T21:27:51,623 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871337.xml 2023-05-12T21:27:51,624 [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 2023-05-12T21:27:51,624 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871619... 2023-05-12T21:27:51,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:51,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:51,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,627 [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 2023-05-12T21:27:51,627 [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 2023-05-12T21:27:51,627 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,628 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,628 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,628 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,628 [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 2023-05-12T21:27:51,628 [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 2023-05-12T21:27:51,629 [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 2023-05-12T21:27:51,629 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,629 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,629 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871619... 2023-05-12T21:27:51,634 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871632.xml... 2023-05-12T21:27:51,636 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871632.xml... Done. 2023-05-12T21:27:51,636 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871348.xml 2023-05-12T21:27:51,637 [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 2023-05-12T21:27:51,637 [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 2023-05-12T21:27:51,637 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,637 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1601555683, priority: 1 2023-05-12T21:27:51,637 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,638 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,640 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1601555683, priority: 1 2023-05-12T21:27:51,642 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1601555683 with QoS: 0 2023-05-12T21:27:51,644 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1601555683 2023-05-12T21:27:51,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:51,646 [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 2023-05-12T21:27:51,649 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/definitions 2023-05-12T21:27:51,656 [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 2023-05-12T21:27:51,657 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/409150677, priority: 1 2023-05-12T21:27:51,659 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/409150677, priority: 1 2023-05-12T21:27:51,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/409150677 with QoS: 0 2023-05-12T21:27:51,716 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/409150677 2023-05-12T21:27:51,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:51,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:51,721 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:51,721 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871632... 2023-05-12T21:27:51,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871727.xml... 2023-05-12T21:27:51,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871727.xml... Done. 2023-05-12T21:27:51,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871364.xml 2023-05-12T21:27:51,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,735 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,736 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,737 [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 2023-05-12T21:27:51,739 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:51,740 [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)) 2023-05-12T21:27:51,741 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:51,741 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:51,741 [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 2023-05-12T21:27:51,741 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:51,741 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:51,742 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:51,742 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:51,742 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:51,742 [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 2023-05-12T21:27:51,743 [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 2023-05-12T21:27:51,743 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871727... 2023-05-12T21:27:51,746 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,747 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,749 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871747.xml... 2023-05-12T21:27:51,751 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871747.xml... Done. 2023-05-12T21:27:51,752 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871414.xml 2023-05-12T21:27:51,752 [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 2023-05-12T21:27:51,752 [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 2023-05-12T21:27:51,752 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/543149956, priority: 1 2023-05-12T21:27:51,753 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,754 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:51,754 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:51,754 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,757 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/543149956, priority: 1 2023-05-12T21:27:51,759 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/543149956 with QoS: 0 2023-05-12T21:27:51,762 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/543149956 2023-05-12T21:27:51,763 [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)) 2023-05-12T21:27:51,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:51,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:51,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:51,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:51,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871747... 2023-05-12T21:27:51,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871770.xml... 2023-05-12T21:27:51,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871770.xml... Done. 2023-05-12T21:27:51,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871428.xml 2023-05-12T21:27:51,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,775 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,775 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,776 [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 2023-05-12T21:27:51,777 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:51,779 [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)) 2023-05-12T21:27:51,781 [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 2023-05-12T21:27:51,782 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-397790958, priority: 1 2023-05-12T21:27:51,816 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-397790958, priority: 1 2023-05-12T21:27:51,817 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-397790958 with QoS: 0 2023-05-12T21:27:51,820 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-397790958 2023-05-12T21:27:51,821 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871770... 2023-05-12T21:27:51,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871827.xml... 2023-05-12T21:27:51,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871827.xml... Done. 2023-05-12T21:27:51,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871455.xml 2023-05-12T21:27:51,833 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,833 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,833 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,833 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,834 [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 2023-05-12T21:27:51,836 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:51,837 [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)) 2023-05-12T21:27:51,838 [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 2023-05-12T21:27:51,838 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/16817092, priority: 1 2023-05-12T21:27:51,841 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/16817092, priority: 1 2023-05-12T21:27:51,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/16817092 with QoS: 0 2023-05-12T21:27:51,845 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/16817092 2023-05-12T21:27:51,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871827... 2023-05-12T21:27:51,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871852.xml... 2023-05-12T21:27:51,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871852.xml... Done. 2023-05-12T21:27:51,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871467.xml 2023-05-12T21:27:51,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,858 [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@eef6e40b 2023-05-12T21:27:51,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,858 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,860 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871852... 2023-05-12T21:27:51,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871865.xml... 2023-05-12T21:27:51,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871865.xml... Done. 2023-05-12T21:27:51,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871520.xml 2023-05-12T21:27:51,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,871 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,871 [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 2023-05-12T21:27:51,872 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,872 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:51,874 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/ocds 2023-05-12T21:27:51,874 [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 2023-05-12T21:27:51,875 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2049833758, priority: 1 2023-05-12T21:27:51,880 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2049833758, priority: 1 2023-05-12T21:27:51,915 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2049833758 with QoS: 0 2023-05-12T21:27:51,919 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2049833758 2023-05-12T21:27:51,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:51,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871865... 2023-05-12T21:27:51,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871928.xml... 2023-05-12T21:27:51,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871928.xml... Done. 2023-05-12T21:27:51,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871565.xml 2023-05-12T21:27:51,933 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:51,934 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:51,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:51,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:51,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:51,934 [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@16ba92cd 2023-05-12T21:27:51,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:51,934 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:51,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:51,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:51,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:51,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:51,937 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:51,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871928... 2023-05-12T21:27:51,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871940.xml... 2023-05-12T21:27:51,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871940.xml... Done. 2023-05-12T21:27:51,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871619.xml 2023-05-12T21:27:51,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:51,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:51,949 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:51,949 [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 2023-05-12T21:27:51,949 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:51,950 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-12T21:27:51,951 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid 2023-05-12T21:27:51,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=POST/metadata/drivers/channelDescriptors/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:51,952 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/519625261, priority: 1 2023-05-12T21:27:51,955 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/519625261, priority: 1 2023-05-12T21:27:51,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/519625261 with QoS: 0 2023-05-12T21:27:51,961 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/519625261 2023-05-12T21:27:51,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871940... 2023-05-12T21:27:51,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871971.xml... 2023-05-12T21:27:51,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871971.xml... Done. 2023-05-12T21:27:51,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871632.xml 2023-05-12T21:27:51,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,979 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:51,979 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:51,980 [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)) 2023-05-12T21:27:51,980 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:51,980 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:51,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-12T21:27:51,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-12T21:27:51,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:51,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-12T21:27:51,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-12T21:27:51,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-12T21:27:51,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-12T21:27:51,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871971... 2023-05-12T21:27:51,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:51,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:51,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871988.xml... 2023-05-12T21:27:52,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871988.xml... Done. 2023-05-12T21:27:52,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871727.xml 2023-05-12T21:27:52,017 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,018 [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 2023-05-12T21:27:52,019 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,019 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,019 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,019 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,020 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-12T21:27:52,021 [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)) 2023-05-12T21:27:52,022 [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 2023-05-12T21:27:52,022 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1522810288, priority: 1 2023-05-12T21:27:52,025 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1522810288, priority: 1 2023-05-12T21:27:52,027 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1522810288 with QoS: 0 2023-05-12T21:27:52,030 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1522810288 2023-05-12T21:27:52,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-12T21:27:52,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:52,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-12T21:27:52,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-12T21:27:52,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-12T21:27:52,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926871988... 2023-05-12T21:27:52,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872042.xml... 2023-05-12T21:27:52,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872042.xml... Done. 2023-05-12T21:27:52,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871747.xml 2023-05-12T21:27:52,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,049 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,050 [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)) 2023-05-12T21:27:52,051 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,051 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:52,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:52,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:52,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:52,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:52,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:52,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:52,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:52,053 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:52,053 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:52,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:52,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:52,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:52,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:52,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,056 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:52,056 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:52,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872042... 2023-05-12T21:27:52,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872061.xml... 2023-05-12T21:27:52,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872061.xml... Done. 2023-05-12T21:27:52,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871770.xml 2023-05-12T21:27:52,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,068 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,069 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,069 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:52,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:52,071 [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 2023-05-12T21:27:52,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,074 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:52,075 [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)) 2023-05-12T21:27:52,075 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,076 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,076 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:52,077 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:52,077 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:52,077 [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 2023-05-12T21:27:52,077 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:52,078 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:52,078 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:52,078 [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 2023-05-12T21:27:52,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:52,078 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2023-05-12T21:27:52,078 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2023-05-12T21:27:52,079 [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 2023-05-12T21:27:52,079 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872061... 2023-05-12T21:27:52,083 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,084 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,114 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872084.xml... 2023-05-12T21:27:52,117 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872084.xml... Done. 2023-05-12T21:27:52,118 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871827.xml 2023-05-12T21:27:52,118 [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 2023-05-12T21:27:52,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:52,118 [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 2023-05-12T21:27:52,118 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1610017436, priority: 1 2023-05-12T21:27:52,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,120 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1610017436, priority: 1 2023-05-12T21:27:52,122 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1610017436 with QoS: 0 2023-05-12T21:27:52,125 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1610017436 2023-05-12T21:27:52,126 [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)) 2023-05-12T21:27:52,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:52,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872084... 2023-05-12T21:27:52,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872134.xml... 2023-05-12T21:27:52,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872134.xml... Done. 2023-05-12T21:27:52,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871852.xml 2023-05-12T21:27:52,141 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:52,141 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:52,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,141 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:52,141 [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@9c72be14 2023-05-12T21:27:52,141 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:52,143 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:52,144 [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)) 2023-05-12T21:27:52,145 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872134... 2023-05-12T21:27:52,148 [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 2023-05-12T21:27:52,148 [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 2023-05-12T21:27:52,148 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:52,149 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:52,149 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:52,149 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:52,149 [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 2023-05-12T21:27:52,149 [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 2023-05-12T21:27:52,149 [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 2023-05-12T21:27:52,149 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,150 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:52,150 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872134... 2023-05-12T21:27:52,156 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872154.xml... 2023-05-12T21:27:52,159 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872154.xml... Done. 2023-05-12T21:27:52,159 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871865.xml 2023-05-12T21:27:52,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/configs} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,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/configs} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:52,159 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:52,159 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1017791008, priority: 1 2023-05-12T21:27:52,160 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:52,160 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:52,162 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1017791008, priority: 1 2023-05-12T21:27:52,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1017791008 with QoS: 0 2023-05-12T21:27:52,166 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1017791008 2023-05-12T21:27:52,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-12T21:27:52,168 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872154... 2023-05-12T21:27:52,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872174.xml... 2023-05-12T21:27:52,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872174.xml... Done. 2023-05-12T21:27:52,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871928.xml 2023-05-12T21:27:52,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,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)) 2023-05-12T21:27:52,181 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,181 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:52,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:52,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:52,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:52,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:52,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:52,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:52,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872174... 2023-05-12T21:27:52,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872219.xml... 2023-05-12T21:27:52,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872219.xml... Done. 2023-05-12T21:27:52,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871940.xml 2023-05-12T21:27:52,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,224 [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 2023-05-12T21:27:52,225 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,226 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:52,228 [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)) 2023-05-12T21:27:52,228 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,228 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,229 [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 2023-05-12T21:27:52,229 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-12T21:27:52,229 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:52,229 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-12T21:27:52,230 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-12T21:27:52,230 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-12T21:27:52,230 [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 2023-05-12T21:27:52,230 [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 2023-05-12T21:27:52,231 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872219... 2023-05-12T21:27:52,234 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,235 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,237 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872235.xml... 2023-05-12T21:27:52,239 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872235.xml... Done. 2023-05-12T21:27:52,240 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871971.xml 2023-05-12T21:27:52,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=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,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=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:52,240 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-621133261, priority: 1 2023-05-12T21:27:52,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,242 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,242 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,242 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,243 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-621133261, priority: 1 2023-05-12T21:27:52,245 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-621133261 with QoS: 0 2023-05-12T21:27:52,247 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-621133261 2023-05-12T21:27:52,249 [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)) 2023-05-12T21:27:52,249 [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)) 2023-05-12T21:27:52,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:52,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:52,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:52,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-12T21:27:52,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:52,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-12T21:27:52,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-12T21:27:52,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872235... 2023-05-12T21:27:52,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872259.xml... 2023-05-12T21:27:52,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872259.xml... Done. 2023-05-12T21:27:52,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926871988.xml 2023-05-12T21:27:52,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,264 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-12T21:27:52,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,265 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:52,267 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:52,268 [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)) 2023-05-12T21:27:52,269 [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 2023-05-12T21:27:52,269 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-39119700, priority: 1 2023-05-12T21:27:52,273 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-39119700, priority: 1 2023-05-12T21:27:52,276 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-39119700 with QoS: 0 2023-05-12T21:27:52,279 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-39119700 2023-05-12T21:27:52,317 [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 2023-05-12T21:27:52,320 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/factoryPids 2023-05-12T21:27:52,321 [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 2023-05-12T21:27:52,321 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1096676155, priority: 1 2023-05-12T21:27:52,326 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1096676155, priority: 1 2023-05-12T21:27:52,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1096676155 with QoS: 0 2023-05-12T21:27:52,333 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1096676155 2023-05-12T21:27:52,335 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2023-05-12T21:27:52,338 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-12T21:27:52,339 [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)) 2023-05-12T21:27:52,340 [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 2023-05-12T21:27:52,340 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1925117209, priority: 1 2023-05-12T21:27:52,343 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1925117209, priority: 1 2023-05-12T21:27:52,344 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1925117209 with QoS: 0 2023-05-12T21:27:52,347 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1925117209 2023-05-12T21:27:52,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872259... 2023-05-12T21:27:52,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872354.xml... 2023-05-12T21:27:52,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872354.xml... Done. 2023-05-12T21:27:52,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872042.xml 2023-05-12T21:27:52,360 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,360 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,361 [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 2023-05-12T21:27:52,363 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:52,364 [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)) 2023-05-12T21:27:52,364 [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 2023-05-12T21:27:52,365 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1078710540, priority: 1 2023-05-12T21:27:52,367 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1078710540, priority: 1 2023-05-12T21:27:52,368 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1078710540 with QoS: 0 2023-05-12T21:27:52,371 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1078710540 2023-05-12T21:27:52,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872354... 2023-05-12T21:27:52,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872379.xml... 2023-05-12T21:27:52,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872379.xml... Done. 2023-05-12T21:27:52,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872061.xml 2023-05-12T21:27:52,422 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,422 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,422 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,423 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,423 [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)) 2023-05-12T21:27:52,424 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,424 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:52,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:52,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:52,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:52,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:52,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:52,426 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:52,426 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872379... 2023-05-12T21:27:52,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872430.xml... 2023-05-12T21:27:52,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872430.xml... Done. 2023-05-12T21:27:52,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872084.xml 2023-05-12T21:27:52,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,436 [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 2023-05-12T21:27:52,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,438 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-12T21:27:52,438 [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 2023-05-12T21:27:52,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=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-12T21:27:52,439 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2097662883, priority: 1 2023-05-12T21:27:52,442 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2097662883, priority: 1 2023-05-12T21:27:52,443 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2097662883 with QoS: 0 2023-05-12T21:27:52,446 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2097662883 2023-05-12T21:27:52,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:52,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:52,451 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:52,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872430... 2023-05-12T21:27:52,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872457.xml... 2023-05-12T21:27:52,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872457.xml... Done. 2023-05-12T21:27:52,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872134.xml 2023-05-12T21:27:52,462 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,462 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,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)) 2023-05-12T21:27:52,463 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,463 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-12T21:27:52,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-12T21:27:52,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-12T21:27:52,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-12T21:27:52,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-12T21:27:52,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-12T21:27:52,464 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-12T21:27:52,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872457... 2023-05-12T21:27:52,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872470.xml... 2023-05-12T21:27:52,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872470.xml... Done. 2023-05-12T21:27:52,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872154.xml 2023-05-12T21:27:52,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,476 [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 2023-05-12T21:27:52,477 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,477 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,477 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,477 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,478 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-12T21:27:52,479 [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 2023-05-12T21:27:52,479 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-327647270, priority: 1 2023-05-12T21:27:52,482 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-327647270, priority: 1 2023-05-12T21:27:52,484 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-327647270 with QoS: 0 2023-05-12T21:27:52,486 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-327647270 2023-05-12T21:27:52,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:52,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872470... 2023-05-12T21:27:52,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872521.xml... 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872521.xml... Done. 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872174.xml 2023-05-12T21:27:52,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:52,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:52,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:52,527 [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@35dc857a 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:52,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:52,527 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:52,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:52,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:52,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:52,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,529 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:52,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872521... 2023-05-12T21:27:52,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872532.xml... 2023-05-12T21:27:52,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872532.xml... Done. 2023-05-12T21:27:52,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872219.xml 2023-05-12T21:27:52,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:52,537 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:52,537 [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 2023-05-12T21:27:52,538 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:52,538 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:52,540 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/channelDescriptors 2023-05-12T21:27:52,542 [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 2023-05-12T21:27:52,543 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-93657408, priority: 1 2023-05-12T21:27:52,545 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-93657408, priority: 1 2023-05-12T21:27:52,547 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-93657408 with QoS: 0 2023-05-12T21:27:52,590 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-93657408 2023-05-12T21:27:52,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-12T21:27:52,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-12T21:27:52,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-12T21:27:52,595 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-12T21:27:52,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872532... 2023-05-12T21:27:52,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872600.xml... 2023-05-12T21:27:52,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872600.xml... Done. 2023-05-12T21:27:52,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872235.xml 2023-05-12T21:27:52,606 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,606 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,606 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,607 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,614 [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)) 2023-05-12T21:27:52,614 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,614 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2023-05-12T21:27:52,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2023-05-12T21:27:52,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:52,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2023-05-12T21:27:52,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2023-05-12T21:27:52,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2023-05-12T21:27:52,616 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2023-05-12T21:27:52,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2023-05-12T21:27:52,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2023-05-12T21:27:52,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-12T21:27:52,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2023-05-12T21:27:52,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2023-05-12T21:27:52,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2023-05-12T21:27:52,618 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2023-05-12T21:27:52,618 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872600... 2023-05-12T21:27:52,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872625.xml... 2023-05-12T21:27:52,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872625.xml... Done. 2023-05-12T21:27:52,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872259.xml 2023-05-12T21:27:52,631 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,631 [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 2023-05-12T21:27:52,632 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,632 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,632 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,632 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,633 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:52,634 [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)) 2023-05-12T21:27:52,634 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,635 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,635 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2023-05-12T21:27:52,635 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-12T21:27:52,635 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2023-05-12T21:27:52,635 [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 2023-05-12T21:27:52,635 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-12T21:27:52,636 [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 2023-05-12T21:27:52,636 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872625... 2023-05-12T21:27:52,639 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,640 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,642 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872640.xml... 2023-05-12T21:27:52,644 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872640.xml... Done. 2023-05-12T21:27:52,645 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872354.xml 2023-05-12T21:27:52,645 [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 2023-05-12T21:27:52,645 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,645 [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 2023-05-12T21:27:52,645 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-299151411, priority: 1 2023-05-12T21:27:52,645 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,645 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,646 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,648 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-299151411, priority: 1 2023-05-12T21:27:52,651 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-299151411 with QoS: 0 2023-05-12T21:27:52,655 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-299151411 2023-05-12T21:27:52,657 [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)) 2023-05-12T21:27:52,658 [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)) 2023-05-12T21:27:52,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-12T21:27:52,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:52,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872640... 2023-05-12T21:27:52,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872666.xml... 2023-05-12T21:27:52,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872666.xml... Done. 2023-05-12T21:27:52,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872379.xml 2023-05-12T21:27:52,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-12T21:27:52,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:52,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:52,672 [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 2023-05-12T21:27:52,673 [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@638ad325 2023-05-12T21:27:52,674 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2023-05-12T21:27:52,675 [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 2023-05-12T21:27:52,675 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/221853085, priority: 1 2023-05-12T21:27:52,680 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/221853085, priority: 1 2023-05-12T21:27:52,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/221853085 with QoS: 0 2023-05-12T21:27:52,717 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/221853085 2023-05-12T21:27:52,719 [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 2023-05-12T21:27:52,723 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/factoryPids 2023-05-12T21:27:52,726 [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 2023-05-12T21:27:52,726 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/514185940, priority: 1 2023-05-12T21:27:52,729 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/514185940, priority: 1 2023-05-12T21:27:52,730 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/514185940 with QoS: 0 2023-05-12T21:27:52,733 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/514185940 2023-05-12T21:27:52,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:52,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872666... 2023-05-12T21:27:52,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872738.xml... 2023-05-12T21:27:52,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872738.xml... Done. 2023-05-12T21:27:52,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872430.xml 2023-05-12T21:27:52,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:52,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:52,743 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,743 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:52,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 2023-05-12T21:27:52,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:52,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:52,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:52,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:52,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:52,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872738... 2023-05-12T21:27:52,745 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:52,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872747.xml... 2023-05-12T21:27:52,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872747.xml... Done. 2023-05-12T21:27:52,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872457.xml 2023-05-12T21:27:52,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:52,754 [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 2023-05-12T21:27:52,756 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid 2023-05-12T21:27:52,757 [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 2023-05-12T21:27:52,757 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-5110565, priority: 1 2023-05-12T21:27:52,762 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-5110565, priority: 1 2023-05-12T21:27:52,765 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-5110565 with QoS: 0 2023-05-12T21:27:52,769 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-5110565 2023-05-12T21:27:52,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2023-05-12T21:27:52,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-12T21:27:52,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2023-05-12T21:27:52,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2023-05-12T21:27:52,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-12T21:27:52,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872747... 2023-05-12T21:27:52,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872777.xml... 2023-05-12T21:27:52,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872777.xml... Done. 2023-05-12T21:27:52,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872470.xml 2023-05-12T21:27:52,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,783 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,784 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:52,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:52,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872777... 2023-05-12T21:27:52,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872789.xml... 2023-05-12T21:27:52,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872789.xml... Done. 2023-05-12T21:27:52,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872521.xml 2023-05-12T21:27:52,818 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:52,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:52,818 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:52,819 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:52,819 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata with QoS: 0 2023-05-12T21:27:52,819 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:52,820 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata 2023-05-12T21:27:52,825 [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 2023-05-12T21:27:52,826 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1271976690, priority: 1 2023-05-12T21:27:52,828 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1271976690, priority: 1 2023-05-12T21:27:52,830 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1271976690 with QoS: 0 2023-05-12T21:27:52,876 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1271976690 2023-05-12T21:27:52,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872789... 2023-05-12T21:27:52,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872889.xml... 2023-05-12T21:27:52,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872889.xml... Done. 2023-05-12T21:27:52,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872532.xml 2023-05-12T21:27:52,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,895 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph with QoS: 0 2023-05-12T21:27:52,896 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2023-05-12T21:27:52,897 [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 2023-05-12T21:27:52,897 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872889... 2023-05-12T21:27:52,901 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,902 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,904 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872902.xml... 2023-05-12T21:27:52,907 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872902.xml... Done. 2023-05-12T21:27:52,908 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872600.xml 2023-05-12T21:27:52,908 [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 2023-05-12T21:27:52,908 [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 2023-05-12T21:27:52,908 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,908 [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 2023-05-12T21:27:52,908 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1430207240, priority: 1 2023-05-12T21:27:52,908 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,912 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1430207240, priority: 1 2023-05-12T21:27:52,916 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1430207240 with QoS: 0 2023-05-12T21:27:52,920 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1430207240 2023-05-12T21:27:52,921 [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)) 2023-05-12T21:27:52,922 [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 2023-05-12T21:27:52,925 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-12T21:27:52,926 [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 2023-05-12T21:27:52,926 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1549828686, priority: 1 2023-05-12T21:27:52,931 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1549828686, priority: 1 2023-05-12T21:27:52,932 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1549828686 with QoS: 0 2023-05-12T21:27:52,935 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1549828686 2023-05-12T21:27:52,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872902... 2023-05-12T21:27:52,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872941.xml... 2023-05-12T21:27:52,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872941.xml... Done. 2023-05-12T21:27:52,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872625.xml 2023-05-12T21:27:52,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,946 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,947 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,947 [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)) 2023-05-12T21:27:52,947 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:27:52,947 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:27:52,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2023-05-12T21:27:52,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-12T21:27:52,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-12T21:27:52,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-12T21:27:52,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-12T21:27:52,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-12T21:27:52,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2023-05-12T21:27:52,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-12T21:27:52,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-12T21:27:52,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-12T21:27:52,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-12T21:27:52,950 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-12T21:27:52,951 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:52,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,951 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:52,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872941... 2023-05-12T21:27:52,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:52,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872956.xml... 2023-05-12T21:27:52,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872956.xml... Done. 2023-05-12T21:27:52,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872640.xml 2023-05-12T21:27:52,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:52,963 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:27:52,963 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:27:52,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:52,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:27:52,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-12T21:27:52,965 [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 2023-05-12T21:27:52,965 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:27:52,965 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:27:52,965 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:52,967 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/topology 2023-05-12T21:27:52,968 [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)) 2023-05-12T21:27:52,972 [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 2023-05-12T21:27:52,972 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1862665771, priority: 1 2023-05-12T21:27:52,975 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1862665771, priority: 1 2023-05-12T21:27:52,978 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1862665771 with QoS: 0 2023-05-12T21:27:52,981 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1862665771 2023-05-12T21:27:53,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-12T21:27:53,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:53,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-12T21:27:53,015 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2023-05-12T21:27:53,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-12T21:27:53,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:53,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-12T21:27:53,016 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2023-05-12T21:27:53,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-12T21:27:53,016 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:53,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926872956... 2023-05-12T21:27:53,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:53,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:27:53,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873020.xml... 2023-05-12T21:27:53,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873020.xml... Done. 2023-05-12T21:27:53,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872666.xml 2023-05-12T21:27:53,025 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:53,025 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:53,025 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-12T21:27:53,026 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:27:53,026 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:27:53,027 [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 2023-05-12T21:27:53,028 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-12T21:27:53,029 [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 2023-05-12T21:27:53,029 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1178438270, priority: 1 2023-05-12T21:27:53,032 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1178438270, priority: 1 2023-05-12T21:27:53,035 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1178438270 with QoS: 0 2023-05-12T21:27:53,039 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1178438270 2023-05-12T21:27:53,041 [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 2023-05-12T21:27:53,041 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:53,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:53,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:53,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:53,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:53,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:53,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:53,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:53,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926873020... 2023-05-12T21:27:53,044 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:53,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873046.xml... 2023-05-12T21:27:53,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873046.xml... Done. 2023-05-12T21:27:53,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872738.xml 2023-05-12T21:27:53,051 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:53,051 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:53,052 [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 2023-05-12T21:27:53,054 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-12T21:27:53,054 [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 2023-05-12T21:27:53,055 [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 2023-05-12T21:27:53,055 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-548997178, priority: 1 2023-05-12T21:27:53,060 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-548997178, priority: 1 2023-05-12T21:27:53,063 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-548997178 with QoS: 0 2023-05-12T21:27:53,066 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-548997178 2023-05-12T21:27:53,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-12T21:27:53,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:53,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:53,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926873046... 2023-05-12T21:27:53,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873073.xml... 2023-05-12T21:27:53,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873073.xml... Done. 2023-05-12T21:27:53,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872747.xml 2023-05-12T21:27:53,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:53,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-12T21:27:53,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-12T21:27:53,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:53,078 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:53,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-12T21:27:53,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-12T21:27:53,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-12T21:27:53,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-12T21:27:53,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-12T21:27:53,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-12T21:27:53,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:53,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926873073... 2023-05-12T21:27:53,082 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-12T21:27:53,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873084.xml... 2023-05-12T21:27:53,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873084.xml... Done. 2023-05-12T21:27:53,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872777.xml 2023-05-12T21:27:53,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:53,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-12T21:27:53,118 [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 2023-05-12T21:27:53,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-12T21:27:53,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-12T21:27:53,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-12T21:27:53,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-12T21:27:53,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-12T21:27:53,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:27:53,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926873084... 2023-05-12T21:27:53,120 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-12T21:27:53,120 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-12T21:27:53,121 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-12T21:27:53,121 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-12T21:27:53,121 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-12T21:27:53,122 [pool-70-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-12T21:27:53,122 [pool-70-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-12T21:27:53,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873123.xml... 2023-05-12T21:27:53,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926873123.xml... Done. 2023-05-12T21:27:53,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683926872789.xml 2023-05-12T21:27:53,128 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:27:53,128 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-12T21:27:53,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-12T21:27:53,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-12T21:27:53,128 [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 2023-05-12T21:27:53,130 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2023-05-12T21:27:53,130 [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 2023-05-12T21:27:53,130 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-688743383, priority: 1 2023-05-12T21:27:53,134 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-688743383, priority: 1 2023-05-12T21:27:53,135 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-688743383 with QoS: 0 2023-05-12T21:27:53,138 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-688743383 Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.606 s - in org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest fillDefaultRenderingPropertiesIfNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.232 s updateWireComponentConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.181 s getWireComponentDefinitionsNotExisting[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.025 s getDriverChannelDescriptorsByPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.129 s getConfigsAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.171 s getEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s deleteDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.061 s updateConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.115 s deleteAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.097 s deleteGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.099 s updateNonGraphFactoryConfiguration[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.106 s updateConfigModifyAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.089 s getDriverOCDsByFactoryPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.033 s getAssetChannelDescriptor[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.009 s updateConfigModifyDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.074 s getWireComponentDefinitionsByFactoryPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.012 s updateConfigCreateAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.083 s getDriverPidsSingleDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s createGraphFromEmptyState[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.061 s getDriverPidsNoDrivers[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.008 s createNonGraphFactoryConfiguration[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.088 s getWireComponentDefinitions[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.047 s createWireComponentWithModifiedConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.042 s rejectUpdateIfInputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.026 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.036 s getDriverOCDs[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.03 s getDriverChannelDescriptorsByPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.026 s deleteComponentInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.066 s deleteGraphWithUpdateRequest[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s updateConfigCreateDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.031 s addWireComponentToExistingGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.084 s updateConfigsWireComponentNotInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.026 s getDriverFactoryPids[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.006 s updateConfigUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.005 s rejectUpdateIfOutputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.041 s getConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.038 s getGraphConfigsNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s getDriverChannelDescriptors[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.038 s deleteExistingComponentNotReferencedByProvidedGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.076 s getAssetPidsNoAssets[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.033 s getWireComponentFactoryPids[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.007 s getDriverOCDsByFactoryPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.04 s getMetadata[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.049 s deleteEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.046 s getConfigsUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.004 s getGraphTopology[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.033 s rejectUpdateIfFactoryPidForComponentToBeCreatedIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.02 s getConfigsDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.046 s getAssetPidsSingleAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.033 s fillDefaultRenderingPropertiesIfNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.097 s updateWireComponentConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.082 s getWireComponentDefinitionsNotExisting[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.022 s getDriverChannelDescriptorsByPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.124 s getConfigsAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.069 s getEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.054 s deleteDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.038 s updateConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s deleteAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.077 s deleteGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.06 s updateNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.139 s updateConfigModifyAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.098 s getDriverOCDsByFactoryPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.039 s getAssetChannelDescriptor[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.019 s updateConfigModifyDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.088 s getWireComponentDefinitionsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.021 s updateConfigCreateAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.093 s getDriverPidsSingleDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.066 s createGraphFromEmptyState[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.093 s getDriverPidsNoDrivers[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.013 s createNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.09 s getWireComponentDefinitions[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.073 s createWireComponentWithModifiedConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.044 s rejectUpdateIfInputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.025 s getDriverOCDs[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.074 s getDriverChannelDescriptorsByPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.041 s deleteComponentInGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.068 s deleteGraphWithUpdateRequest[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.094 s updateConfigCreateDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.04 s addWireComponentToExistingGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.082 s updateConfigsWireComponentNotInGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.065 s getDriverFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.018 s updateConfigUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.013 s rejectUpdateIfOutputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.024 s getConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.077 s getGraphConfigsNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.065 s getDriverChannelDescriptors[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s deleteExistingComponentNotReferencedByProvidedGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.065 s getAssetPidsNoAssets[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s getWireComponentFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.015 s getDriverOCDsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.036 s getMetadata[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.113 s deleteEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.037 s getConfigsUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.014 s getGraphTopology[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.047 s rejectUpdateIfFactoryPidForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.057 s getConfigsDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.027 s getAssetPidsSingleAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.071 s Results: Tests run: 98, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:27:53,253 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@16399df9 2023-05-12T21:27:53,254 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-12T21:27:53,258 [MQTT Rec: observer] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:27:53,270 [MQTT Rec: test] WARN o.e.k.c.d.t.m.MqttDataTransport - Connection Lost Connection lost (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:189) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92) at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:136) ... 1 more 2023-05-12T21:27:53,270 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-12T21:27:53,270 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:27:53,275 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [d80e8e07-f10b-11ed-8302-0a580a281a31] stopped, uptime 4.268 seconds 2023-05-12T21:27:53,276 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-12T21:27:53,277 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-12T21:27:53,278 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,280 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-12T21:27:53,280 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@3ec3933 2023-05-12T21:27:53,282 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,282 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,283 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,283 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,283 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,283 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:27:53,284 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:27:53,284 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:27:53,315 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-12T21:27:53,315 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-12T21:27:53,316 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:27:53,317 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:27:53,317 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:27:53,318 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:53,318 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:27:53,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:27:53,319 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:53,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:27:53,319 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:53,319 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:27:53,319 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:27:53,319 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:27:53,320 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:27:53,321 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:53,321 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:27:53,321 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:53,321 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:27:53,321 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:27:53,322 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:27:53,322 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:27:53,324 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:27:53,324 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:27:53,326 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:27:53,326 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:27:53,326 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:27:53,326 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:27:53,327 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:27:53,328 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-12T21:27:53,330 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:27:53,331 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:27:53,332 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:27:53,334 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:27:53,334 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:27:53,334 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:27:53,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:27:54,334 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:27:54,338 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:27:54,340 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:27:54,341 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:27:54,341 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:27:54,346 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@d0c07774{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:27:54,346 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:27:54,352 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2e76499d{/,null,STOPPED} 2023-05-12T21:27:54,355 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:27:54,357 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:27:54,357 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:27:54,366 [Framework stop - Equinox Container: d28d1475-b375-4703-9950-51fdbd2e0c07] 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.2.2/org.eclipse.kura.rest.wire.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.2.2/org.eclipse.kura.rest.wire.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.2.2/org.eclipse.kura.rest.wire.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.2.2/org.eclipse.kura.rest.wire.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.2.2/org.eclipse.kura.rest.wire.provider.test-5.2.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.1.1-SNAPSHOT [179/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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.ContainerInstanceDescriptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.kura.container.orchestration.provider.ContainerInstanceDescriptorTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerConfigurationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.container.orchestration.provider.ContainerConfigurationTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ImageInstanceDescriptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.container.orchestration.provider.ImageInstanceDescriptorTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceOptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceOptionsTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s - in org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 36, 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-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.1.1-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-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.1.1-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-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.1.1-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.2.2 [180/185] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/surefire.properties] 2023-05-12T21:28:03,376 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:03,686 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:28:03,723 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-441503 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura 2023-05-12T21:28:03,781 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:28:03,782 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:28:03,782 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots 2023-05-12T21:28:03,782 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/tmp 2023-05-12T21:28:03,782 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:28:03,784 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:03,818 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:28:03,867 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:28:03,868 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:28:03,988 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:28:03,989 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:04,018 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:28:04,102 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:28:04,110 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:28:04,110 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:04,136 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,136 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,137 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:04,139 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:28:04,139 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:28:04,140 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,140 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:04,140 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,140 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:28:04,141 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:28:04,141 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:28:04,142 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:28:04,142 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:04,143 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,143 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:04,143 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:28:04,144 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:28:04,144 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:04,144 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:28:04,144 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:28:04,144 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:28:04,145 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:28:04,145 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:28:04,145 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:28:04,146 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:04,146 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,146 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:04,147 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:28:04,149 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:28:04,149 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:04,153 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:04,153 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:28:04,153 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:28:04,154 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:28:04,154 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:28:04,154 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:28:04,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:28:04,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:28:04,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:04,220 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:28:04,221 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:04,222 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:28:04,251 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:28:04,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:04,254 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:04,254 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:28:04,254 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:28:04,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:28:04,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:28:04,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:04,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:04,256 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:28:04,256 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:04,259 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:04,259 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:28:04,259 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:28:04,259 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:04,260 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:04,261 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:28:04,261 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:28:04,261 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:04,262 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:04,267 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:28:04,267 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:04,268 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:04,284 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:28:04,314 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:28:04,315 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:04,316 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:28:04,319 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:28:04,319 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:04,320 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:04,325 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:28:04,325 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:04,326 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:04,328 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:28:04,329 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:28:04,329 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:28:04,333 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:28:04,333 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:04,334 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:28:04,349 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:28:04,352 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:28:04,352 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:04,353 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:04,358 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:28:04,360 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:28:04,360 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:04,360 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:28:04,361 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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 2023-05-12T21:28:04,361 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:28:04,361 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:28:04,362 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:28:04,362 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:04,363 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:28:04,363 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:28:04,364 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:04,430 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_1683926884421.xml... 2023-05-12T21:28:04,437 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_1683926884421.xml... Done. 2023-05-12T21:28:04,438 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:28:04,438 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:28:04,438 [Start Level: Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:28:04,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:28:04,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:28:04,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:28:04,479 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:28:04,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:04,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:04,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:04,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:04,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.AIComponent ... 2023-05-12T21:28:04,545 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:28:04,556 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:28:04,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:28:04,565 [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.AIComponentOptionsTest 2023-05-12T21:28:04,574 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:28:04,575 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:28:04,577 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:28:04,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:04,579 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:04,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:04,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:04,621 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:28:04,621 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:28:04,621 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:28:04,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:28:04,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:28:04,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:04,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:04,623 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:04,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:04,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:04,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:28:04,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:04,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:28:04,638 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:28:04,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:28:04,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest getPropertiesWorksWhenAllFieldsAreSpecified(org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest) Time elapsed: 0.001 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 Running org.eclipse.kura.wire.ai.component.provider.AIComponentTest 2023-05-12T21:28:04,869 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:28:04,871 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:28:04,872 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:28:04,873 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:28:04,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:28:04,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:28:04,916 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-12T21:28:04,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-12T21:28:04,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-12T21:28:04,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-12T21:28:04,930 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:28:04,930 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:28:04,933 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-12T21:28:04,933 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:28:04,933 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-12T21:28:04,933 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:28:04,933 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:28:04,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:28:04,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:28:04,939 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:28:04,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:28:04,940 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:28:04,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:28:04,941 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:28:04,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-12T21:28:04,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-12T21:28:04,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-12T21:28:04,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-12T21:28:04,977 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-12T21:28:04,978 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-12T21:28:04,978 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-12T21:28:04,978 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-12T21:28:05,039 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-12T21:28:05,039 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-12T21:28:05,039 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-12T21:28:05,039 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-12T21:28:05,039 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-12T21:28:05,039 [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.367 s - in org.eclipse.kura.wire.ai.component.provider.AIComponentTest shouldInferTwice(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.187 s missingInferenceEngineShouldNotActivate(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.014 s shouldInferOnce(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.02 s shouldInfer3Times(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.025 s shouldNotInferBecauseEngineIsNotReady(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.061 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.009 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 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.001 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.004 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.001 s adapterShouldWorkWithStringTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:28:05,118 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:05,118 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:05,119 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:05,119 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:05,119 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:05,120 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:05,120 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:28:05,125 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:05,125 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:28:05,125 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:28:05,127 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:05,129 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:28:05,130 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:28:05,130 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:28:05,130 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:05,131 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:05,132 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:05,132 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:05,132 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:05,132 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:28:05,132 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:28:05,134 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:05,134 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:28:05,135 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:28:05,135 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:05,136 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:28:05,136 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:28:05,136 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:05,137 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:05,140 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:28:05,140 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:28:05,142 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:28:05,144 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:28:05,144 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:28:05,144 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:05,259 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:28:05,307 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:28:05,308 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:28:05,308 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:05,308 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:28:05,308 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:28:05,509 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:28:06,145 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:28:06,148 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:28:06,149 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:28:06,151 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:28:06,152 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:28:06,161 [Framework stop - Equinox Container: 792e4aa6-0c6d-45e2-9986-e95599663aa5] 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.2.2/org.eclipse.kura.wire.ai.component.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.2.2/org.eclipse.kura.wire.ai.component.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.2.2/org.eclipse.kura.wire.ai.component.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.2.2/org.eclipse.kura.wire.ai.component.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.2.2/org.eclipse.kura.wire.ai.component.provider.test-5.2.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.1.1-SNAPSHOT [181/185] [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.1.1.202305122058 [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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.ContainerInstanceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.924 s - in org.eclipse.kura.container.provider.ContainerInstanceTest [INFO] Running org.eclipse.kura.container.provider.ContainerInstanceOptionsTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kura.container.provider.ContainerInstanceOptionsTest [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.container.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.1.1-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-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.1.1-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-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider.test-1.1.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.1.1-SNAPSHOT/org.eclipse.kura.container.provider.test-1.1.1-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.2.2 [182/185] [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.2.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-2-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-2-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-2-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-2-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] Copying 4 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 13 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/test/java/org/eclipse/kura/ai/triton/server/TritonServerServiceStepDefinitions.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/test/java/org/eclipse/kura/ai/triton/server/TritonServerServiceStepDefinitions.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/test/java/org/eclipse/kura/ai/triton/server/TritonServerServiceStepDefinitions.java: Recompile with -Xlint:deprecation for details. [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-2-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.TritonServerServiceOptionsTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceOptionsTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceInferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceInferTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceEngineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceEngineTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerNativeManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.kura.ai.triton.server.TritonServerNativeManagerTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=8, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) at org.eclipse.kura.ai.triton.server.TritonServerServiceEngineTest.engineShouldBeReady(TritonServerServiceEngineTest.java:24) 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) May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=15, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=43, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=29, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=22, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:20 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=36, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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.053 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceRemoteImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceRemoteImplTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.getEncryptedModelPath(TritonServerEncryptionUtils.java:69) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenGetEncryptedModelPathIsCalledWith(TritonServerEncryptionUtilsTest.java:412) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.getEncryptedModelPathShouldThrowIfMultipleMatchesFound(TritonServerEncryptionUtilsTest.java:123) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) java.io.IOException: Output folder /tmp/decr_folder/an_imaginary_folder does not exist/is not a folder at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.unzipModel(TritonServerEncryptionUtils.java:116) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenUnzipModelIsCalledWith(TritonServerEncryptionUtilsTest.java:439) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.unzipModelShouldThrowIfDestinationFolderDoesNotExist(TritonServerEncryptionUtilsTest.java:286) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.getEncryptedModelPath(TritonServerEncryptionUtils.java:61) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenGetEncryptedModelPathIsCalledWith(TritonServerEncryptionUtilsTest.java:412) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.getEncryptedModelPathShouldThrowIfMissingDirectory(TritonServerEncryptionUtilsTest.java:93) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) java.io.IOException: ZIP magic number check failed. Wrong file format at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.unzipModel(TritonServerEncryptionUtils.java:112) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenUnzipModelIsCalledWith(TritonServerEncryptionUtilsTest.java:439) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.unzipModelShouldThrowWithWrongFileFormat(TritonServerEncryptionUtilsTest.java:273) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.getEncryptedModelPath(TritonServerEncryptionUtils.java:69) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenGetEncryptedModelPathIsCalledWith(TritonServerEncryptionUtilsTest.java:412) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.getEncryptedModelPathShouldThrowIfNoMatchFound(TritonServerEncryptionUtilsTest.java:109) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) java.io.IOException: Input file /tmp/decr_folder/model_repository does not exist/is not a file at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptModel(TritonServerEncryptionUtils.java:92) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenDecryptModelIsCalledWith(TritonServerEncryptionUtilsTest.java:430) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.decryptModelShouldThrowWithDirectory(TritonServerEncryptionUtilsTest.java:200) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) java.io.IOException: PGP PBE File format read failed at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptFile(TritonServerEncryptionUtils.java:153) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptModel(TritonServerEncryptionUtils.java:100) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenDecryptModelIsCalledWith(TritonServerEncryptionUtilsTest.java:430) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.decryptModelShouldThrowWithWrongFileFormat(TritonServerEncryptionUtilsTest.java:213) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) java.io.IOException: Input file /tmp/decr_folder/non_existent_file.zip does not exist/is not a file at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.unzipModel(TritonServerEncryptionUtils.java:108) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenUnzipModelIsCalledWith(TritonServerEncryptionUtilsTest.java:439) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.unzipModelShouldThrowIfFileDoesNotExist(TritonServerEncryptionUtilsTest.java:259) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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) org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptModel(TritonServerEncryptionUtils.java:102) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenDecryptModelIsCalledWith(TritonServerEncryptionUtilsTest.java:430) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.decryptModelShouldThrowWithWrongPassword(TritonServerEncryptionUtilsTest.java:187) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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: org.bouncycastle.openpgp.PGPDataValidationException: data check failed. at org.bouncycastle.openpgp.PGPPBEEncryptedData.getDataStream(Unknown Source) at org.bouncycastle.openpgp.PGPPBEEncryptedData.getDataStream(Unknown Source) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptFile(TritonServerEncryptionUtils.java:157) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptModel(TritonServerEncryptionUtils.java:100) ... 29 more java.io.IOException: Output file /tmp/decr_folder/file already exists at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtils.decryptModel(TritonServerEncryptionUtils.java:96) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.whenDecryptModelIsCalledWith(TritonServerEncryptionUtilsTest.java:430) at org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest.decryptModelShouldThrowIfDestinationFileAlreadyExists(TritonServerEncryptionUtilsTest.java:226) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.384 s - in org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest May 12, 2023 9:28:23 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=50, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:23 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=67, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceRemoteImpl(TritonServerServiceStepDefinitions.java:451) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceRemoteImpl(TritonServerServiceStepDefinitions.java:112) at org.eclipse.kura.ai.triton.server.TritonServerServiceRemoteImplTest.isModelEncryptionEnabledWorkWithDefault(TritonServerServiceRemoteImplTest.java:41) 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) May 12, 2023 9:28:23 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=1, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) at org.eclipse.kura.ai.triton.server.TritonServerServiceInferTest.shouldInferData(TritonServerServiceInferTest.java:24) 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) May 12, 2023 9:28:23 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceRemoteImpl(TritonServerServiceStepDefinitions.java:451) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceRemoteImpl(TritonServerServiceStepDefinitions.java:112) at org.eclipse.kura.ai.triton.server.TritonServerServiceRemoteImplTest.isConfigurationValidWorksWithDefaultConfiguration(TritonServerServiceRemoteImplTest.java:27) 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.518 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest 21:28:24.253 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 21:28:24.263 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 21:28:24.270 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceNativeImplTest May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=100, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:413) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:120) at org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest.isConfigurationValidWorksWithContainerConfiguration(TritonServerServiceContainerImplTest.java:33) 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) May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=92, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.whenUpdatedIsInvokedOnTritonServer(TritonServerServiceStepDefinitions.java:197) 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) May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=87, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:355) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:108) 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) May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=116, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:413) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:120) at org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest.isModelEncryptionEnabledWorksWhenPasswordIsSet(TritonServerServiceContainerImplTest.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.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) May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=80, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.whenTritonServerIsActivated(TritonServerServiceStepDefinitions.java:181) 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) May 12, 2023 9:28:24 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=105, 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.TritonServerServiceAbs.setGrpcResources(TritonServerServiceAbs.java:191) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.updated(TritonServerServiceAbs.java:133) at org.eclipse.kura.ai.triton.server.TritonServerServiceAbs.activate(TritonServerServiceAbs.java:116) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:413) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceContainerImpl(TritonServerServiceStepDefinitions.java:120) at org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest.isModelEncryptionEnabledWorkWhenPasswordIsNotSet(TritonServerServiceContainerImplTest.java:77) 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceNativeImplTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest 21:28:24.353 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Cannot retrieve container status information java.lang.IllegalStateException: null at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.isServerRunning(TritonServerContainerManager.java:156) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.thenServerIsRunningReturns(TritonServerContainerManagerTest.java:416) [test-classes/:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.isServerRunningWorksWhenOrchestratorNotConnected(TritonServerContainerManagerTest.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.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] 21:28:24.372 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Can't stop container. Caused by org.eclipse.kura.KuraException: Not found. at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.getContainerID(TritonServerContainerManager.java:199) ~[org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.stopLocalServer(TritonServerContainerManager.java:130) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.stopLocalServerMonitor(TritonServerContainerManager.java:111) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.stop(TritonServerContainerManager.java:77) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.whenStopIsCalled(TritonServerContainerManagerTest.java:397) [test-classes/:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.stopMethodShouldWorkWhenNotRunning(TritonServerContainerManagerTest.java:131) [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] 21:28:24.374 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 21:28:24.410 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Cannot retrieve container image status information java.lang.IllegalStateException: null at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.isImageAvailable(TritonServerContainerManager.java:176) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManager.start(TritonServerContainerManager.java:68) [org.eclipse.kura.ai.triton.server-1.1.1-SNAPSHOT.jar:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.whenStartIsCalled(TritonServerContainerManagerTest.java:401) [test-classes/:?] at org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest.startMethodShouldWorkWhenOrchestratorNotConnected(TritonServerContainerManagerTest.java:166) [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] 21:28:24.411 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 21:28:24.421 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerRemoteManagerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.ai.triton.server.TritonServerRemoteManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 94, 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-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.2.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-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/surefire.properties] 2023-05-12T21:28:28,360 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:29,043 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:28:29,053 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-995598 2023-05-12T21:28:29,218 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:28:29,218 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:28:29,218 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:28:29,218 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:28:29,218 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/tmp 2023-05-12T21:28:29,219 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:28:29,221 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:29,248 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:28:29,347 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:28:29,348 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:28:29,563 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:28:29,563 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:29,588 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:28:29,671 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:28:29,680 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:28:29,680 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:29,705 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,706 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,706 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:29,709 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:28:29,709 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:28:29,710 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,710 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:29,710 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,710 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:28:29,711 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:28:29,711 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:28:29,711 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:28:29,712 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:29,712 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,712 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:28:29,713 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:28:29,714 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:28:29,714 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:28:29,714 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:28:29,715 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:29,715 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,715 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:29,716 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:28:29,716 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:28:29,716 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:29,729 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:29,729 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:28:29,729 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:28:29,730 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:28:29,730 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:28:29,730 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:28:29,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:28:29,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:28:29,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:29,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:28:29,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:29,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:28:29,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:28:29,824 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:29,825 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:29,825 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:28:29,826 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:28:29,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:28:29,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:28:29,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:29,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:29,828 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:28:29,829 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:29,831 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:29,831 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:28:29,831 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:28:29,831 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:29,833 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:29,833 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:28:29,833 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:28:29,833 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:29,834 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:29,838 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:28:29,838 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:29,839 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:29,850 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:28:29,850 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:28:29,851 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:29,852 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:28:29,857 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:28:29,857 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:29,858 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:29,863 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:28:29,863 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:29,864 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:29,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:28:29,866 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:28:29,867 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:28:29,871 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:28:29,871 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:29,872 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:29,925 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:28:29,925 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:28:29,925 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:28:29,926 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:28:29,926 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:28:29,926 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:28:29,928 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:28:29,928 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:29,929 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:29,935 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:28:29,936 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:28:29,937 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:29,937 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:28:29,937 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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 2023-05-12T21:28:29,937 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:28:29,937 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:28:29,938 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:28:29,939 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:29,939 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:28:29,940 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:28:29,941 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:29,970 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_1683926909961.xml... 2023-05-12T21:28:29,973 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_1683926909961.xml... Done. 2023-05-12T21:28:29,973 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:28:29,973 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:28:29,974 [Start Level: Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:28:29,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:28:29,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:28:30,025 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:28:30,044 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:28:30,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:30,046 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:30,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:30,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:30,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerContainerService ... 2023-05-12T21:28:30,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerService ... 2023-05-12T21:28:30,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerRemoteService ... 2023-05-12T21:28:30,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerNativeService ... 2023-05-12T21:28:30,076 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:28:30,119 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:28:30,129 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:28:30,129 [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 2023-05-12T21:28:30,141 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:28:30,141 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:28:30,144 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:28:30,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:30,145 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:30,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:30,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:30,150 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:30,151 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:30,151 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:28:30,151 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:30,151 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:28:30,151 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:28:30,152 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:28:30,152 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:28:30,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:28:30,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:28:30,153 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:30,153 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:30,153 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:30,154 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:30,154 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:30,154 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:30,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:28:30,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:30,157 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:28:30,157 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:28:30,157 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:28:30,157 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:30,158 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:30,158 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:30,158 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:30,159 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:30,159 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:28:30,159 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:28:30,163 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:30,163 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:28:30,163 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:28:30,164 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:28:30,164 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:28:30,165 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:30,167 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:28:30,168 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:28:30,169 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:28:30,171 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:28:30,173 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:28:30,174 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:28:30,174 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:31,174 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:28:31,178 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:28:31,179 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:28:31,181 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:28:31,182 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:28:31,189 [Framework stop - Equinox Container: b5f9155f-e772-4258-a768-41fd9b1b70c2] 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-2-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 338 classes [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 10 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 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 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 11 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-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.2.2/org.eclipse.kura.ai.triton.server.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.2.2/org.eclipse.kura.ai.triton.server.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.2.2/org.eclipse.kura.ai.triton.server.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.2.2/org.eclipse.kura.ai.triton.server.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.2.2/org.eclipse.kura.ai.triton.server.test-5.2.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.rest.provider.test >-------- [INFO] Building org.eclipse.kura.rest.provider.test 5.2.2 [183/185] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.provider.test --- [INFO] The project's OSGi version is 5.2.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.rest.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/src/main/java/org/eclipse/kura/rest/provider/test/RestServiceTest.java:[250] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.rest.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.rest.provider.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/org.eclipse.kura.rest.provider.test-5.2.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/org.eclipse.kura.rest.provider.test-5.2.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.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.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.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-2-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-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/surefire.properties] 2023-05-12T21:28:37,668 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:38,000 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:28:38,026 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-707649 2023-05-12T21:28:38,081 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:28:38,081 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:28:38,081 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:28:38,081 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:28:38,081 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/tmp 2023-05-12T21:28:38,082 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:28:38,084 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:28:38,110 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-12T21:28:38,158 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-12T21:28:38,160 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-12T21:28:38,270 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:28:38,270 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:38,306 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-12T21:28:38,387 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2023-05-12T21:28:38,403 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2023-05-12T21:28:38,403 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:38,429 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,429 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,430 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:38,435 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-12T21:28:38,435 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-12T21:28:38,436 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,436 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:38,436 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,436 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:28:38,437 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-12T21:28:38,437 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-12T21:28:38,438 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-12T21:28:38,438 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:38,438 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,439 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:38,439 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-12T21:28:38,439 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-12T21:28:38,439 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:38,440 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-12T21:28:38,440 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-12T21:28:38,440 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-12T21:28:38,441 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-12T21:28:38,441 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-12T21:28:38,441 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-12T21:28:38,441 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:38,441 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,442 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:38,442 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-12T21:28:38,442 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-12T21:28:38,442 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:38,445 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:38,445 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-12T21:28:38,445 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-12T21:28:38,446 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-12T21:28:38,446 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-12T21:28:38,446 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-12T21:28:38,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-12T21:28:38,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-12T21:28:38,477 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:38,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-12T21:28:38,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:38,518 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:28:38,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-12T21:28:38,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:38,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-12T21:28:38,547 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:28:38,548 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:38,549 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:28:38,549 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:28:38,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-12T21:28:38,549 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:28:38,550 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:38,551 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-12T21:28:38,551 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:28:38,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-12T21:28:38,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-12T21:28:38,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-12T21:28:38,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:38,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:28:38,554 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:28:38,554 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:38,555 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:28:38,559 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-12T21:28:38,559 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:38,560 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:28:38,570 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:28:38,571 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:28:38,571 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-12T21:28:38,572 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-12T21:28:38,575 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-12T21:28:38,575 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:38,576 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:28:38,619 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-12T21:28:38,619 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:38,620 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-12T21:28:38,623 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-12T21:28:38,624 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:28:38,626 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-12T21:28:38,628 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-12T21:28:38,628 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:28:38,629 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:28:38,643 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-12T21:28:38,643 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-12T21:28:38,643 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-12T21:28:38,643 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-12T21:28:38,644 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-12T21:28:38,644 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-12T21:28:38,646 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-12T21:28:38,646 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:38,647 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:38,650 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:28:38,650 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:38,651 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:28:38,653 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-12T21:28:38,655 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:28:38,656 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:38,656 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:28:38,656 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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 2023-05-12T21:28:38,656 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:28:38,656 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:28:38,657 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:28:38,658 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:28:38,658 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:28:38,659 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:28:38,659 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-12T21:28:38,724 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926918673.xml... 2023-05-12T21:28:38,732 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926918673.xml... Done. 2023-05-12T21:28:38,735 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:28:38,735 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:28:38,735 [Start Level: Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:28:38,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-12T21:28:38,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-12T21:28:38,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:28:38,762 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-12T21:28:38,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:38,764 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:38,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:38,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:38,832 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-12T21:28:38,833 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-12T21:28:38,869 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @5735ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.provider.test.RestServiceTest 2023-05-12T21:28:39,063 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-12T21:28:39,091 [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 2023-05-12T21:28:39,131 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-12T21:28:39,132 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-12T21:28:39,133 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:28:39,202 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@40b07ba7{/,null,AVAILABLE} 2023-05-12T21:28:39,213 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@1bf8630b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:28:39,213 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @6081ms 2023-05-12T21:28:39,213 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-12T21:28:39,213 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-12T21:28:39,213 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-12T21:28:39,214 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-12T21:28:39,214 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-12T21:28:39,236 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-12T21:28:39,248 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-12T21:28:39,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-12T21:28:39,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-12T21:28:39,265 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-12T21:28:39,265 [ConfigurationListener Event Queue] ERROR o.e.k.c.k.FilesystemKeystoreServiceImpl - Keystore file creation failed java.io.IOException: No such file or directory at java.io.File.createNewFile(File.java:1023) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.createKeystore(FilesystemKeystoreServiceImpl.java:192) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.activate(FilesystemKeystoreServiceImpl.java:95) 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) 2023-05-12T21:28:39,268 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-12T21:28:39,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:39,268 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:39,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:39,269 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:39,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-12T21:28:39,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:28:39,271 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:28:39,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:28:39,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:28:39,273 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-12T21:28:39,273 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-12T21:28:39,278 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-12T21:28:39,278 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-12T21:28:39,279 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-12T21:28:39,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-12T21:28:39,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-12T21:28:39,290 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-12T21:28:39,292 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-12T21:28:39,293 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-12T21:28:39,293 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-12T21:28:39,446 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-12T21:28:39,451 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:28:39,452 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:28:39,453 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-12T21:28:39,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-12T21:28:39,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-12T21:28:39,482 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:28:39,483 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:28:39,485 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:28:39,486 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:28:39,486 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:28:39,486 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:28:39,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:28:39,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-12T21:28:39,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-12T21:28:39,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-12T21:28:39,522 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-12T21:28:39,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-12T21:28:39,523 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-12T21:28:39,879 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-12T21:28:39,939 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-12T21:28:40,063 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:40,919 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-12T21:28:40,919 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-12T21:28:40,926 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-12T21:28:41,064 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:42,065 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:43,065 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:44,066 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:44,259 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926918673... 2023-05-12T21:28:44,276 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:44,277 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:28:44,278 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:28:44,299 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926924278.xml... 2023-05-12T21:28:44,308 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926924278.xml... Done. 2023-05-12T21:28:44,308 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:44,308 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:44,308 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:28:45,067 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:46,068 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:47,068 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:48,069 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:54,117 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/foo, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:28:54,131 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:55,132 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:56,133 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:57,134 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:58,135 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:28:59,136 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:00,137 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:01,137 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:02,138 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:08,142 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:09,143 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:10,143 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:11,144 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:12,145 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:13,146 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:14,147 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:15,147 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:16,148 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:22,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926924278... 2023-05-12T21:29:22,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-12T21:29:22,179 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:29:22,180 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:29:22,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926962177.xml... 2023-05-12T21:29:22,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926962177.xml... Done. 2023-05-12T21:29:22,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,205 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,205 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,209 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:22,314 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:22,628 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:29:22,637 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - User not authenticated 2023-05-12T21:29:22,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926962177... 2023-05-12T21:29:22,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-12T21:29:22,662 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-12T21:29:22,663 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-12T21:29:22,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926962661.xml... 2023-05-12T21:29:22,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926962661.xml... Done. 2023-05-12T21:29:22,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:29:22,687 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:23,688 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:24,689 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:25,689 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:26,690 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:27,636 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926962661... 2023-05-12T21:29:27,645 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:27,646 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:29:27,647 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:29:27,658 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926967647.xml... 2023-05-12T21:29:27,664 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926967647.xml... Done. 2023-05-12T21:29:27,665 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:27,665 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:27,665 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:27,691 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:28,691 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:29,692 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:30,693 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:36,698 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:36,802 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:37,011 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:29:37,013 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:29:37,019 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - User not authenticated 2023-05-12T21:29:37,021 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:38,022 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:39,023 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:40,023 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:41,024 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:42,018 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926967647... 2023-05-12T21:29:42,024 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:42,032 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:42,033 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:29:42,034 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:29:42,042 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926982034.xml... 2023-05-12T21:29:42,050 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926982034.xml... Done. 2023-05-12T21:29:42,051 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:42,051 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:42,051 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:43,025 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:44,025 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:45,026 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:51,031 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:51,135 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:29:51,342 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:29:51,342 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:29:51,347 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:29:51,348 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:29:51,351 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:52,352 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:53,352 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:54,353 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:55,354 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:56,346 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926982034... 2023-05-12T21:29:56,354 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:56,357 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:56,359 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:29:56,360 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:29:56,367 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926996359.xml... 2023-05-12T21:29:56,374 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926996359.xml... Done. 2023-05-12T21:29:56,374 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:56,374 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:56,374 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:29:57,355 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:58,355 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:29:59,356 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:05,361 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:05,464 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:05,670 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:30:05,671 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:05,674 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo1, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:30:05,674 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo1, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:05,676 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:06,677 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:07,677 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:08,678 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:09,678 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:10,674 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683926996359... 2023-05-12T21:30:10,679 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:10,681 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:10,682 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:30:10,683 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:30:10,689 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927010683.xml... 2023-05-12T21:30:10,696 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927010683.xml... Done. 2023-05-12T21:30:10,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:10,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:10,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:11,679 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:12,680 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:13,681 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:19,685 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:19,790 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:19,998 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:30:19,998 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:20,006 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:20,008 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:21,008 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:22,009 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:23,010 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:24,011 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:25,003 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927010683... 2023-05-12T21:30:25,009 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:25,010 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:30:25,011 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:30:25,011 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:25,018 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927025010.xml... 2023-05-12T21:30:25,024 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927025010.xml... Done. 2023-05-12T21:30:25,025 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:25,025 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:25,025 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:26,012 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:27,012 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:28,013 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:34,019 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:34,122 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:34,328 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:30:34,329 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:34,332 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo, ip=127.0.0.1} Rest - Failure - Authentication failed as username or password not matching 2023-05-12T21:30:34,332 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=foo, ip=127.0.0.1} Rest - Failure - User not authenticated 2023-05-12T21:30:34,335 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:35,336 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:36,336 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:37,337 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:38,338 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:39,332 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927025010... 2023-05-12T21:30:39,338 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:39,340 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:39,342 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-12T21:30:39,343 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-12T21:30:39,352 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927039342.xml... 2023-05-12T21:30:39,359 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683927039342.xml... Done. 2023-05-12T21:30:39,360 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/kura/user/snapshots/snapshot_1683926918673.xml 2023-05-12T21:30:39,360 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:39,360 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:39,360 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:30:40,339 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:41,340 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:42,340 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:48,347 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:48,451 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:30:48,657 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:30:48,657 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:48,661 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=bar, ip=127.0.0.1} Rest - Failure - Authentication failed as username or password not matching 2023-05-12T21:30:48,661 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=bar, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:30:48,664 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:49,665 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:50,666 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:51,666 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:52,667 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:53,668 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:54,668 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:55,669 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:30:56,669 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:02,674 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:31:02,778 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:31:02,984 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:31:02,984 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:31:02,987 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/noAuth, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:31:02,989 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:03,989 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:04,990 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:05,990 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:06,991 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:07,992 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:08,993 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:09,993 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:10,994 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:16,997 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:17,998 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:18,998 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:19,999 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:20,999 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:22,000 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:23,001 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:24,002 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:25,002 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-12T21:31:31,007 [qtp722829374-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:31:31,111 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-12T21:31:31,214 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:31:31,215 [qtp722829374-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-12T21:31:31,218 [qtp722829374-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=fooo, ip=127.0.0.1} Rest - Success - Authentication succeeded via password provider 2023-05-12T21:31:31,218 [qtp722829374-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, identity=fooo, ip=127.0.0.1} Rest - Failure - User not authorized to perform the requested operation Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.244 s - in org.eclipse.kura.rest.provider.test.RestServiceTest shouldReturnNotFoundIfNoServiceIsRegistered(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.055 s shouldDisableAuthenticationProvider(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.002 s shouldSupportDisablingBuiltInPasswordAuthentication(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.537 s shouldRerturn401IfNoCredentialsAreProvided(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.327 s shouldSupportLowPriorityAuthenticationHandler(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.324 s shouldAllowAccessIfUserIsInRole(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.319 s shouldSupportHighPriorityAuthenticationHandler(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.326 s shouldRerturn401IfPasswordIsWrong(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.32 s shouldSupportCustomAuthenticationProvider(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.322 s shouldNotRequireAuth(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.317 s shouldEnableAuthenticationProvider(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.001 s shouldRerturn403IfUserIsNotInRole(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.216 s Results: Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:31:31,273 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,273 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,273 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,274 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,274 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,274 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-12T21:31:31,275 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-12T21:31:31,275 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-12T21:31:31,278 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:31:31,278 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:31:31,278 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:31:31,280 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:31:31,282 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:31:31,283 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:31:31,283 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-12T21:31:31,283 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:31:31,283 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:31:31,284 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:31:31,284 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:31:31,284 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:31:31,285 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-12T21:31:31,286 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-12T21:31:31,286 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:31:31,286 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-12T21:31:31,314 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-12T21:31:31,315 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-12T21:31:31,315 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-12T21:31:31,317 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-12T21:31:31,317 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-12T21:31:31,318 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-12T21:31:31,319 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-12T21:31:31,319 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-12T21:31:31,319 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-12T21:31:31,319 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:31:31,320 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-12T21:31:31,320 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-12T21:31:31,321 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-12T21:31:31,325 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-12T21:31:31,326 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-12T21:31:31,329 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-12T21:31:31,333 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:31:31,334 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-12T21:31:31,334 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-12T21:31:31,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-12T21:31:32,334 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-12T21:31:32,338 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-12T21:31:32,339 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-12T21:31:32,340 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-12T21:31:32,340 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-12T21:31:32,344 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@1bf8630b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-12T21:31:32,344 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-12T21:31:32,350 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@40b07ba7{/,null,STOPPED} 2023-05-12T21:31:32,354 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-12T21:31:32,357 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:31:32,358 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-12T21:31:32,366 [Framework stop - Equinox Container: 9a0a004a-674b-486a-a466-4f0d76cefc08] 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.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 231 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 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 44 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 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 9 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 14 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.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 11 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/org.eclipse.kura.rest.provider.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider.test/5.2.2/org.eclipse.kura.rest.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider.test/5.2.2/org.eclipse.kura.rest.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/org.eclipse.kura.rest.provider.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider.test/5.2.2/org.eclipse.kura.rest.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider.test/5.2.2/org.eclipse.kura.rest.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider.test/5.2.2/org.eclipse.kura.rest.provider.test-5.2.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.provider.test --- [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.web2.ext >------------- [INFO] Building org.eclipse.kura.web2.ext 1.2.2-SNAPSHOT [184/185] [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.2.2.202305122058 [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-2-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-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.2.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-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.2.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-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.2.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.2.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.2.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.2.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.2.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.2.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.2.2 [185/185] [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.2.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 17 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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/denali.all.css [INFO] denali.all.css (66628b) [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 (66628b) -> denali.all-min.css (60170b)[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 (66628b) -> denali.all-min.css (60170b)[90%] [INFO] total input (987378b) -> output (965070b)[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-2-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-2-0-release-candidate/kura/org.eclipse.kura.web2/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[34] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[191] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[191] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[192] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[192] 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-2-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[800] ((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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[801] ((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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[802] ((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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[805] 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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[805] 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-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[1642] wifiConfig.setBroadcast(!gwtWifiConfig.ignoreSSID()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBroadcast(boolean) from the type WifiConfig is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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 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-2-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.2.2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp] [INFO] Webapp assembled in [120 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-2-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] May 12, 2023 9:31:46 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 [INFO] Compiling permutation 5... [INFO] Compiling permutation 6... [INFO] Compiling [INFO] Compiling permutation 7... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 46.336s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/login [INFO] Link succeeded [INFO] Linking succeeded -- 0.460s [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 [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 -- 79.298s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/denali [INFO] Link succeeded [INFO] Linking succeeded -- 0.780s [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-2-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.2.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-2-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.2.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-2-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.2.2/org.eclipse.kura.web2-2.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.2.2/org.eclipse.kura.web2-2.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.2.2/org.eclipse.kura.web2-2.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.2.2/org.eclipse.kura.web2-2.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.web2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.2.2/org.eclipse.kura.web2-2.2.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.2.2 ......................................... SUCCESS [ 1.879 s] [INFO] Kura Target Definition ............................. SUCCESS [ 0.271 s] [INFO] org.eclipse.kura.api 2.4.1-SNAPSHOT ................ SUCCESS [ 9.777 s] [INFO] org.eclipse.kura.util 1.3.1-SNAPSHOT ............... SUCCESS [ 0.509 s] [INFO] org.eclipse.kura.asset.cloudlet.provider 1.2.1-SNAPSHOT SUCCESS [ 0.374 s] [INFO] org.eclipse.kura.core 1.2.2-SNAPSHOT ............... SUCCESS [ 1.200 s] [INFO] org.eclipse.kura.core.configuration 2.2.1-SNAPSHOT . SUCCESS [ 0.578 s] [INFO] org.eclipse.kura.asset.provider 2.2.1-SNAPSHOT ..... SUCCESS [ 0.396 s] [INFO] org.eclipse.kura.asset.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.209 s] [INFO] org.eclipse.kura.broker.artemis.core 1.3.1-SNAPSHOT SUCCESS [ 0.555 s] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt 1.2.1-SNAPSHOT SUCCESS [ 0.244 s] [INFO] org.eclipse.kura.broker.artemis.xml 1.2.1-SNAPSHOT . SUCCESS [ 0.212 s] [INFO] org.eclipse.kura.camel 1.5.1-SNAPSHOT .............. SUCCESS [ 0.774 s] [INFO] org.eclipse.kura.camel.cloud.factory 1.3.1-SNAPSHOT SUCCESS [ 0.224 s] [INFO] org.eclipse.kura.camel.xml 1.3.1-SNAPSHOT .......... SUCCESS [ 0.204 s] [INFO] org.eclipse.kura.rest.provider 1.3.1-SNAPSHOT ...... SUCCESS [ 0.247 s] [INFO] org.eclipse.kura.core.certificates 1.2.1-SNAPSHOT .. SUCCESS [ 0.275 s] [INFO] org.eclipse.kura.core.keystore 1.2.1-SNAPSHOT ...... SUCCESS [ 0.502 s] [INFO] org.eclipse.kura.core.cloud 1.3.1-SNAPSHOT ......... SUCCESS [ 0.572 s] [INFO] org.eclipse.kura.core.cloud.factory 1.2.1-SNAPSHOT . SUCCESS [ 0.129 s] [INFO] org.eclipse.kura.core.comm 1.2.1-SNAPSHOT .......... SUCCESS [ 0.188 s] [INFO] org.eclipse.kura.core.crypto 1.2.1-SNAPSHOT ........ SUCCESS [ 0.176 s] [INFO] org.eclipse.kura.core.inventory 1.2.1-SNAPSHOT ..... SUCCESS [ 0.152 s] [INFO] org.eclipse.kura.core.deployment 1.3.1-SNAPSHOT .... SUCCESS [ 0.269 s] [INFO] org.eclipse.kura.core.net 1.2.2-SNAPSHOT ........... SUCCESS [ 0.415 s] [INFO] org.eclipse.kura.core.status 1.2.1-SNAPSHOT ........ SUCCESS [ 0.194 s] [INFO] org.eclipse.kura.core.system 1.2.1-SNAPSHOT ........ SUCCESS [ 0.260 s] [INFO] org.eclipse.kura.deployment.agent 1.2.1-SNAPSHOT ... SUCCESS [ 0.173 s] [INFO] org.eclipse.kura.hook.file.move.provider 1.2.1-SNAPSHOT SUCCESS [ 0.165 s] [INFO] org.eclipse.kura.driver.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.164 s] [INFO] org.eclipse.kura.driver.opcua.provider 1.2.1-SNAPSHOT SUCCESS [ 9.873 s] [INFO] org.eclipse.kura.driver.block 1.2.1-SNAPSHOT ....... SUCCESS [ 0.324 s] [INFO] org.eclipse.kura.driver.s7plc.provider 1.2.1-SNAPSHOT SUCCESS [ 1.170 s] [INFO] org.eclipse.kura.driver.ble.sensortag.provider 1.2.1-SNAPSHOT SUCCESS [ 0.236 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.2.1-SNAPSHOT ..... SUCCESS [ 0.230 s] [INFO] org.eclipse.kura.ble.ibeacon.provider 1.2.1-SNAPSHOT SUCCESS [ 0.172 s] [INFO] org.eclipse.kura.driver.ibeacon.provider 1.2.1-SNAPSHOT SUCCESS [ 0.155 s] [INFO] org.eclipse.kura.driver.gpio.provider 1.2.1-SNAPSHOT SUCCESS [ 0.180 s] [INFO] org.eclipse.kura.ble.eddystone.provider 1.2.1-SNAPSHOT SUCCESS [ 0.191 s] [INFO] org.eclipse.kura.driver.eddystone.provider 1.2.1-SNAPSHOT SUCCESS [ 0.184 s] [INFO] org.eclipse.kura.linux.bluetooth 1.2.1-SNAPSHOT .... SUCCESS [ 0.382 s] [INFO] org.eclipse.kura.ble.provider 1.2.1-SNAPSHOT ....... SUCCESS [ 0.397 s] [INFO] org.eclipse.kura.linux.clock 1.3.1-SNAPSHOT ........ SUCCESS [ 0.172 s] [INFO] org.eclipse.kura.linux.command 1.2.1-SNAPSHOT ...... SUCCESS [ 0.156 s] [INFO] org.eclipse.kura.linux.gpio 1.2.1-SNAPSHOT ......... SUCCESS [ 0.148 s] [INFO] org.eclipse.kura.linux.net 2.2.1 ................... SUCCESS [ 0.768 s] [INFO] org.eclipse.kura.linux.position 1.2.1-SNAPSHOT ..... SUCCESS [ 0.203 s] [INFO] org.eclipse.kura.linux.usb 1.2.1-SNAPSHOT .......... SUCCESS [ 0.176 s] [INFO] org.eclipse.kura.linux.usb.armv6hf 1.2.1-SNAPSHOT .. SUCCESS [ 0.091 s] [INFO] org.eclipse.kura.linux.usb.x86_64 1.2.1-SNAPSHOT ... SUCCESS [ 0.091 s] [INFO] org.eclipse.kura.linux.usb.aarch64 1.2.1-SNAPSHOT .. SUCCESS [ 0.101 s] [INFO] org.eclipse.kura.linux.watchdog 1.2.1-SNAPSHOT ..... SUCCESS [ 0.150 s] [INFO] org.eclipse.kura.localization 1.2.1-SNAPSHOT ....... SUCCESS [ 0.149 s] [INFO] org.eclipse.kura.localization.resources 1.2.1-SNAPSHOT SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.net.admin 1.2.2 ................... SUCCESS [ 1.127 s] [INFO] org.eclipse.kura.protocol.modbus 2.2.1-SNAPSHOT .... SUCCESS [ 0.160 s] [INFO] org.eclipse.kura.stress 1.2.1-SNAPSHOT ............. SUCCESS [ 0.136 s] [INFO] org.eclipse.kura.wire.camel 1.2.1-SNAPSHOT ......... SUCCESS [ 0.163 s] [INFO] org.eclipse.kura.wire.script.filter.provider 1.2.1-SNAPSHOT SUCCESS [ 0.169 s] [INFO] org.eclipse.kura.wire.db.component.provider 1.0.1-SNAPSHOT SUCCESS [ 0.206 s] [INFO] org.eclipse.kura.wire.h2db.component.provider 2.2.1-SNAPSHOT SUCCESS [ 0.170 s] [INFO] org.eclipse.kura.wire.component.provider 1.2.1-SNAPSHOT SUCCESS [ 1.285 s] [INFO] org.eclipse.kura.wire.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.139 s] [INFO] org.eclipse.kura.wire.provider 1.2.1 ............... SUCCESS [ 0.179 s] [INFO] org.eclipse.kura.rest.asset.provider 1.2.1-SNAPSHOT SUCCESS [ 0.152 s] [INFO] org.eclipse.kura.misc.cloudcat 1.2.1-SNAPSHOT ...... SUCCESS [ 0.208 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider 1.2.1-SNAPSHOT SUCCESS [ 0.203 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.2.1-SNAPSHOT SUCCESS [ 0.192 s] [INFO] org.eclipse.kura.wire.component.conditional.provider 1.2.1-SNAPSHOT SUCCESS [ 0.145 s] [INFO] org.eclipse.kura.wire.component.join.provider 1.2.1-SNAPSHOT SUCCESS [ 0.116 s] [INFO] org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.2.1-SNAPSHOT SUCCESS [ 0.286 s] [INFO] org.eclipse.kura.cloudconnection.raw.mqtt.provider 1.2.1-SNAPSHOT SUCCESS [ 0.231 s] [INFO] org.eclipse.kura.linux.sysv.provider 1.2.1-SNAPSHOT SUCCESS [ 0.127 s] [INFO] org.eclipse.kura.linux.systemd.provider 1.2.1-SNAPSHOT SUCCESS [ 0.127 s] [INFO] org.eclipse.kura.linux.debian.provider 1.2.1-SNAPSHOT SUCCESS [ 0.179 s] [INFO] org.eclipse.kura.linux.redhat.provider 1.2.1-SNAPSHOT SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.http.server.manager 1.2.1-SNAPSHOT SUCCESS [ 0.156 s] [INFO] org.eclipse.kura.useradmin.store 1.2.1-SNAPSHOT .... SUCCESS [ 0.170 s] [INFO] org.eclipse.kura.network.threat.manager 1.2.1-SNAPSHOT SUCCESS [ 0.133 s] [INFO] org.eclipse.kura.core.tamper.detection 1.2.1-SNAPSHOT SUCCESS [ 0.143 s] [INFO] org.eclipse.kura.log.filesystem.provider 1.1.1-SNAPSHOT SUCCESS [ 0.147 s] [INFO] org.eclipse.kura.request.handler.jaxrs 1.1.1-SNAPSHOT SUCCESS [ 0.158 s] [INFO] org.eclipse.kura.rest.configuration.provider 1.1.1-SNAPSHOT SUCCESS [ 0.249 s] [INFO] org.eclipse.kura.rest.wire.provider 1.1.1-SNAPSHOT . SUCCESS [ 0.212 s] [INFO] org.eclipse.kura.container.orchestration.provider 1.1.1-SNAPSHOT SUCCESS [ 12.191 s] [INFO] org.eclipse.kura.ai.triton.server 1.1.1-SNAPSHOT ... SUCCESS [ 8.032 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.1.1-SNAPSHOT SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.container.provider 1.1.1-SNAPSHOT . SUCCESS [ 0.154 s] [INFO] org.eclipse.kura.event.publisher 1.0.1-SNAPSHOT .... SUCCESS [ 0.164 s] [INFO] org.eclipse.kura.configuration.change.manager 1.0.1-SNAPSHOT SUCCESS [ 0.110 s] [INFO] features ........................................... SUCCESS [ 0.084 s] [INFO] org.eclipse.kura.api.feature ....................... SUCCESS [ 0.859 s] [INFO] org.eclipse.kura.camel.feature ..................... SUCCESS [ 0.124 s] [INFO] org.eclipse.kura.runtime.feature ................... SUCCESS [ 0.080 s] [INFO] org.eclipse.kura.driver.opcua 1.2.1-SNAPSHOT ....... SUCCESS [ 0.367 s] [INFO] org.eclipse.kura.driver.s7plc 1.2.1-SNAPSHOT ....... SUCCESS [ 0.091 s] [INFO] org.eclipse.kura.driver.ble.sensortag 1.2.1-SNAPSHOT SUCCESS [ 0.087 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.2.1-SNAPSHOT ..... SUCCESS [ 0.096 s] [INFO] org.eclipse.kura.driver.eddystone 1.2.1-SNAPSHOT ... SUCCESS [ 0.099 s] [INFO] org.eclipse.kura.driver.ibeacon 1.2.1-SNAPSHOT ..... SUCCESS [ 0.094 s] [INFO] org.eclipse.kura.wire.script.filter 1.2.1-SNAPSHOT . SUCCESS [ 0.087 s] [INFO] org.eclipse.kura.driver.gpio 1.2.1-SNAPSHOT ........ SUCCESS [ 0.095 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.1.1-SNAPSHOT SUCCESS [ 0.071 s] [INFO] org.eclipse.kura.ai.triton.server 1.1.1-SNAPSHOT ... SUCCESS [ 0.397 s] [INFO] emulator ........................................... SUCCESS [ 0.085 s] [INFO] org.eclipse.kura.emulator 1.2.1-SNAPSHOT ........... SUCCESS [ 0.113 s] [INFO] org.eclipse.kura.emulator.gpio 1.2.1-SNAPSHOT ...... SUCCESS [ 0.136 s] [INFO] org.eclipse.kura.emulator.clock 1.2.1-SNAPSHOT ..... SUCCESS [ 0.111 s] [INFO] org.eclipse.kura.emulator.net 1.2.1-SNAPSHOT ....... SUCCESS [ 0.126 s] [INFO] org.eclipse.kura.emulator.position 1.2.1-SNAPSHOT .. SUCCESS [ 0.173 s] [INFO] org.eclipse.kura.emulator.usb 1.2.1-SNAPSHOT ....... SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.emulator.watchdog 1.2.1-SNAPSHOT .. SUCCESS [ 0.119 s] [INFO] org.eclipse.kura ................................... SUCCESS [ 3.143 s] [INFO] test-util .......................................... SUCCESS [ 0.053 s] [INFO] org.eclipse.kura.util.wire.test .................... SUCCESS [ 0.174 s] [INFO] test ............................................... SUCCESS [ 2.731 s] [INFO] org.eclipse.kura.test .............................. SUCCESS [ 2.396 s] [INFO] org.eclipse.kura.asset.provider.test ............... SUCCESS [ 7.967 s] [INFO] org.eclipse.kura.asset.helper.provider.test ........ SUCCESS [ 8.781 s] [INFO] org.eclipse.kura.core.testutil ..................... SUCCESS [ 0.996 s] [INFO] org.eclipse.kura.camel.test ........................ SUCCESS [ 14.149 s] [INFO] org.eclipse.kura.core.certificates.test ............ SUCCESS [ 8.715 s] [INFO] org.eclipse.kura.core.comm.test .................... SUCCESS [ 7.935 s] [INFO] org.eclipse.kura.core.configuration.test ........... SUCCESS [ 14.314 s] [INFO] org.eclipse.kura.core.cloud.test ................... SUCCESS [02:04 min] [INFO] org.eclipse.kura.core.cloud.factory.test ........... SUCCESS [ 8.226 s] [INFO] org.eclipse.kura.core.crypto.test .................. SUCCESS [ 6.957 s] [INFO] org.eclipse.kura.core.db.test ...................... SUCCESS [ 11.364 s] [INFO] org.eclipse.kura.core.deployment.test .............. SUCCESS [ 9.917 s] [INFO] org.eclipse.kura.core.inventory.test ............... SUCCESS [ 9.179 s] [INFO] org.eclipse.kura.core.net.test ..................... SUCCESS [ 8.635 s] [INFO] org.eclipse.kura.core.ssl.test ..................... SUCCESS [ 8.598 s] [INFO] org.eclipse.kura.core.status.test .................. SUCCESS [ 7.599 s] [INFO] org.eclipse.kura.core.system.test .................. SUCCESS [ 8.569 s] [INFO] org.eclipse.kura.core.test ......................... SUCCESS [06:28 min] [INFO] org.eclipse.kura.core.util.test .................... SUCCESS [ 8.686 s] [INFO] org.eclipse.kura.deployment.agent.test ............. SUCCESS [ 8.331 s] [INFO] org.eclipse.kura.driver.block.test ................. SUCCESS [ 8.408 s] [INFO] org.eclipse.kura.driver.helper.test ................ SUCCESS [ 8.074 s] [INFO] org.eclipse.kura.emulator.position.test ............ SUCCESS [ 1.916 s] [INFO] org.eclipse.kura.emulator.watchdog.test ............ SUCCESS [ 8.683 s] [INFO] org.eclipse.kura.internal.asset.cloudlet.test ...... SUCCESS [ 10.318 s] [INFO] org.eclipse.kura.internal.ble.test ................. SUCCESS [ 8.552 s] [INFO] org.eclipse.kura.internal.ble.eddystone.test ....... SUCCESS [ 8.215 s] [INFO] org.eclipse.kura.internal.ble.ibeacon.test ......... SUCCESS [ 7.547 s] [INFO] org.eclipse.kura.internal.driver.ble.sensortag.test SUCCESS [ 42.509 s] [INFO] org.eclipse.kura.internal.driver.eddystone.test .... SUCCESS [ 8.071 s] [INFO] org.eclipse.kura.internal.driver.ibeacon.test ...... SUCCESS [ 8.087 s] [INFO] org.eclipse.kura.internal.driver.opcua.test ........ SUCCESS [ 24.749 s] [INFO] org.eclipse.kura.internal.driver.s7plc.test ........ SUCCESS [ 8.227 s] [INFO] org.eclipse.kura.linux.clock.test .................. SUCCESS [ 10.874 s] [INFO] org.eclipse.kura.linux.gpio.test ................... SUCCESS [ 8.112 s] [INFO] org.eclipse.kura.linux.net.test .................... SUCCESS [ 14.977 s] [INFO] org.eclipse.kura.linux.position.test ............... SUCCESS [ 33.096 s] [INFO] org.eclipse.kura.linux.usb.test .................... SUCCESS [ 8.222 s] [INFO] org.eclipse.kura.linux.watchdog.test ............... SUCCESS [ 10.054 s] [INFO] org.eclipse.kura.net.admin.test .................... SUCCESS [ 37.613 s] [INFO] org.eclipse.kura.rest.asset.provider.test .......... SUCCESS [ 8.043 s] [INFO] org.eclipse.kura.protocol.modbus.test .............. SUCCESS [ 8.031 s] [INFO] org.eclipse.kura.stress.test ....................... SUCCESS [ 16.238 s] [INFO] org.eclipse.kura.util.test ......................... SUCCESS [ 8.916 s] [INFO] org.eclipse.kura.watchdog.criticaltest ............. SUCCESS [ 0.817 s] [INFO] org.eclipse.kura.wire.component.provider.test ...... SUCCESS [01:20 min] [INFO] org.eclipse.kura.wire.h2db.component.provider.test . SUCCESS [ 22.936 s] [INFO] org.eclipse.kura.wire.db.component.provider.test ... SUCCESS [ 21.790 s] [INFO] org.eclipse.kura.wire.script.filter.provider.test .. SUCCESS [ 9.705 s] [INFO] org.eclipse.kura.wire.provider.test ................ SUCCESS [ 8.199 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider.test SUCCESS [ 8.168 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider.test SUCCESS [ 8.155 s] [INFO] org.eclipse.kura.http.server.manager.test .......... SUCCESS [02:46 min] [INFO] org.eclipse.kura.network.threat.manager.test ....... SUCCESS [ 9.835 s] [INFO] org.eclipse.kura.core.tamper.detection.test ........ SUCCESS [ 24.476 s] [INFO] org.eclipse.kura.useradmin.store.test .............. SUCCESS [02:36 min] [INFO] org.eclipse.kura.core.keystore.test ................ SUCCESS [01:45 min] [INFO] org.eclipse.kura.log.filesystem.provider.test ...... SUCCESS [ 11.287 s] [INFO] org.eclipse.kura.rest.configuration.provider.test .. SUCCESS [ 26.959 s] [INFO] org.eclipse.kura.util.test.driver .................. SUCCESS [ 0.830 s] [INFO] org.eclipse.kura.rest.wire.provider.test ........... SUCCESS [ 29.768 s] [INFO] org.eclipse.kura.container.orchestration.provider.test 1.1.1-SNAPSHOT SUCCESS [ 4.552 s] [INFO] org.eclipse.kura.wire.ai.component.provider.test ... SUCCESS [ 7.066 s] [INFO] org.eclipse.kura.container.provider.test 1.1.1-SNAPSHOT SUCCESS [ 2.446 s] [INFO] org.eclipse.kura.ai.triton.server.test ............. SUCCESS [ 22.828 s] [INFO] org.eclipse.kura.rest.provider.test ................ SUCCESS [03:00 min] [INFO] org.eclipse.kura.web2.ext 1.2.2-SNAPSHOT ........... SUCCESS [ 0.205 s] [INFO] org.eclipse.kura.web2 2.2.2 ........................ SUCCESS [02:21 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35:44 min [INFO] Finished at: 2023-05-12T21:33:55Z [INFO] ------------------------------------------------------------------------ [kura-5-2-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-2-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.17.13-200.fc35.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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [WARNING] org.eclipse.kura.protocol.modbus/2.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.serial.publisher:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.dbus:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon.scanner:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.ble.ibeacon.provider/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.ble.ibeacon.provider/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.5.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.quickstart:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.5.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.publisher:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.5.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.aggregation:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.logic.multiport.provider:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.trig:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.core.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.core.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.core.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305122058 [WARNING] org.eclipse.kura.asset.provider/2.2.1.202305122058 [WARNING] org.eclipse.kura.rest.configuration.provider/1.1.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [WARNING] org.eclipse.kura.rest.provider/1.3.1.202305122058 [WARNING] org.eclipse.kura.deployment.agent/1.2.1.202305122058 [WARNING] org.eclipse.kura.web2/2.2.2 [WARNING] org.eclipse.kura.web2.ext/1.2.2.202305122058 [WARNING] org.eclipse.kura.request.handler.jaxrs/1.1.1.202305122058 [WARNING] org.eclipse.kura.core.net/1.2.2.202305122058 [WARNING] org.eclipse.kura.wire.component.provider/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.web.extension:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.4.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio.led:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.tamper.detection:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.rest.authentication.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.rest.authentication.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [WARNING] org.eclipse.kura.rest.provider/1.3.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.rest.authentication.provider:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305122058 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.emulator/1.2.1.202305122058 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [WARNING] org.eclipse.kura.rest.provider/1.3.1.202305122058 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305122058 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.net/1.2.2.202305122058 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.singleport.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.dbus.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305122058 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.emulator/1.2.1.202305122058 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [WARNING] org.eclipse.kura.rest.provider/1.3.1.202305122058 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305122058 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.net/1.2.2.202305122058 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.logic.multiport.provider.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.configuration/2.2.1.202305122058 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305122058 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.emulator/1.2.1.202305122058 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.api/2.4.1.202305122058 [WARNING] org.eclipse.kura.core/1.2.2.202305122058 [WARNING] org.eclipse.kura.util/1.3.1.202305122058 [WARNING] org.eclipse.kura.rest.provider/1.3.1.202305122058 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305122058 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.system/1.2.1.202305122058 [WARNING] org.eclipse.kura.core.net/1.2.2.202305122058 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.trig.test:5.2.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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] org.eclipse.kura.example.rest.authentication.provider [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.2.2 [1/37] [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.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/target/examples_5.2.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-2-0-release-candidate/kura/examples/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/examples/5.2.2/examples-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/target/examples_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/examples/5.2.2/examples-5.2.2.dp [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.demo.heater >------------ [INFO] Building org.eclipse.kura.demo.heater 1.2.1-SNAPSHOT [2/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.demo.heater:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.2.1-SNAPSHOT/org.eclipse.kura.demo.heater-1.2.1-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.2.1-SNAPSHOT [3/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.demo.modbus:2.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.2.1-SNAPSHOT/org.eclipse.kura.demo.modbus-2.2.1-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.2.1-SNAPSHOT [4/37] [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.2.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.project:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.2.1-SNAPSHOT/org.eclipse.kura.example.project-1.2.1-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.2.1-SNAPSHOT [5/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.publisher:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.publisher-1.2.1-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.2.1-SNAPSHOT [6/37] [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.2.1.202305122133 [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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.serial.publisher:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.2.1-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.2.1-SNAPSHOT [7/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.gpio:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio-1.2.1-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.2.1-SNAPSHOT [8/37] [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.2.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.ble.tisensortag:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.2.1-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.2.1-SNAPSHOT [9/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.dbus:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.2.1-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.2.1-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.2.1-SNAPSHOT [10/37] [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.2.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.beacon:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon-1.2.1-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.2.1-SNAPSHOT [11/37] [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.2.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.beacon.scanner:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.2.1-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.2.1-SNAPSHOT [12/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.ibeacon.advertiser:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.2.1-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.2.1-SNAPSHOT [13/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.ibeacon.scanner:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.2.1-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.2.1-SNAPSHOT [14/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.eddystone.advertiser:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.2.1-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.2.1-SNAPSHOT [15/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.eddystone.scanner:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.2.1-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.2.1-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.3.1-SNAPSHOT [16/37] [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.3.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.3.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.3.1-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.3.1.202305122133 [INFO] Added: org.eclipse.kura.example.camel.quickstart:1.3.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.3.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.3.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.3.1-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.2.1-SNAPSHOT [17/37] [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.2.1.202305122133 [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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.camel.publisher:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.2.1-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.2.1-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.3.1-SNAPSHOT [18/37] [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.3.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.3.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.3.1-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.3.1.202305122133 [INFO] Added: org.eclipse.kura.example.camel.aggregation:1.3.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.3.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.3.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.3.1-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.3.1-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.2.1-SNAPSHOT [19/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.2.1-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.2.1-SNAPSHOT [20/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat.example:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.2.1-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.2.1-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.2.1-SNAPSHOT [21/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.wire.logic.multiport.provider:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.2.1-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.2.1-SNAPSHOT [22/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.wire.math.multiport.provider:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.2.1-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.2.1-SNAPSHOT [23/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.2.1-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.2.1-SNAPSHOT [24/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.2.1-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.2.1-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.2.1-SNAPSHOT [25/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.driver.sensehat:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.2.1-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.2.1-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.2.1-SNAPSHOT [26/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.wire.devel.component.provider:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.2.1-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.2.1-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.2.1-SNAPSHOT [27/37] [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.2.1.202305122133 [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-2-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-2-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-2-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 -- 27.564s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/src/main/webapp/exampleext [INFO] Link succeeded [INFO] Linking succeeded -- 0.267s [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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.web.extension:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.2.1-SNAPSHOT/org.eclipse.kura.example.web.extension-1.2.1-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.2.1-SNAPSHOT [28/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.gpio.led:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.2.1-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.2.1-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.2.1-SNAPSHOT [29/37] [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.2.1.202305122133 [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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.2.1-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.2.1.202305122133 [INFO] Added: org.eclipse.kura.example.tamper.detection:1.2.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection_1.2.1-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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection_1.2.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.2.1-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.2.1-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:org.eclipse.kura.example.rest.authentication.provider >-- [INFO] Building org.eclipse.kura.example.rest.authentication.provider 1.0.1-SNAPSHOT [30/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] The project's OSGi version is 1.0.1.202305122133 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.rest.authentication.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.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-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Building DP - Version: 1.0.1.202305122133 [INFO] Added: org.eclipse.kura.example.rest.authentication.provider:1.0.1.202305122133 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider_1.0.1-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/org.eclipse.kura.example.rest.authentication.provider/target/org.eclipse.kura.example.rest.authentication.provider_1.0.1-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.rest.authentication.provider/1.0.1-SNAPSHOT/org.eclipse.kura.example.rest.authentication.provider-1.0.1-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.rest.authentication.provider --- [INFO] [INFO] -------------------< org.eclipse.kura.example:test >-------------------- [INFO] Building test 5.2.2 [31/37] [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-2-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-2-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-2-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.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/target/test_5.2.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-2-0-release-candidate/kura/examples/test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/test/5.2.2/test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/target/test_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/test/5.2.2/test-5.2.2.dp [INFO] [INFO] -----< org.eclipse.kura.example:org.eclipse.kura.example.testutil >----- [INFO] Building org.eclipse.kura.example.testutil 5.2.2 [32/37] [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.2.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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.2.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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.2.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.2.2 [INFO] Added: org.eclipse.kura.example.testutil:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_5.2.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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.2.2/org.eclipse.kura.example.testutil-5.2.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.2.2 [33/37] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLeTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLeTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/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.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.BluetoothLeTest 2023-05-12T21:35:08,368 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-12T21:35:08,379 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-12T21:35:08,379 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2023-05-12T21:35:08,379 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-12T21:35:08,380 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:12,381 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:12,382 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:13,380 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:16,380 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:16,381 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:18,380 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:20,380 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:20,381 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:21,483 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-12T21:35:21,485 [main] INFO o.e.k.e.b.t.BluetoothLe - Address 12:34:56:78:90:AC Name SensorTag CC2541 2023-05-12T21:35:21,486 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-12T21:35:21,486 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-12T21:35:21,487 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2023-05-12T21:35:21,487 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-12T21:35:21,488 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:22,380 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:24,380 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:24,381 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:25,489 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2023-05-12T21:35:26,380 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:26,487 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:26,490 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Ambient: 20.0 Target: 25.0 2023-05-12T21:35:27,491 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Acc X: 1.0 Acc Y: 1.5 Acc Z: -1.0 2023-05-12T21:35:28,392 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:28,393 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:28,491 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Humidity: 50.0 2023-05-12T21:35:29,492 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Mag X: 1000.0 Mag Y: 2000.0 Mag Z: 3000.0 2023-05-12T21:35:30,380 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:30,487 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:31,492 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Pre: 101.3 2023-05-12T21:35:32,381 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:32,381 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2023-05-12T21:35:32,493 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Gyro X: 4.0 Gyro Y: 5.0 Gyro Z: 6.0 2023-05-12T21:35:33,494 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Light: 100.1 2023-05-12T21:35:33,494 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2023-05-12T21:35:34,380 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:34,488 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-12T21:35:34,495 [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: 27.147 sec Running org.eclipse.kura.example.ble.tisensortag.TiSensorTagTest 2023-05-12T21:35:34,555 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE connection. 2023-05-12T21:35:34,559 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2023-05-12T21:35:34,563 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-12T21:35:34,578 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-12T21:35:34,580 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:34,583 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:34,585 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-12T21:35:34,589 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:34,591 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2023-05-12T21:35:34,614 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2023-05-12T21:35:34,621 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2023-05-12T21:35:34,624 [main] INFO o.e.k.e.b.t.TiSensorTag - Received keys value: 123 2023-05-12T21:35:34,626 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2023-05-12T21:35:34,629 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-12T21:35:34,636 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:34,639 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-12T21:35:34,647 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-12T21:35:34,648 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2023-05-12T21:35:34,651 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-12T21:35:34,658 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:34,659 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:34,662 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-12T21:35:34,664 [main] INFO o.e.k.e.b.t.TiSensorTag - List getCharacteristics 2023-05-12T21:35:34,667 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:34,668 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2023-05-12T21:35:34,668 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-12T21:35:34,669 [main] INFO o.e.k.e.b.t.TiSensorTag - Not IO Service on CC2541. 2023-05-12T21:35:34,674 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00010080 2023-05-12T21:35:34,684 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:34,687 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE IO activity. 2023-05-12T21:35:34,690 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2023-05-12T21:35:34,691 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2023-05-12T21:35:34,693 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2023-05-12T21:35:34,700 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000102B48B01 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.2.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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.2.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.2.2 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.test:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.test-5.2.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.2.2 [34/37] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.2.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-2-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.2.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.2.2 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider.test:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2023-05-12 21:35:38.461 ----------------------------------------------- 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 2023-05-12 21:35:39.015 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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) 2023-05-12T21:35:40,578 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:35:40,826 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:35:40,850 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 2023-05-12T21:35:40,850 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:35:40,850 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/ 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-12T21:35:40,851 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:35:40,852 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:35:40,952 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:35:41,029 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:35:41,030 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:35:41,030 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:35:41,030 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:35:41,030 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:35:41,043 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:35:41,043 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:35:41,045 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:35:41,046 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:35:41,046 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:35:41,047 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] 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 2023-05-12T21:35:41,048 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:35:41,049 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:35:41,059 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:35:41,061 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:35:41,061 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:35:41,061 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:35:41,137 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341065.xml... 2023-05-12T21:35:41,142 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341065.xml... Done. 2023-05-12T21:35:41,142 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:35:41,142 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:35:41,142 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:35:41,157 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:35:41,157 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,158 [Start Level: Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Variance ... 2023-05-12T21:35:41,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Median ... 2023-05-12T21:35:41,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Minimum ... 2023-05-12T21:35:41,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.SquareRoot ... 2023-05-12T21:35:41,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Maximum ... 2023-05-12T21:35:41,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Average ... 2023-05-12T21:35:41,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.GainOffset ... 2023-05-12T21:35:41,227 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:35:41,228 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:35:41,267 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 482061454 created 2023-05-12T21:35:41,267 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 482061454 bound 2023-05-12T21:35:41,267 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 482061454 bound 2023-05-12T21:35:41,267 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 482061454 activated 2023-05-12T21:35:41,269 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1688356976 created 2023-05-12T21:35:41,269 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1688356976 bound 2023-05-12T21:35:41,269 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1688356976 bound 2023-05-12T21:35:41,269 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1688356976 activated 2023-05-12T21:35:41,270 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1834780829 created 2023-05-12T21:35:41,270 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1834780829 bound 2023-05-12T21:35:41,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1834780829 bound 2023-05-12T21:35:41,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1834780829 activated 2023-05-12T21:35:41,273 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1066260633 created 2023-05-12T21:35:41,273 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1066260633 bound 2023-05-12T21:35:41,273 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1066260633 bound 2023-05-12T21:35:41,273 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1066260633 activated 2023-05-12T21:35:41,274 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1479021946 created 2023-05-12T21:35:41,274 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1479021946 bound 2023-05-12T21:35:41,275 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1479021946 bound 2023-05-12T21:35:41,275 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1479021946 activated 2023-05-12T21:35:41,278 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1164174563 created 2023-05-12T21:35:41,278 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1164174563 bound 2023-05-12T21:35:41,278 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1164174563 bound 2023-05-12T21:35:41,278 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1164174563 activated 2023-05-12T21:35:41,280 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 578491345 created 2023-05-12T21:35:41,280 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 578491345 bound 2023-05-12T21:35:41,280 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 578491345 bound 2023-05-12T21:35:41,280 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 578491345 activated 2023-05-12T21:35:41,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:35:41,280 [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 2023-05-12T21:35:41,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:35:41,351 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... 2023-05-12T21:35:41,351 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... done 2023-05-12T21:35:41,352 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -630919158 created 2023-05-12T21:35:41,355 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -630919158 setup 2023-05-12T21:35:41,358 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341065... 2023-05-12T21:35:41,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341363.xml... 2023-05-12T21:35:41,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341363.xml... Done. 2023-05-12T21:35:41,369 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,369 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,369 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,369 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,376 [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)) 2023-05-12T21:35:41,379 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,379 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2023-05-12T21:35:41,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-12T21:35:41,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,382 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-12T21:35:41,382 [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 2023-05-12T21:35:41,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,384 [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 2023-05-12T21:35:41,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,386 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341363... 2023-05-12T21:35:41,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341394.xml... 2023-05-12T21:35:41,400 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341394.xml... Done. 2023-05-12T21:35:41,400 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,455 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,455 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,457 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,458 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,460 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,463 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,463 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,464 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,465 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - ### TESTING GAIN OFFSET COMPONENT ### 2023-05-12T21:35:41,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341394... 2023-05-12T21:35:41,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-12T21:35:41,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:41,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341474.xml... 2023-05-12T21:35:41,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341474.xml... Done. 2023-05-12T21:35:41,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:41,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,483 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - received {toBeMultipliedByTwo=DoubleValue [value=8.0], toBeMultipliedBy3AndIncreasedBy1=DoubleValue [value=7.0]} 2023-05-12T21:35:41,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341474... 2023-05-12T21:35:41,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341495.xml... 2023-05-12T21:35:41,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341495.xml... Done. 2023-05-12T21:35:41,499 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,514 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,514 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -1982854994 created 2023-05-12T21:35:41,514 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -1982854994 setup 2023-05-12T21:35:41,515 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,515 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341495... 2023-05-12T21:35:41,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341520.xml... 2023-05-12T21:35:41,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341520.xml... Done. 2023-05-12T21:35:41,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,526 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,526 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,527 [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)) 2023-05-12T21:35:41,527 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,527 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2023-05-12T21:35:41,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-12T21:35:41,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-12T21:35:41,530 [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 2023-05-12T21:35:41,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,532 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,532 [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 2023-05-12T21:35:41,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,534 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,534 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341520... 2023-05-12T21:35:41,535 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,535 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341541.xml... 2023-05-12T21:35:41,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341541.xml... Done. 2023-05-12T21:35:41,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,550 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,550 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,551 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,555 [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)) 2023-05-12T21:35:41,556 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,556 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341541... 2023-05-12T21:35:41,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341566.xml... 2023-05-12T21:35:41,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341566.xml... Done. 2023-05-12T21:35:41,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,571 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,571 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 314155771 created 2023-05-12T21:35:41,571 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 314155771 setup 2023-05-12T21:35:41,571 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341566... 2023-05-12T21:35:41,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341576.xml... 2023-05-12T21:35:41,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341576.xml... Done. 2023-05-12T21:35:41,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,581 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,581 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,581 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,581 [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)) 2023-05-12T21:35:41,581 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,582 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2023-05-12T21:35:41,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-12T21:35:41,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-12T21:35:41,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.emitter.pid 2023-05-12T21:35:41,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,586 [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 2023-05-12T21:35:41,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341576... 2023-05-12T21:35:41,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,615 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,615 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341592.xml... 2023-05-12T21:35:41,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341592.xml... Done. 2023-05-12T21:35:41,620 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,622 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,622 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,627 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,627 [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)) 2023-05-12T21:35:41,628 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,628 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,629 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,629 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,630 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,630 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,630 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,630 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,631 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341592... 2023-05-12T21:35:41,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341636.xml... 2023-05-12T21:35:41,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341636.xml... Done. 2023-05-12T21:35:41,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341065.xml 2023-05-12T21:35:41,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,642 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,642 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - tear down once 2023-05-12T21:35:41,642 [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.317 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.146 s gainOffsetWireComponentExists(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.057 s gainOffsetWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.071 s Running org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest 2023-05-12T21:35:41,682 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... 2023-05-12T21:35:41,682 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... done 2023-05-12T21:35:41,682 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -1633167405 created 2023-05-12T21:35:41,683 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -1633167405 setup 2023-05-12T21:35:41,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341636... 2023-05-12T21:35:41,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341687.xml... 2023-05-12T21:35:41,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341687.xml... Done. 2023-05-12T21:35:41,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341363.xml 2023-05-12T21:35:41,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,692 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,692 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,692 [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)) 2023-05-12T21:35:41,692 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,692 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2023-05-12T21:35:41,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-12T21:35:41,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-12T21:35:41,695 [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 2023-05-12T21:35:41,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,696 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,696 [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 2023-05-12T21:35:41,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,699 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341687... 2023-05-12T21:35:41,699 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,699 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341715.xml... 2023-05-12T21:35:41,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341715.xml... Done. 2023-05-12T21:35:41,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341394.xml 2023-05-12T21:35:41,721 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,723 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,723 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,724 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,724 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,725 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,728 [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)) 2023-05-12T21:35:41,728 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,729 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,729 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,730 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,731 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,731 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,732 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,732 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341715... 2023-05-12T21:35:41,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341738.xml... 2023-05-12T21:35:41,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341738.xml... Done. 2023-05-12T21:35:41,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341474.xml 2023-05-12T21:35:41,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,743 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1010321537 created 2023-05-12T21:35:41,743 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1010321537 setup 2023-05-12T21:35:41,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341738... 2023-05-12T21:35:41,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341747.xml... 2023-05-12T21:35:41,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341747.xml... Done. 2023-05-12T21:35:41,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341495.xml 2023-05-12T21:35:41,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,752 [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)) 2023-05-12T21:35:41,752 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,752 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2023-05-12T21:35:41,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-12T21:35:41,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-12T21:35:41,755 [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 2023-05-12T21:35:41,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,756 [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 2023-05-12T21:35:41,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,759 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341747... 2023-05-12T21:35:41,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341762.xml... 2023-05-12T21:35:41,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341762.xml... Done. 2023-05-12T21:35:41,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341520.xml 2023-05-12T21:35:41,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,775 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,775 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,779 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,779 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,779 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,780 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,780 [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)) 2023-05-12T21:35:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,784 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341762... 2023-05-12T21:35:41,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341791.xml... 2023-05-12T21:35:41,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341791.xml... Done. 2023-05-12T21:35:41,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341541.xml 2023-05-12T21:35:41,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,796 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,796 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -737432926 created 2023-05-12T21:35:41,796 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -737432926 setup 2023-05-12T21:35:41,796 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,797 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341791... 2023-05-12T21:35:41,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,819 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341817.xml... 2023-05-12T21:35:41,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341817.xml... Done. 2023-05-12T21:35:41,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341566.xml 2023-05-12T21:35:41,822 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,822 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,822 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,822 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,823 [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)) 2023-05-12T21:35:41,823 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,823 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2023-05-12T21:35:41,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-12T21:35:41,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,825 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-12T21:35:41,825 [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 2023-05-12T21:35:41,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,827 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,827 [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 2023-05-12T21:35:41,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,829 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341817... 2023-05-12T21:35:41,831 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,831 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341834.xml... 2023-05-12T21:35:41,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341834.xml... Done. 2023-05-12T21:35:41,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341576.xml 2023-05-12T21:35:41,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,841 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,841 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,842 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,843 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,843 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,845 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - ### TESTING MAXIMUM COMPONENT ### 2023-05-12T21:35:41,846 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,846 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341834... 2023-05-12T21:35:41,847 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-12T21:35:41,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:41,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341852.xml... 2023-05-12T21:35:41,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341852.xml... Done. 2023-05-12T21:35:41,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341592.xml 2023-05-12T21:35:41,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:41,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,859 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - received {result=DoubleValue [value=9.0]} 2023-05-12T21:35:41,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,860 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,861 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341852... 2023-05-12T21:35:41,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341867.xml... 2023-05-12T21:35:41,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341867.xml... Done. 2023-05-12T21:35:41,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341636.xml 2023-05-12T21:35:41,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,872 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - tear down once 2023-05-12T21:35:41,872 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,873 [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.191 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.059 s maximumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.053 s testMaximum(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.076 s Running org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest 2023-05-12T21:35:41,884 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... 2023-05-12T21:35:41,884 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... done 2023-05-12T21:35:41,884 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1056328969 created 2023-05-12T21:35:41,884 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1056328969 setup 2023-05-12T21:35:41,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341867... 2023-05-12T21:35:41,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341888.xml... 2023-05-12T21:35:41,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341888.xml... Done. 2023-05-12T21:35:41,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341687.xml 2023-05-12T21:35:41,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,892 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,893 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,893 [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)) 2023-05-12T21:35:41,893 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,893 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2023-05-12T21:35:41,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:41,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,896 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-12T21:35:41,896 [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 2023-05-12T21:35:41,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,898 [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 2023-05-12T21:35:41,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,899 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,900 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341888... 2023-05-12T21:35:41,914 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,914 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341916.xml... 2023-05-12T21:35:41,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341916.xml... Done. 2023-05-12T21:35:41,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341715.xml 2023-05-12T21:35:41,922 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,923 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,923 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,924 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,925 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,925 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,926 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,926 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,927 [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)) 2023-05-12T21:35:41,928 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,928 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,928 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,929 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,930 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,930 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,931 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341916... 2023-05-12T21:35:41,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341936.xml... 2023-05-12T21:35:41,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341936.xml... Done. 2023-05-12T21:35:41,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341738.xml 2023-05-12T21:35:41,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,941 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1298467492 created 2023-05-12T21:35:41,941 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1298467492 setup 2023-05-12T21:35:41,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341936... 2023-05-12T21:35:41,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341944.xml... 2023-05-12T21:35:41,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341944.xml... Done. 2023-05-12T21:35:41,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341747.xml 2023-05-12T21:35:41,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,949 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,950 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,950 [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)) 2023-05-12T21:35:41,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:41,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:41,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2023-05-12T21:35:41,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:41,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:41,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:41,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:41,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:41,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-12T21:35:41,953 [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 2023-05-12T21:35:41,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:41,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:41,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:41,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:41,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:41,954 [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 2023-05-12T21:35:41,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:41,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:41,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:41,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:41,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:41,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341944... 2023-05-12T21:35:41,957 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,957 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341960.xml... 2023-05-12T21:35:41,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341960.xml... Done. 2023-05-12T21:35:41,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341762.xml 2023-05-12T21:35:41,966 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,968 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:41,968 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:41,969 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:41,969 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:41,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:41,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:41,972 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING ODD AVERAGE COMPONENT ### 2023-05-12T21:35:41,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:41,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:41,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341960... 2023-05-12T21:35:41,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:41,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:41,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:41,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341978.xml... 2023-05-12T21:35:41,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341978.xml... Done. 2023-05-12T21:35:41,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341791.xml 2023-05-12T21:35:41,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:41,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:41,985 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.0]} 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:41,986 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:41,986 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:41,986 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:41,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:41,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:41,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:41,987 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:41,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341978... 2023-05-12T21:35:41,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:41,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341992.xml... 2023-05-12T21:35:41,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341992.xml... Done. 2023-05-12T21:35:41,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341817.xml 2023-05-12T21:35:41,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:41,996 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:41,997 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1715381009 created 2023-05-12T21:35:41,997 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1715381009 setup 2023-05-12T21:35:41,997 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927341992... 2023-05-12T21:35:42,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342018.xml... 2023-05-12T21:35:42,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342018.xml... Done. 2023-05-12T21:35:42,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341834.xml 2023-05-12T21:35:42,022 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,022 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,023 [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)) 2023-05-12T21:35:42,023 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,023 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2023-05-12T21:35:42,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:42,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-12T21:35:42,026 [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 2023-05-12T21:35:42,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,027 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,028 [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 2023-05-12T21:35:42,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,029 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342018... 2023-05-12T21:35:42,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342033.xml... 2023-05-12T21:35:42,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342033.xml... Done. 2023-05-12T21:35:42,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341852.xml 2023-05-12T21:35:42,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,043 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,043 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,044 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,044 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,045 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,046 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,047 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,047 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,048 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING EVEN AVERAGE COMPONENT ### 2023-05-12T21:35:42,048 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,048 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342033... 2023-05-12T21:35:42,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:42,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342053.xml... 2023-05-12T21:35:42,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342053.xml... Done. 2023-05-12T21:35:42,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341867.xml 2023-05-12T21:35:42,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:42,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,059 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.5]} 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,060 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342053... 2023-05-12T21:35:42,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342065.xml... 2023-05-12T21:35:42,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342065.xml... Done. 2023-05-12T21:35:42,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341888.xml 2023-05-12T21:35:42,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,070 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1181754976 created 2023-05-12T21:35:42,070 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1181754976 setup 2023-05-12T21:35:42,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342065... 2023-05-12T21:35:42,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342073.xml... 2023-05-12T21:35:42,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342073.xml... Done. 2023-05-12T21:35:42,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341916.xml 2023-05-12T21:35:42,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,078 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,078 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,079 [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)) 2023-05-12T21:35:42,079 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,079 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2023-05-12T21:35:42,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-12T21:35:42,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-12T21:35:42,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.emitter.pid 2023-05-12T21:35:42,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,082 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,082 [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 2023-05-12T21:35:42,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,084 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342073... 2023-05-12T21:35:42,085 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,085 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342087.xml... 2023-05-12T21:35:42,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342087.xml... Done. 2023-05-12T21:35:42,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341936.xml 2023-05-12T21:35:42,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,094 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,094 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,094 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,097 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,098 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,098 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,115 [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)) 2023-05-12T21:35:42,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342087... 2023-05-12T21:35:42,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342122.xml... 2023-05-12T21:35:42,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342122.xml... Done. 2023-05-12T21:35:42,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341944.xml 2023-05-12T21:35:42,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,127 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,127 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - tear down once 2023-05-12T21:35:42,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,128 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,128 [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.244 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.056 s testOddaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.055 s testEvenaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.073 s averageWireComponentExists(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.057 s Running org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest 2023-05-12T21:35:42,138 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... 2023-05-12T21:35:42,138 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... done 2023-05-12T21:35:42,138 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1363703010 created 2023-05-12T21:35:42,139 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1363703010 setup 2023-05-12T21:35:42,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342122... 2023-05-12T21:35:42,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342142.xml... 2023-05-12T21:35:42,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342142.xml... Done. 2023-05-12T21:35:42,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341960.xml 2023-05-12T21:35:42,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,147 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,147 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,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)) 2023-05-12T21:35:42,148 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,148 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2023-05-12T21:35:42,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-12T21:35:42,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-12T21:35:42,150 [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 2023-05-12T21:35:42,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,151 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,151 [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 2023-05-12T21:35:42,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,154 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,154 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342142... 2023-05-12T21:35:42,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342157.xml... 2023-05-12T21:35:42,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342157.xml... Done. 2023-05-12T21:35:42,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341978.xml 2023-05-12T21:35:42,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,164 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,164 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,165 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,166 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,166 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,167 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,167 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,169 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,169 [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)) 2023-05-12T21:35:42,169 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,170 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342157... 2023-05-12T21:35:42,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342183.xml... 2023-05-12T21:35:42,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342183.xml... Done. 2023-05-12T21:35:42,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927341992.xml 2023-05-12T21:35:42,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,190 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,190 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1255188585 created 2023-05-12T21:35:42,190 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1255188585 setup 2023-05-12T21:35:42,190 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342183... 2023-05-12T21:35:42,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342196.xml... 2023-05-12T21:35:42,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342196.xml... Done. 2023-05-12T21:35:42,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342018.xml 2023-05-12T21:35:42,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,219 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,220 [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)) 2023-05-12T21:35:42,220 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,220 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2023-05-12T21:35:42,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-12T21:35:42,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,223 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-12T21:35:42,223 [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 2023-05-12T21:35:42,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,224 [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 2023-05-12T21:35:42,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,226 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342196... 2023-05-12T21:35:42,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342232.xml... 2023-05-12T21:35:42,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342232.xml... Done. 2023-05-12T21:35:42,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342033.xml 2023-05-12T21:35:42,241 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,244 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,244 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,246 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,246 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,247 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,248 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,249 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - ### TESTING VARIANCE COMPONENT ### 2023-05-12T21:35:42,249 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,249 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342232... 2023-05-12T21:35:42,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-12T21:35:42,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:42,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342258.xml... 2023-05-12T21:35:42,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342258.xml... Done. 2023-05-12T21:35:42,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342053.xml 2023-05-12T21:35:42,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:42,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,264 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - received {result=DoubleValue [value=4.9]} 2023-05-12T21:35:42,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,266 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,266 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,268 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342258... 2023-05-12T21:35:42,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342275.xml... 2023-05-12T21:35:42,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342275.xml... Done. 2023-05-12T21:35:42,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342065.xml 2023-05-12T21:35:42,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,281 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,281 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 825099130 created 2023-05-12T21:35:42,282 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 825099130 setup 2023-05-12T21:35:42,282 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342275... 2023-05-12T21:35:42,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342285.xml... 2023-05-12T21:35:42,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342285.xml... Done. 2023-05-12T21:35:42,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342073.xml 2023-05-12T21:35:42,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,290 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,290 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,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)) 2023-05-12T21:35:42,291 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,291 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2023-05-12T21:35:42,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-12T21:35:42,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,316 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-12T21:35:42,317 [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 2023-05-12T21:35:42,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,319 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,319 [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 2023-05-12T21:35:42,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,322 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,322 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,322 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,323 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342285... 2023-05-12T21:35:42,325 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342326.xml... 2023-05-12T21:35:42,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342326.xml... Done. 2023-05-12T21:35:42,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342087.xml 2023-05-12T21:35:42,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,334 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,334 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,335 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,339 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,340 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,341 [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)) 2023-05-12T21:35:42,342 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,342 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,343 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342326... 2023-05-12T21:35:42,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342355.xml... 2023-05-12T21:35:42,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342355.xml... Done. 2023-05-12T21:35:42,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342122.xml 2023-05-12T21:35:42,359 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,359 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,360 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - tear down once 2023-05-12T21:35:42,360 [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.223 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.051 s testVariance(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.091 s varianceWireComponentExists(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.079 s Running org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest 2023-05-12T21:35:42,383 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... 2023-05-12T21:35:42,383 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... done 2023-05-12T21:35:42,383 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 609014340 created 2023-05-12T21:35:42,383 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 609014340 setup 2023-05-12T21:35:42,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342355... 2023-05-12T21:35:42,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342414.xml... 2023-05-12T21:35:42,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342414.xml... Done. 2023-05-12T21:35:42,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342142.xml 2023-05-12T21:35:42,420 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,420 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,420 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,421 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,422 [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)) 2023-05-12T21:35:42,422 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,422 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2023-05-12T21:35:42,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-12T21:35:42,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,425 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-12T21:35:42,425 [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 2023-05-12T21:35:42,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,427 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,427 [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 2023-05-12T21:35:42,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,429 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342414... 2023-05-12T21:35:42,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342436.xml... 2023-05-12T21:35:42,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342436.xml... Done. 2023-05-12T21:35:42,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342157.xml 2023-05-12T21:35:42,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,444 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,444 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,445 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,446 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,447 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,449 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,449 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,451 [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)) 2023-05-12T21:35:42,451 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,452 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,452 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,455 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,456 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342436... 2023-05-12T21:35:42,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342462.xml... 2023-05-12T21:35:42,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342462.xml... Done. 2023-05-12T21:35:42,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342183.xml 2023-05-12T21:35:42,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,467 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -1964688613 created 2023-05-12T21:35:42,467 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -1964688613 setup 2023-05-12T21:35:42,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342462... 2023-05-12T21:35:42,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342470.xml... 2023-05-12T21:35:42,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342470.xml... Done. 2023-05-12T21:35:42,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342196.xml 2023-05-12T21:35:42,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,475 [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)) 2023-05-12T21:35:42,475 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,475 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2023-05-12T21:35:42,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-12T21:35:42,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,478 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-12T21:35:42,478 [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 2023-05-12T21:35:42,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,480 [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 2023-05-12T21:35:42,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,482 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342470... 2023-05-12T21:35:42,514 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342515.xml... 2023-05-12T21:35:42,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342515.xml... Done. 2023-05-12T21:35:42,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342232.xml 2023-05-12T21:35:42,521 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,522 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,522 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,522 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,522 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,524 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,525 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,528 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,528 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,528 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,531 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,531 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,531 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,532 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - ### TESTING MINIMUM COMPONENT ### 2023-05-12T21:35:42,533 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342515... 2023-05-12T21:35:42,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-12T21:35:42,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:42,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342538.xml... 2023-05-12T21:35:42,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342538.xml... Done. 2023-05-12T21:35:42,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342258.xml 2023-05-12T21:35:42,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:42,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,546 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - received {result=DoubleValue [value=1.0]} 2023-05-12T21:35:42,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,547 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342538... 2023-05-12T21:35:42,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342554.xml... 2023-05-12T21:35:42,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342554.xml... Done. 2023-05-12T21:35:42,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342275.xml 2023-05-12T21:35:42,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,561 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -1334029245 created 2023-05-12T21:35:42,561 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -1334029245 setup 2023-05-12T21:35:42,561 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342554... 2023-05-12T21:35:42,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342566.xml... 2023-05-12T21:35:42,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342566.xml... Done. 2023-05-12T21:35:42,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342285.xml 2023-05-12T21:35:42,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,570 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,571 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,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)) 2023-05-12T21:35:42,571 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,571 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2023-05-12T21:35:42,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-12T21:35:42,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,573 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-12T21:35:42,573 [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 2023-05-12T21:35:42,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,575 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,575 [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 2023-05-12T21:35:42,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,577 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,577 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342566... 2023-05-12T21:35:42,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342582.xml... 2023-05-12T21:35:42,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342582.xml... Done. 2023-05-12T21:35:42,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342326.xml 2023-05-12T21:35:42,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,590 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,590 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,615 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,616 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,616 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,617 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,617 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,618 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,619 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,619 [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)) 2023-05-12T21:35:42,619 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,621 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,621 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,623 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342582... 2023-05-12T21:35:42,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342629.xml... 2023-05-12T21:35:42,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342629.xml... Done. 2023-05-12T21:35:42,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342355.xml 2023-05-12T21:35:42,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,634 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - tear down once 2023-05-12T21:35:42,634 [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.252 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.083 s testMinimum(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.093 s minimumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.073 s Running org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest 2023-05-12T21:35:42,646 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... 2023-05-12T21:35:42,647 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... done 2023-05-12T21:35:42,647 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 767036481 created 2023-05-12T21:35:42,647 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 767036481 setup 2023-05-12T21:35:42,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342629... 2023-05-12T21:35:42,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342651.xml... 2023-05-12T21:35:42,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342651.xml... Done. 2023-05-12T21:35:42,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342414.xml 2023-05-12T21:35:42,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,655 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,655 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,656 [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)) 2023-05-12T21:35:42,656 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,656 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2023-05-12T21:35:42,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-12T21:35:42,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,659 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-12T21:35:42,659 [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 2023-05-12T21:35:42,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,662 [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 2023-05-12T21:35:42,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,665 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,665 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,666 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,666 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342651... 2023-05-12T21:35:42,668 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,668 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342673.xml... 2023-05-12T21:35:42,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342673.xml... Done. 2023-05-12T21:35:42,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342436.xml 2023-05-12T21:35:42,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,683 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,685 [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)) 2023-05-12T21:35:42,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,686 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342673... 2023-05-12T21:35:42,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342720.xml... 2023-05-12T21:35:42,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342720.xml... Done. 2023-05-12T21:35:42,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342462.xml 2023-05-12T21:35:42,726 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,726 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,726 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,726 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 562080375 created 2023-05-12T21:35:42,726 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 562080375 setup 2023-05-12T21:35:42,727 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342720... 2023-05-12T21:35:42,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342732.xml... 2023-05-12T21:35:42,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342732.xml... Done. 2023-05-12T21:35:42,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342470.xml 2023-05-12T21:35:42,748 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,748 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,749 [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)) 2023-05-12T21:35:42,750 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,750 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2023-05-12T21:35:42,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-12T21:35:42,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-12T21:35:42,753 [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 2023-05-12T21:35:42,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,756 [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 2023-05-12T21:35:42,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,759 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342732... 2023-05-12T21:35:42,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342763.xml... 2023-05-12T21:35:42,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342763.xml... Done. 2023-05-12T21:35:42,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342515.xml 2023-05-12T21:35:42,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,769 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,773 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,773 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,773 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,774 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,775 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,775 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,777 [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)) 2023-05-12T21:35:42,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,781 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342763... 2023-05-12T21:35:42,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342787.xml... 2023-05-12T21:35:42,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342787.xml... Done. 2023-05-12T21:35:42,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342538.xml 2023-05-12T21:35:42,792 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,793 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,793 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -1980518860 created 2023-05-12T21:35:42,793 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -1980518860 setup 2023-05-12T21:35:42,793 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,794 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342787... 2023-05-12T21:35:42,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342818.xml... 2023-05-12T21:35:42,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342818.xml... Done. 2023-05-12T21:35:42,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342554.xml 2023-05-12T21:35:42,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,823 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,824 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,824 [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)) 2023-05-12T21:35:42,824 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,824 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2023-05-12T21:35:42,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-12T21:35:42,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-12T21:35:42,826 [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 2023-05-12T21:35:42,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,828 [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 2023-05-12T21:35:42,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,829 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342818... 2023-05-12T21:35:42,831 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,831 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342834.xml... 2023-05-12T21:35:42,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342834.xml... Done. 2023-05-12T21:35:42,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342566.xml 2023-05-12T21:35:42,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,842 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,842 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,843 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,845 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,845 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,846 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - ### TESTING SQUARE ROOT COMPONENT ### 2023-05-12T21:35:42,847 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,847 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342834... 2023-05-12T21:35:42,847 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-12T21:35:42,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:42,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342852.xml... 2023-05-12T21:35:42,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342852.xml... Done. 2023-05-12T21:35:42,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342582.xml 2023-05-12T21:35:42,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:42,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,859 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - received {myResult=DoubleValue [value=2.0]} 2023-05-12T21:35:42,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,863 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342852... 2023-05-12T21:35:42,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342868.xml... 2023-05-12T21:35:42,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342868.xml... Done. 2023-05-12T21:35:42,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342629.xml 2023-05-12T21:35:42,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,873 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - tear down once 2023-05-12T21:35:42,874 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,874 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,875 [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.228 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.079 s sqrtWireComponentExists(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.067 s testSquareRoot(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.08 s Running org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest 2023-05-12T21:35:42,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... 2023-05-12T21:35:42,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... done 2023-05-12T21:35:42,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -440220289 created 2023-05-12T21:35:42,886 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -440220289 setup 2023-05-12T21:35:42,886 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342868... 2023-05-12T21:35:42,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342916.xml... 2023-05-12T21:35:42,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342916.xml... Done. 2023-05-12T21:35:42,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342651.xml 2023-05-12T21:35:42,921 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,921 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,921 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,922 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,922 [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)) 2023-05-12T21:35:42,922 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,922 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2023-05-12T21:35:42,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:42,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-12T21:35:42,925 [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 2023-05-12T21:35:42,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,927 [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 2023-05-12T21:35:42,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,928 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,928 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:42,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342916... 2023-05-12T21:35:42,930 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:42,930 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:42,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342934.xml... 2023-05-12T21:35:42,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342934.xml... Done. 2023-05-12T21:35:42,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342673.xml 2023-05-12T21:35:42,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:42,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:42,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:42,943 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN WITH RANDOM VALUES### 2023-05-12T21:35:42,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:42,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:42,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342934... 2023-05-12T21:35:42,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:42,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:42,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342949.xml... 2023-05-12T21:35:42,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342949.xml... Done. 2023-05-12T21:35:42,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342720.xml 2023-05-12T21:35:42,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:42,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:42,957 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=1.5]} 2023-05-12T21:35:42,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:42,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:42,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:42,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:42,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:42,959 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:42,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:42,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:42,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:42,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:42,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:42,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342949... 2023-05-12T21:35:42,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342967.xml... 2023-05-12T21:35:42,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342967.xml... Done. 2023-05-12T21:35:42,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342732.xml 2023-05-12T21:35:42,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:42,972 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1305796354 created 2023-05-12T21:35:42,972 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1305796354 setup 2023-05-12T21:35:42,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342967... 2023-05-12T21:35:42,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:42,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342976.xml... 2023-05-12T21:35:42,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342976.xml... Done. 2023-05-12T21:35:42,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342763.xml 2023-05-12T21:35:42,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:42,981 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:42,981 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:42,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)) 2023-05-12T21:35:42,982 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:42,982 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:42,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2023-05-12T21:35:42,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:42,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:42,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:42,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:42,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:42,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-12T21:35:42,985 [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 2023-05-12T21:35:42,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:42,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:42,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:42,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:42,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:42,987 [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 2023-05-12T21:35:42,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:42,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:42,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:42,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:42,989 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:43,014 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927342976... 2023-05-12T21:35:43,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343018.xml... 2023-05-12T21:35:43,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343018.xml... Done. 2023-05-12T21:35:43,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342787.xml 2023-05-12T21:35:43,023 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:43,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:43,023 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,026 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,026 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,027 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,027 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,028 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,028 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:43,029 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,029 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:43,030 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,030 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,031 [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)) 2023-05-12T21:35:43,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:43,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:43,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:43,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:43,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:43,035 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:43,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:43,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:43,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:43,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343018... 2023-05-12T21:35:43,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343043.xml... 2023-05-12T21:35:43,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343043.xml... Done. 2023-05-12T21:35:43,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342818.xml 2023-05-12T21:35:43,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,049 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 956535038 created 2023-05-12T21:35:43,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,050 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 956535038 setup 2023-05-12T21:35:43,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343043... 2023-05-12T21:35:43,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343055.xml... 2023-05-12T21:35:43,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343055.xml... Done. 2023-05-12T21:35:43,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342834.xml 2023-05-12T21:35:43,062 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,062 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,063 [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)) 2023-05-12T21:35:43,064 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:43,064 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:43,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2023-05-12T21:35:43,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:43,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:43,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:43,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:43,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:43,068 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-12T21:35:43,068 [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 2023-05-12T21:35:43,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:43,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:43,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:43,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:43,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:43,071 [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 2023-05-12T21:35:43,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:43,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:43,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:43,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:43,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:43,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343055... 2023-05-12T21:35:43,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343081.xml... 2023-05-12T21:35:43,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343081.xml... Done. 2023-05-12T21:35:43,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342852.xml 2023-05-12T21:35:43,100 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,108 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,108 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:43,109 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:43,109 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,122 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,124 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,129 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,129 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,129 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:43,131 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,134 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,134 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,134 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:43,136 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,145 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN ### 2023-05-12T21:35:43,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343081... 2023-05-12T21:35:43,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:43,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:43,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343154.xml... 2023-05-12T21:35:43,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343154.xml... Done. 2023-05-12T21:35:43,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342868.xml 2023-05-12T21:35:43,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:43,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:43,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:43,161 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.5]} 2023-05-12T21:35:43,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:43,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:43,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:43,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:43,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:43,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:43,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:43,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:43,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:43,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343154... 2023-05-12T21:35:43,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343167.xml... 2023-05-12T21:35:43,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343167.xml... Done. 2023-05-12T21:35:43,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342916.xml 2023-05-12T21:35:43,171 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,172 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 410883641 created 2023-05-12T21:35:43,172 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 410883641 setup 2023-05-12T21:35:43,172 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,172 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343167... 2023-05-12T21:35:43,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343175.xml... 2023-05-12T21:35:43,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343175.xml... Done. 2023-05-12T21:35:43,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342934.xml 2023-05-12T21:35:43,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,180 [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)) 2023-05-12T21:35:43,180 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:43,180 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:43,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2023-05-12T21:35:43,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:43,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:43,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:43,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:43,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:43,184 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-12T21:35:43,184 [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 2023-05-12T21:35:43,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:43,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:43,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:43,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:43,186 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:43,186 [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 2023-05-12T21:35:43,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:43,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:43,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:43,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:43,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:43,190 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,191 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,191 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343175... 2023-05-12T21:35:43,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343195.xml... 2023-05-12T21:35:43,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343195.xml... Done. 2023-05-12T21:35:43,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342949.xml 2023-05-12T21:35:43,202 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,204 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,204 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,215 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,216 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:43,216 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:43,218 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,218 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:43,219 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:43,220 [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)) 2023-05-12T21:35:43,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:43,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:43,223 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:43,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:43,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:43,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:43,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:43,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:43,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:43,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343195... 2023-05-12T21:35:43,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343231.xml... 2023-05-12T21:35:43,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343231.xml... Done. 2023-05-12T21:35:43,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342967.xml 2023-05-12T21:35:43,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,237 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1347468887 created 2023-05-12T21:35:43,237 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1347468887 setup 2023-05-12T21:35:43,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343231... 2023-05-12T21:35:43,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,241 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343241.xml... 2023-05-12T21:35:43,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343241.xml... Done. 2023-05-12T21:35:43,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927342976.xml 2023-05-12T21:35:43,245 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,245 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,246 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,246 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,246 [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)) 2023-05-12T21:35:43,246 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:35:43,247 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:35:43,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2023-05-12T21:35:43,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:35:43,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:43,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:35:43,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:35:43,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:35:43,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-12T21:35:43,249 [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 2023-05-12T21:35:43,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:35:43,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:35:43,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:35:43,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:35:43,251 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:35:43,251 [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 2023-05-12T21:35:43,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:35:43,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:35:43,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:35:43,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:35:43,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:35:43,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343241... 2023-05-12T21:35:43,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343257.xml... 2023-05-12T21:35:43,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343257.xml... Done. 2023-05-12T21:35:43,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343018.xml 2023-05-12T21:35:43,262 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:35:43,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:35:43,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,265 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,265 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,266 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:35:43,266 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:35:43,267 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,268 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:35:43,269 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,269 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:35:43,270 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:35:43,270 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING ODD MEDIAN ### 2023-05-12T21:35:43,270 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:35:43,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343257... 2023-05-12T21:35:43,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-12T21:35:43,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:35:43,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343278.xml... 2023-05-12T21:35:43,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343278.xml... Done. 2023-05-12T21:35:43,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343043.xml 2023-05-12T21:35:43,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:35:43,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:43,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:35:43,285 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.0]} 2023-05-12T21:35:43,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:35:43,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:35:43,286 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:35:43,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:35:43,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:35:43,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:35:43,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:35:43,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:35:43,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:35:43,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:35:43,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:35:43,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927343278... 2023-05-12T21:35:43,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:35:43,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343318.xml... 2023-05-12T21:35:43,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343318.xml... Done. 2023-05-12T21:35:43,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683927343055.xml 2023-05-12T21:35:43,322 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,322 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,322 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:35:43,322 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - tear down once 2023-05-12T21:35:43,323 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:35:43,323 [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.439 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.087 s medianWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.077 s testEvenMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.122 s medianWireComponentExists(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.064 s testOddMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.085 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:35:43,341 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 482061454 deactivated 2023-05-12T21:35:43,342 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1688356976 deactivated 2023-05-12T21:35:43,342 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1834780829 deactivated 2023-05-12T21:35:43,342 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1066260633 deactivated 2023-05-12T21:35:43,342 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1479021946 deactivated 2023-05-12T21:35:43,342 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1164174563 deactivated 2023-05-12T21:35:43,343 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 578491345 deactivated 2023-05-12T21:35:43,343 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:35:43,343 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:35:43,343 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:35:43,345 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:35:43,345 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:35:43,346 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:35:43,346 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:35:43,346 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:35:43,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:35:43,347 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:35:43,349 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:35:43,351 [Framework stop - Equinox Container: 0fab4b4a-69aa-461c-9e0d-9b65d1bcc0e1] 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-2-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.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.2.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.2.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.2.2 [35/37] [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.2.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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/dbus/TiSensorTagTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/dbus/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.dbus.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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.TiSensorTagTest 2023-05-12T21:35:46,197 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:46,207 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:46,210 [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) 2023-05-12T21:35:46,213 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 00010203 2023-05-12T21:35:46,217 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:46,226 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:46,228 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-12T21:35:46,231 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2023-05-12T21:35:46,232 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-12T21:35:46,233 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000163A0 2023-05-12T21:35:46,238 [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) 2023-05-12T21:35:46,243 [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) 2023-05-12T21:35:46,246 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2023-05-12T21:35:46,252 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:46,255 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-12T21:35:46,257 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-12T21:35:46,259 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:47,266 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-12T21:35:47,269 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:47,272 [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) 2023-05-12T21:35:47,276 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-12T21:35:47,278 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 0001B072 2023-05-12T21:35:47,279 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-12T21:35:47,284 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2023-05-12T21:35:47,289 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:47,291 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:47,297 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-12T21:35:47,306 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:47,308 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2023-05-12T21:35:47,309 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:47,316 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2023-05-12T21:35:47,319 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2023-05-12T21:35:47,320 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:47,321 [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) 2023-05-12T21:35:47,323 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-12T21:35:47,325 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-12T21:35:48,329 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-12T21:35:48,331 [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) 2023-05-12T21:35:48,333 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-12T21:35:48,340 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2023-05-12T21:35:48,341 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-12T21:35:48,344 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2023-05-12T21:35:48,345 [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) 2023-05-12T21:35:48,347 [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: 3.502 sec Running org.eclipse.kura.example.ble.tisensortag.dbus.BluetoothLeTest 2023-05-12T21:35:48,386 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2023-05-12T21:35:48,520 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Starting services discovery... 2023-05-12T21:35:48,520 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Service pressure f000aa30-0451-4000-b000-000000000000 2023-05-12T21:35:48,520 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Characteristics uuid : f000aa41-0451-4000-b000-000000000000 2023-05-12T21:35:49,521 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Ambient: 20.0 Target: 25.0 2023-05-12T21:35:50,522 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Acc X: 1.0 Acc Y: 1.5 Acc Z: -1.0 2023-05-12T21:35:51,523 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Humidity: 50.0 2023-05-12T21:35:52,523 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Mag X: 1000.0 Mag Y: 2000.0 Mag Z: 3000.0 2023-05-12T21:35:54,524 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Pre: 101.3 2023-05-12T21:35:55,525 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Gyro X: 4.0 Gyro Y: 5.0 Gyro Z: 6.0 2023-05-12T21:35:56,525 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Light: 100.1 2023-05-12T21:35:56,542 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2023-05-12T21:35:56,542 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-12T21:35:56,543 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Enabling bluetooth adapter... 2023-05-12T21:35:57,543 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-12T21:35:57,545 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Address 12:34:56:78:90:AC Name CC2650 SensorTag 2023-05-12T21:35:57,545 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Address 12:34:56:78:90:AC Name CC2451 SensorTag 2023-05-12T21:35:57,546 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Connecting to TiSensorTag 12:34:56:78:90:AC... 2023-05-12T21:35:57,546 [pool-3-thread-1] ERROR o.e.k.e.b.t.d.BluetoothLe - Failed to connect or communicate with TI SensorTag 12:34:56:78:90:AC Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.172 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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.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.2.2 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.dbus.test:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test_5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.2.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.2.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.2.2 [36/37] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.2.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-2-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.2.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.2.2 [INFO] Added: org.eclipse.kura.example.wire.logic.multiport.provider.test:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2023-05-12 21:36:00.730 ----------------------------------------------- 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 2023-05-12 21:36:01.159 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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) 2023-05-12T21:36:02,694 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:36:02,942 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:36:02,967 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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 2023-05-12T21:36:02,967 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:36:02,967 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:36:02,967 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:36:02,967 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/ 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-12T21:36:02,968 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:36:02,969 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:36:03,055 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:36:03,142 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:36:03,142 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:36:03,142 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:36:03,143 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:36:03,143 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:36:03,158 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:36:03,158 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:36:03,161 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:36:03,162 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:03,162 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:36:03,163 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] 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 2023-05-12T21:36:03,164 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:03,165 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:36:03,175 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:36:03,177 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:03,177 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:36:03,178 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:36:03,250 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363182.xml... 2023-05-12T21:36:03,258 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363182.xml... Done. 2023-05-12T21:36:03,259 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:36:03,259 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:36:03,259 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:36:03,279 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:36:03,279 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,280 [Start Level: Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.LogicalOperators ... 2023-05-12T21:36:03,321 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:36:03,321 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,332 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,333 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,333 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,333 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:36:03,364 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1292395594 created 2023-05-12T21:36:03,364 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1292395594 bound 2023-05-12T21:36:03,365 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1292395594 bound 2023-05-12T21:36:03,365 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1292395594 activated 2023-05-12T21:36:03,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:36:03,365 [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 2023-05-12T21:36:03,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:36:03,434 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... 2023-05-12T21:36:03,434 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... done 2023-05-12T21:36:03,435 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1294498271 created 2023-05-12T21:36:03,436 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1294498271 setup 2023-05-12T21:36:03,438 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363182... 2023-05-12T21:36:03,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363445.xml... 2023-05-12T21:36:03,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363445.xml... Done. 2023-05-12T21:36:03,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,450 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,450 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,457 [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)) 2023-05-12T21:36:03,463 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,463 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,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.first.emitter.pid 2023-05-12T21:36:03,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,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.second.emitter.pid 2023-05-12T21:36:03,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,470 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,470 [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 2023-05-12T21:36:03,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,470 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363445... 2023-05-12T21:36:03,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363479.xml... 2023-05-12T21:36:03,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363479.xml... Done. 2023-05-12T21:36:03,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,496 [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-1683927363463-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} 2023-05-12T21:36:03,497 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,499 [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-1683927363463-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} 2023-05-12T21:36:03,500 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,500 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,540 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,540 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,542 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,542 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,545 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,547 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,549 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,549 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,550 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,551 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,553 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,554 [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)) 2023-05-12T21:36:03,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:03,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:03,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:03,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:03,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:03,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:03,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:03,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:03,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:03,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:03,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:03,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:03,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,561 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:03,561 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:03,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363479... 2023-05-12T21:36:03,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363572.xml... 2023-05-12T21:36:03,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363572.xml... Done. 2023-05-12T21:36:03,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,577 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,578 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,579 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,579 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1073991489 created 2023-05-12T21:36:03,579 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1073991489 setup 2023-05-12T21:36:03,579 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363572... 2023-05-12T21:36:03,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363584.xml... 2023-05-12T21:36:03,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363584.xml... Done. 2023-05-12T21:36:03,589 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,589 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,590 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,590 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,590 [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)) 2023-05-12T21:36:03,590 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,590 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,593 [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 2023-05-12T21:36:03,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,593 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,593 [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-1683927363590-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} 2023-05-12T21:36:03,593 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,594 [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-1683927363590-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} 2023-05-12T21:36:03,594 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,594 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,594 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,594 [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 2023-05-12T21:36:03,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,615 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,615 [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 2023-05-12T21:36:03,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,617 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,617 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,617 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,618 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363584... 2023-05-12T21:36:03,619 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,619 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363623.xml... 2023-05-12T21:36:03,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363623.xml... Done. 2023-05-12T21:36:03,630 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,632 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,632 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,633 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,635 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,635 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,638 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363623... 2023-05-12T21:36:03,639 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,639 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:03,649 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,650 [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-1683927363590-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} 2023-05-12T21:36:03,650 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363649.xml... 2023-05-12T21:36:03,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363649.xml... Done. 2023-05-12T21:36:03,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:03,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,656 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:03,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:03,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:03,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,658 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:03,659 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:03,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:03,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:03,659 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:03,659 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:03,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:03,660 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:03,660 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:03,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:03,661 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:03,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,661 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363649... 2023-05-12T21:36:03,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363672.xml... 2023-05-12T21:36:03,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363672.xml... Done. 2023-05-12T21:36:03,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,677 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,677 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1217349039 created 2023-05-12T21:36:03,677 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1217349039 setup 2023-05-12T21:36:03,677 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363672... 2023-05-12T21:36:03,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363683.xml... 2023-05-12T21:36:03,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363683.xml... Done. 2023-05-12T21:36:03,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,687 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,688 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,688 [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)) 2023-05-12T21:36:03,688 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,688 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,691 [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 2023-05-12T21:36:03,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,691 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,691 [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-1683927363689-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} 2023-05-12T21:36:03,692 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,692 [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-1683927363689-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} 2023-05-12T21:36:03,692 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,692 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,693 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,693 [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 2023-05-12T21:36:03,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,695 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,695 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,715 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,715 [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 2023-05-12T21:36:03,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,717 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,717 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363683... 2023-05-12T21:36:03,719 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,719 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363723.xml... 2023-05-12T21:36:03,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363723.xml... Done. 2023-05-12T21:36:03,729 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,731 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,731 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,733 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,733 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,734 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,734 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,735 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,736 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363723... 2023-05-12T21:36:03,736 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,736 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:03,745 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,745 [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-1683927363689-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} 2023-05-12T21:36:03,746 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363745.xml... 2023-05-12T21:36:03,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363745.xml... Done. 2023-05-12T21:36:03,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363182.xml 2023-05-12T21:36:03,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:03,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:03,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:03,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:03,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:03,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:03,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:03,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:03,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:03,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:03,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:03,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:03,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:03,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,756 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:03,756 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:03,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363745... 2023-05-12T21:36:03,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363764.xml... 2023-05-12T21:36:03,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363764.xml... Done. 2023-05-12T21:36:03,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363445.xml 2023-05-12T21:36:03,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,770 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,770 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 968082722 created 2023-05-12T21:36:03,770 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 968082722 setup 2023-05-12T21:36:03,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363764... 2023-05-12T21:36:03,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363774.xml... 2023-05-12T21:36:03,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363774.xml... Done. 2023-05-12T21:36:03,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363479.xml 2023-05-12T21:36:03,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,780 [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)) 2023-05-12T21:36:03,780 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,780 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,782 [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 2023-05-12T21:36:03,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,784 [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 2023-05-12T21:36:03,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,785 [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 2023-05-12T21:36:03,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,788 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363774... 2023-05-12T21:36:03,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363793.xml... 2023-05-12T21:36:03,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363793.xml... Done. 2023-05-12T21:36:03,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363572.xml 2023-05-12T21:36:03,804 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,805 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,805 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,805 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,815 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,815 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,817 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,817 [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-1683927363780-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} 2023-05-12T21:36:03,817 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,817 [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-1683927363780-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} 2023-05-12T21:36:03,817 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,817 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,819 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,819 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,820 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,821 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,823 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,826 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,826 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,827 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,828 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,828 [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)) 2023-05-12T21:36:03,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:03,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:03,829 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:03,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:03,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:03,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:03,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:03,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:03,831 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:03,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:03,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:03,831 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:03,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,832 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,832 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:03,832 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:03,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363793... 2023-05-12T21:36:03,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363842.xml... 2023-05-12T21:36:03,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363842.xml... Done. 2023-05-12T21:36:03,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363584.xml 2023-05-12T21:36:03,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,848 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,848 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1031112102 created 2023-05-12T21:36:03,848 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1031112102 setup 2023-05-12T21:36:03,848 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363842... 2023-05-12T21:36:03,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363853.xml... 2023-05-12T21:36:03,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363853.xml... Done. 2023-05-12T21:36:03,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363623.xml 2023-05-12T21:36:03,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,865 [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)) 2023-05-12T21:36:03,865 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,865 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,868 [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 2023-05-12T21:36:03,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,869 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,870 [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 2023-05-12T21:36:03,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,871 [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 2023-05-12T21:36:03,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363853... 2023-05-12T21:36:03,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363879.xml... 2023-05-12T21:36:03,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363879.xml... Done. 2023-05-12T21:36:03,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363649.xml 2023-05-12T21:36:03,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,887 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,888 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,888 [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-1683927363865-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} 2023-05-12T21:36:03,888 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,888 [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-1683927363865-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} 2023-05-12T21:36:03,889 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,889 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,890 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,890 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,891 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,892 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,893 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,893 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,893 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,895 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,896 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,896 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,896 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,898 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,899 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363879... 2023-05-12T21:36:03,899 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-12T21:36:03,899 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-12T21:36:03,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:03,914 [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 2023-05-12 21:36:03.917 !MESSAGE bundle org.eclipse.kura.example.wire.logic.multiport.provider:1.2.1.202305122133 (55)[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) 2023-05-12T21:36:03,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363914.xml... 2023-05-12T21:36:03,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363914.xml... Done. 2023-05-12T21:36:03,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363672.xml 2023-05-12T21:36:03,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:03,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:03,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:03,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:03,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:03,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:03,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:03,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:03,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:03,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:03,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:03,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:03,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:03,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:03,929 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:03,930 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,930 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:03,930 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:03,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363914... 2023-05-12T21:36:03,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363936.xml... 2023-05-12T21:36:03,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363936.xml... Done. 2023-05-12T21:36:03,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363683.xml 2023-05-12T21:36:03,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,941 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1728474664 created 2023-05-12T21:36:03,941 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1728474664 setup 2023-05-12T21:36:03,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363936... 2023-05-12T21:36:03,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363945.xml... 2023-05-12T21:36:03,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363945.xml... Done. 2023-05-12T21:36:03,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363723.xml 2023-05-12T21:36:03,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,949 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,950 [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)) 2023-05-12T21:36:03,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:03,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:03,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:03,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:03,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:03,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:03,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:03,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:03,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:03,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:03,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.first.emitter.pid 2023-05-12T21:36:03,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:03,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:03,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:03,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:03,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:03,954 [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 2023-05-12T21:36:03,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:03,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:03,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:03,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:03,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:03,955 [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 2023-05-12T21:36:03,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:03,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:03,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:03,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:03,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:03,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363945... 2023-05-12T21:36:03,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:03,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363961.xml... 2023-05-12T21:36:03,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363961.xml... Done. 2023-05-12T21:36:03,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363745.xml 2023-05-12T21:36:03,967 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:03,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:03,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:03,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,968 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:03,969 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:03,971 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:03,971 [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-1683927363950-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} 2023-05-12T21:36:03,971 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:03,971 [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-1683927363950-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} 2023-05-12T21:36:03,972 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:03,972 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:03,975 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,975 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,976 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:03,977 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,981 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,981 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:03,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,987 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:03,988 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:03,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:03,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:03,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927363961... 2023-05-12T21:36:04,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:04,018 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,020 [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-1683927363950-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} 2023-05-12T21:36:04,020 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364018.xml... 2023-05-12T21:36:04,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364018.xml... Done. 2023-05-12T21:36:04,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363764.xml 2023-05-12T21:36:04,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:04,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,031 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:04,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:04,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:04,033 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,033 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:04,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:04,033 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:04,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:04,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:04,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:04,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:04,035 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:04,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:04,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:04,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:04,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364018... 2023-05-12T21:36:04,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364051.xml... 2023-05-12T21:36:04,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364051.xml... Done. 2023-05-12T21:36:04,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363774.xml 2023-05-12T21:36:04,056 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,056 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,056 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -851775976 created 2023-05-12T21:36:04,057 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -851775976 setup 2023-05-12T21:36:04,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364051... 2023-05-12T21:36:04,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364063.xml... 2023-05-12T21:36:04,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364063.xml... Done. 2023-05-12T21:36:04,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363793.xml 2023-05-12T21:36:04,069 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,069 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,069 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,070 [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)) 2023-05-12T21:36:04,070 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:04,070 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:04,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:04,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:04,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:04,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:04,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:04,073 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:04,073 [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 2023-05-12T21:36:04,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:04,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:04,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:04,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:04,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.second.emitter.pid 2023-05-12T21:36:04,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:04,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:04,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:04,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:04,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 2023-05-12T21:36:04,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:04,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:04,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:04,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:04,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:04,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364063... 2023-05-12T21:36:04,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364087.xml... 2023-05-12T21:36:04,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364087.xml... Done. 2023-05-12T21:36:04,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363842.xml 2023-05-12T21:36:04,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,117 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,117 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:04,117 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:04,117 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,119 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:04,119 [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-1683927364071-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} 2023-05-12T21:36:04,119 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,119 [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-1683927364071-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} 2023-05-12T21:36:04,120 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,120 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:04,121 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,121 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,123 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,123 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,124 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,125 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,126 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:04,129 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,129 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:04,131 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,131 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:04,132 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,133 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364087... 2023-05-12T21:36:04,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:04,144 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,145 [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-1683927364071-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} 2023-05-12T21:36:04,145 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364143.xml... 2023-05-12T21:36:04,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364143.xml... Done. 2023-05-12T21:36:04,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363853.xml 2023-05-12T21:36:04,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:04,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:04,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:04,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:04,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,159 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:04,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:04,159 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:04,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:04,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:04,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:04,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:04,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:04,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:04,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:04,161 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:04,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364143... 2023-05-12T21:36:04,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364173.xml... 2023-05-12T21:36:04,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364173.xml... Done. 2023-05-12T21:36:04,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363879.xml 2023-05-12T21:36:04,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,181 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1048381100 created 2023-05-12T21:36:04,181 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1048381100 setup 2023-05-12T21:36:04,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364173... 2023-05-12T21:36:04,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364187.xml... 2023-05-12T21:36:04,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364187.xml... Done. 2023-05-12T21:36:04,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363914.xml 2023-05-12T21:36:04,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,220 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,220 [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)) 2023-05-12T21:36:04,221 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:04,221 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:04,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:04,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:04,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:04,225 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:04,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:04,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:04,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:04,225 [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-1683927364221-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} 2023-05-12T21:36:04,226 [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 2023-05-12T21:36:04,226 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,226 [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-1683927364221-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} 2023-05-12T21:36:04,226 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,226 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:04,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:04,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:04,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:04,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:04,229 [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 2023-05-12T21:36:04,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:04,231 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,231 [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-1683927364221-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} 2023-05-12T21:36:04,232 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:04,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:04,232 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:04,232 [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 2023-05-12T21:36:04,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:04,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:04,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:04,235 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,235 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:04,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:04,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,238 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,238 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364187... 2023-05-12T21:36:04,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364248.xml... 2023-05-12T21:36:04,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364248.xml... Done. 2023-05-12T21:36:04,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363936.xml 2023-05-12T21:36:04,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,260 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,260 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:04,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:04,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:04,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:04,266 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,268 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:04,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364248... 2023-05-12T21:36:04,268 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:04,277 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,278 [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-1683927364221-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} 2023-05-12T21:36:04,278 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364277.xml... 2023-05-12T21:36:04,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364277.xml... Done. 2023-05-12T21:36:04,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363945.xml 2023-05-12T21:36:04,292 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:04,292 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,292 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:04,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:04,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:04,294 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:04,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:04,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:04,295 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:04,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:04,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:04,296 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:04,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:04,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:04,297 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:04,297 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364277... 2023-05-12T21:36:04,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364321.xml... 2023-05-12T21:36:04,327 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364321.xml... Done. 2023-05-12T21:36:04,327 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927363961.xml 2023-05-12T21:36:04,327 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,327 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,327 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,327 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 441865127 created 2023-05-12T21:36:04,327 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 441865127 setup 2023-05-12T21:36:04,328 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:04,328 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:04,328 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364321... 2023-05-12T21:36:04,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364331.xml... 2023-05-12T21:36:04,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364331.xml... Done. 2023-05-12T21:36:04,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364018.xml 2023-05-12T21:36:04,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,336 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,336 [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)) 2023-05-12T21:36:04,336 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,336 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:04,337 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:04,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2023-05-12T21:36:04,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:04,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-12T21:36:04,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:04,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:04,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:04,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-12T21:36:04,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,340 [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 2023-05-12T21:36:04,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-12T21:36:04,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-12T21:36:04,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-12T21:36:04,342 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-12T21:36:04,342 [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 2023-05-12T21:36:04,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-12T21:36:04,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-12T21:36:04,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-12T21:36:04,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-12T21:36:04,344 [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 2023-05-12T21:36:04,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:04,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:04,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:04,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:04,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:04,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364331... 2023-05-12T21:36:04,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364354.xml... 2023-05-12T21:36:04,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364354.xml... Done. 2023-05-12T21:36:04,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364051.xml 2023-05-12T21:36:04,360 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:04,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:04,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,361 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,362 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:04,363 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-12T21:36:04,363 [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-1683927364337-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} 2023-05-12T21:36:04,363 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-12T21:36:04,363 [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-1683927364337-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} 2023-05-12T21:36:04,363 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-12T21:36:04,364 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-12T21:36:04,366 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,366 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-12T21:36:04,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,370 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,370 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,371 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-12T21:36:04,373 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,374 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:04,375 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:04,375 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:04,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:04,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:04,378 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:04,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:04,378 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-12T21:36:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-12T21:36:04,378 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-12T21:36:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-12T21:36:04,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-12T21:36:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-12T21:36:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-12T21:36:04,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-12T21:36:04,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:04,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:04,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-12T21:36:04,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927364354... 2023-05-12T21:36:04,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:04,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364418.xml... 2023-05-12T21:36:04,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364418.xml... Done. 2023-05-12T21:36:04,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683927364063.xml 2023-05-12T21:36:04,424 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,425 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,425 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - tear down once 2023-05-12T21:36:04,430 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-12T21:36:04,431 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:04,432 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:04,432 [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.037 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.143 s testNotOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.098 s testNorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.093 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.078 s testIllegalOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.093 s testOrOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.115 s testXorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.124 s testNandOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.146 s testAndOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.098 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:36:04,489 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1292395594 deactivated 2023-05-12T21:36:04,490 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:04,490 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:36:04,490 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:36:04,493 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:04,493 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:36:04,494 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:04,494 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:36:04,494 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:04,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:04,495 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:36:04,499 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:36:04,502 [Framework stop - Equinox Container: 23583fb9-2bfb-4e0e-bddf-b435676aa58e] 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-2-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.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.2.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.2.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.2.2 [37/37] [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.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.2.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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.2.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.2.2 [INFO] Added: org.eclipse.kura.example.wire.math.trig.test:5.2.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test_5.2.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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2023-05-12 21:36:05.739 ----------------------------------------------- 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 2023-05-12 21:36:06.126 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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) 2023-05-12T21:36:07,643 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-12T21:36:07,881 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-12T21:36:07,903 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2023-05-12T21:36:07,903 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-12T21:36:07,903 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-12T21:36:07,903 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-12T21:36:07,903 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/ 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-12T21:36:07,904 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-12T21:36:07,905 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-12T21:36:07,983 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-12T21:36:08,058 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-12T21:36:08,058 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-12T21:36:08,058 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-12T21:36:08,058 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-12T21:36:08,058 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-12T21:36:08,071 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-12T21:36:08,071 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-12T21:36:08,073 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-12T21:36:08,074 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:08,075 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-12T21:36:08,075 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] 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 2023-05-12T21:36:08,076 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:08,077 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-12T21:36:08,089 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-12T21:36:08,090 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:08,090 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-12T21:36:08,091 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-12T21:36:08,161 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368094.xml... 2023-05-12T21:36:08,169 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368094.xml... Done. 2023-05-12T21:36:08,169 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-12T21:36:08,169 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-12T21:36:08,170 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-12T21:36:08,185 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-12T21:36:08,185 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,186 [Start Level: Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,193 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.TrigonometricFunctions ... 2023-05-12T21:36:08,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-12T21:36:08,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-12T21:36:08,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 234851841 created 2023-05-12T21:36:08,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 234851841 bound 2023-05-12T21:36:08,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 234851841 bound 2023-05-12T21:36:08,271 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 234851841 activated 2023-05-12T21:36:08,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-12T21:36:08,272 [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 2023-05-12T21:36:08,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-12T21:36:08,346 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... 2023-05-12T21:36:08,346 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... done 2023-05-12T21:36:08,347 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1897217286 created 2023-05-12T21:36:08,348 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1897217286 setup 2023-05-12T21:36:08,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368094... 2023-05-12T21:36:08,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368356.xml... 2023-05-12T21:36:08,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368356.xml... Done. 2023-05-12T21:36:08,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,362 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,362 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,369 [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)) 2023-05-12T21:36:08,372 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,372 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,375 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,375 [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 2023-05-12T21:36:08,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,377 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,377 [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 2023-05-12T21:36:08,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,379 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368356... 2023-05-12T21:36:08,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368390.xml... 2023-05-12T21:36:08,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368390.xml... Done. 2023-05-12T21:36:08,396 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,420 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,422 [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-1683927368373-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} 2023-05-12T21:36:08,422 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,422 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,450 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,450 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,452 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,452 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,453 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,454 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,457 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,457 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:36:08,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:36:08,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:36:08,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,467 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,468 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368390... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-12 21:36:08.474 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(24)] : unbind method [unbindWireHelperService] not found; Component will fail !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-12 21:36:08.475 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(24)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368478.xml... 2023-05-12T21:36:08,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368478.xml... Done. 2023-05-12T21:36:08,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,484 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,484 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,484 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,485 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,485 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,485 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 2105894602 created 2023-05-12T21:36:08,486 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 2105894602 setup 2023-05-12T21:36:08,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368478... 2023-05-12T21:36:08,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368491.xml... 2023-05-12T21:36:08,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368491.xml... Done. 2023-05-12T21:36:08,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,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)) 2023-05-12T21:36:08,497 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,497 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,500 [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 2023-05-12T21:36:08,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,500 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,500 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,501 [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-1683927368497-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} 2023-05-12T21:36:08,501 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,501 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,502 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,502 [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 2023-05-12T21:36:08,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,503 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,503 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368491... 2023-05-12T21:36:08,515 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,515 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368519.xml... 2023-05-12T21:36:08,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368519.xml... Done. 2023-05-12T21:36:08,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,527 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,528 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,531 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,531 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,532 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,533 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,533 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368519... 2023-05-12T21:36:08,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:08,544 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,545 [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-1683927368497-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} 2023-05-12T21:36:08,545 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368544.xml... 2023-05-12T21:36:08,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368544.xml... Done. 2023-05-12T21:36:08,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:08,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,552 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,553 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,553 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,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 0 2023-05-12 21:36:08.553 2023-05-12T21:36:08,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(27)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:36:08,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:36:08,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368544... 2023-05-12T21:36:08,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368562.xml... 2023-05-12T21:36:08,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368562.xml... Done. 2023-05-12T21:36:08,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,567 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,567 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -514430510 created 2023-05-12T21:36:08,567 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -514430510 setup 2023-05-12T21:36:08,567 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368562... 2023-05-12T21:36:08,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368572.xml... 2023-05-12T21:36:08,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368572.xml... Done. 2023-05-12T21:36:08,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,577 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,577 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,577 [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)) 2023-05-12T21:36:08,578 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,578 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,580 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,580 [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 2023-05-12T21:36:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,582 [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 2023-05-12T21:36:08,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368572... 2023-05-12T21:36:08,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368589.xml... 2023-05-12T21:36:08,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368589.xml... Done. 2023-05-12T21:36:08,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,615 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,615 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,615 [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-1683927368578-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} 2023-05-12T21:36:08,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,618 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,618 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,619 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,619 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,621 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,621 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,624 [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)) 2023-05-12T21:36:08,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,626 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,626 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,626 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,626 [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 2023-05-12T21:36:08,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 0 2023-05-12T21:36:08,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12 21:36:08.627 !MESSAGE 2023-05-12T21:36:08,627 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(30)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,628 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,628 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,628 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368589... 2023-05-12T21:36:08,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368635.xml... 2023-05-12T21:36:08,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368635.xml... Done. 2023-05-12T21:36:08,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368094.xml 2023-05-12T21:36:08,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,640 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 798482767 created 2023-05-12T21:36:08,641 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 798482767 setup 2023-05-12T21:36:08,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368635... 2023-05-12T21:36:08,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368645.xml... 2023-05-12T21:36:08,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368645.xml... Done. 2023-05-12T21:36:08,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368356.xml 2023-05-12T21:36:08,650 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,650 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,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)) 2023-05-12T21:36:08,651 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,651 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,653 [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 2023-05-12T21:36:08,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,655 [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 2023-05-12T21:36:08,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,660 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368645... 2023-05-12T21:36:08,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368664.xml... 2023-05-12T21:36:08,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368664.xml... Done. 2023-05-12T21:36:08,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368390.xml 2023-05-12T21:36:08,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,675 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,675 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,676 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,676 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,677 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,677 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,677 [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-1683927368651-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} 2023-05-12T21:36:08,678 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,678 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,679 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,679 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,681 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,681 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,683 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,685 [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)) 2023-05-12T21:36:08,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,687 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,687 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... !ENTRY2023-05-12T21:36:08,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid org.eclipse.kura.example.wire.math.trig 2023-05-12T21:36:08,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 4 02023-05-12T21:36:08,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12 21:36:08.688 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(33)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,689 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368664... 2023-05-12T21:36:08,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368696.xml... 2023-05-12T21:36:08,700 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368696.xml... Done. 2023-05-12T21:36:08,700 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368478.xml 2023-05-12T21:36:08,700 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,701 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,701 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,701 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 352565958 created 2023-05-12T21:36:08,701 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 352565958 setup 2023-05-12T21:36:08,701 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368696... 2023-05-12T21:36:08,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368718.xml... 2023-05-12T21:36:08,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368718.xml... Done. 2023-05-12T21:36:08,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368491.xml 2023-05-12T21:36:08,723 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,723 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,723 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,724 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,724 [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)) 2023-05-12T21:36:08,724 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,724 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,726 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,726 [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 2023-05-12T21:36:08,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,728 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,728 [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 2023-05-12T21:36:08,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,730 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,730 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368718... 2023-05-12T21:36:08,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368735.xml... 2023-05-12T21:36:08,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368735.xml... Done. 2023-05-12T21:36:08,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368519.xml 2023-05-12T21:36:08,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,741 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,741 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,741 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,741 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,742 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,742 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,743 [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-1683927368724-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} 2023-05-12T21:36:08,743 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,743 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,744 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,744 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,746 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,746 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,747 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,748 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,749 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,749 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,751 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,751 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368735... 2023-05-12T21:36:08,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:08,758 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,758 [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-1683927368724-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} 2023-05-12T21:36:08,759 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368757.xml... 2023-05-12T21:36:08,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368757.xml... Done. 2023-05-12T21:36:08,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368544.xml 2023-05-12T21:36:08,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:08,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:36:08,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:36:08,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:36:08,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,767 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,768 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,768 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY org.eclipse.kura.example.wire.math.trig 42023-05-12T21:36:08,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368757... 0 2023-05-12 21:36:08.768 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(36)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368775.xml... 2023-05-12T21:36:08,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368775.xml... Done. 2023-05-12T21:36:08,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368562.xml 2023-05-12T21:36:08,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,780 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 260042667 created 2023-05-12T21:36:08,780 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 260042667 setup 2023-05-12T21:36:08,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368775... 2023-05-12T21:36:08,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368784.xml... 2023-05-12T21:36:08,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368784.xml... Done. 2023-05-12T21:36:08,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368572.xml 2023-05-12T21:36:08,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,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)) 2023-05-12T21:36:08,790 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,790 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,792 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,792 [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 2023-05-12T21:36:08,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,794 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,794 [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 2023-05-12T21:36:08,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,814 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368784... 2023-05-12T21:36:08,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368818.xml... 2023-05-12T21:36:08,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368818.xml... Done. 2023-05-12T21:36:08,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368589.xml 2023-05-12T21:36:08,825 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,825 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,827 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,827 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,827 [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-1683927368790-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} 2023-05-12T21:36:08,827 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,827 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,828 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,829 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,830 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,830 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,831 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,831 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,833 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,833 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,834 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368818... 2023-05-12T21:36:08,834 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:08,841 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,841 [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-1683927368790-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} 2023-05-12T21:36:08,842 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368840.xml... 2023-05-12T21:36:08,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368840.xml... Done. 2023-05-12T21:36:08,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368635.xml 2023-05-12T21:36:08,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:08,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,849 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:36:08,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-12T21:36:08,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-12T21:36:08,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,851 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,851 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,851 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService !ENTRY org.eclipse.kura.example.wire.math.trig 4 2023-05-12T21:36:08,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368840... 0 2023-05-12 21:36:08.851 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(39)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368859.xml... 2023-05-12T21:36:08,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368859.xml... Done. 2023-05-12T21:36:08,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368645.xml 2023-05-12T21:36:08,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,865 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 642608783 created 2023-05-12T21:36:08,865 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 642608783 setup 2023-05-12T21:36:08,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368859... 2023-05-12T21:36:08,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368869.xml... 2023-05-12T21:36:08,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368869.xml... Done. 2023-05-12T21:36:08,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368664.xml 2023-05-12T21:36:08,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,874 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,874 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,875 [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)) 2023-05-12T21:36:08,875 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,875 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,878 [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 2023-05-12T21:36:08,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,880 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,880 [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 2023-05-12T21:36:08,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368869... 2023-05-12T21:36:08,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368886.xml... 2023-05-12T21:36:08,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368886.xml... Done. 2023-05-12T21:36:08,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368696.xml 2023-05-12T21:36:08,893 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,893 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,895 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,895 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,895 [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-1683927368875-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} 2023-05-12T21:36:08,895 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,895 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,897 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,897 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,898 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,898 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,899 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,900 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,901 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,901 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,902 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,903 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368886... 2023-05-12T21:36:08,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:08,920 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,920 [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-1683927368875-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} 2023-05-12T21:36:08,921 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368920.xml... 2023-05-12T21:36:08,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368920.xml... Done. 2023-05-12T21:36:08,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368718.xml 2023-05-12T21:36:08,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:08,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,927 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,928 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:36:08,928 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid !ENTRY org.eclipse.kura.example.wire.math.trig2023-05-12T21:36:08,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 4 2023-05-12T21:36:08,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 0 2023-05-12 21:36:08.928 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(42)] : unbind method [unbindWireHelperService] not found2023-05-12T21:36:08,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-12T21:36:08,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,929 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368920... 2023-05-12T21:36:08,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368934.xml... 2023-05-12T21:36:08,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368934.xml... Done. 2023-05-12T21:36:08,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368735.xml 2023-05-12T21:36:08,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,939 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1117469841 created 2023-05-12T21:36:08,939 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1117469841 setup 2023-05-12T21:36:08,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368934... 2023-05-12T21:36:08,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368943.xml... 2023-05-12T21:36:08,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368943.xml... Done. 2023-05-12T21:36:08,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368757.xml 2023-05-12T21:36:08,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,948 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,948 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,948 [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)) 2023-05-12T21:36:08,948 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-12T21:36:08,948 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-12T21:36:08,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2023-05-12T21:36:08,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-12T21:36:08,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-12T21:36:08,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-12T21:36:08,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-12T21:36:08,950 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-12T21:36:08,950 [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 2023-05-12T21:36:08,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-12T21:36:08,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-12T21:36:08,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-12T21:36:08,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-12T21:36:08,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-12T21:36:08,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.receiver.pid 2023-05-12T21:36:08,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-12T21:36:08,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-12T21:36:08,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-12T21:36:08,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-12T21:36:08,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-12T21:36:08,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368943... 2023-05-12T21:36:08,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368957.xml... 2023-05-12T21:36:08,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368957.xml... Done. 2023-05-12T21:36:08,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368775.xml 2023-05-12T21:36:08,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,963 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,963 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-12T21:36:08,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-12T21:36:08,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,965 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-12T21:36:08,965 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,965 [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-1683927368949-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} 2023-05-12T21:36:08,965 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,965 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-12T21:36:08,967 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,967 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,969 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-12T21:36:08,969 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-12T21:36:08,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:08,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-12T21:36:08,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-12T21:36:08,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-12T21:36:08,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-12T21:36:08,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368957... 2023-05-12T21:36:08,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-12T21:36:08,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-12T21:36:08,977 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-12T21:36:08,978 [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-1683927368949-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} 2023-05-12T21:36:08,978 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-12T21:36:08,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368977.xml... 2023-05-12T21:36:08,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368977.xml... Done. 2023-05-12T21:36:08,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368784.xml 2023-05-12T21:36:08,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-12T21:36:08,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-12T21:36:08,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-12T21:36:08,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-12T21:36:08,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-12T21:36:08,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-12T21:36:08,986 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-12T21:36:08,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-12T21:36:08,986 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-12T21:36:08,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid !ENTRY 2023-05-12T21:36:08,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done org.eclipse.kura.example.wire.math.trig 42023-05-12T21:36:08,986 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 0 2023-05-12 21:36:08.986 2023-05-12T21:36:08,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305122133 (55)[org.eclipse.kura.wire.TrigonometricFunctions(45)] : unbind method [unbindWireHelperService] not found 2023-05-12T21:36:08,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:08,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-12T21:36:08,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-12T21:36:08,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,987 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-12T21:36:08,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683927368977... 2023-05-12T21:36:08,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-12T21:36:08,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368991.xml... 2023-05-12T21:36:08,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368991.xml... Done. 2023-05-12T21:36:08,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683927368818.xml 2023-05-12T21:36:08,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:08,996 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - tear down once 2023-05-12T21:36:09,014 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-12T21:36:09,016 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-12T21:36:09,016 [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: 0.678 s - in org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest testSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.138 s testArcTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.081 s wireComponentExists(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.073 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.06 s testTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.078 s testArcCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.085 s testArcSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.074 s testCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.057 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 2023-05-12T21:36:09,083 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 234851841 deactivated 2023-05-12T21:36:09,084 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-12T21:36:09,084 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-12T21:36:09,084 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-12T21:36:09,087 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:09,088 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-12T21:36:09,088 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:09,088 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-12T21:36:09,088 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-12T21:36:09,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-12T21:36:09,089 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-12T21:36:09,093 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-12T21:36:09,097 [Framework stop - Equinox Container: 56e8713d-e4c7-4eed-8c63-5d56abcda93b] 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-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.2.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test_5.2.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.2.2/org.eclipse.kura.example.wire.math.trig.test-5.2.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.2.2 ..................................... SUCCESS [ 4.171 s] [INFO] org.eclipse.kura.demo.heater 1.2.1-SNAPSHOT ........ SUCCESS [ 2.306 s] [INFO] org.eclipse.kura.demo.modbus 2.2.1-SNAPSHOT ........ SUCCESS [ 0.399 s] [INFO] org.eclipse.kura.example.project 1.2.1-SNAPSHOT .... SUCCESS [ 0.195 s] [INFO] org.eclipse.kura.example.publisher 1.2.1-SNAPSHOT .. SUCCESS [ 0.354 s] [INFO] org.eclipse.kura.example.serial.publisher 1.2.1-SNAPSHOT SUCCESS [ 0.389 s] [INFO] org.eclipse.kura.example.gpio 1.2.1-SNAPSHOT ....... SUCCESS [ 0.483 s] [INFO] org.eclipse.kura.example.ble.tisensortag 1.2.1-SNAPSHOT SUCCESS [ 0.871 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus 1.2.1-SNAPSHOT SUCCESS [ 0.662 s] [INFO] org.eclipse.kura.example.beacon 1.2.1-SNAPSHOT ..... SUCCESS [ 0.434 s] [INFO] org.eclipse.kura.example.beacon.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.332 s] [INFO] org.eclipse.kura.example.ibeacon.advertiser 1.2.1-SNAPSHOT SUCCESS [ 0.312 s] [INFO] org.eclipse.kura.example.ibeacon.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.316 s] [INFO] org.eclipse.kura.example.eddystone.advertiser 1.2.1-SNAPSHOT SUCCESS [ 0.291 s] [INFO] org.eclipse.kura.example.eddystone.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.305 s] [INFO] org.eclipse.kura.example.camel.quickstart 1.3.1-SNAPSHOT SUCCESS [ 0.367 s] [INFO] org.eclipse.kura.example.camel.publisher 1.2.1-SNAPSHOT SUCCESS [ 0.333 s] [INFO] org.eclipse.kura.example.camel.aggregation 1.3.1-SNAPSHOT SUCCESS [ 0.266 s] [INFO] org.eclipse.kura.raspberrypi.sensehat 1.2.1-SNAPSHOT SUCCESS [ 0.240 s] [INFO] org.eclipse.kura.raspberrypi.sensehat.example 1.2.1-SNAPSHOT SUCCESS [ 0.344 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.256 s] [INFO] org.eclipse.kura.example.wire.math.multiport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.270 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.407 s] [INFO] org.eclipse.kura.example.wire.math.trig 1.2.1-SNAPSHOT SUCCESS [ 0.250 s] [INFO] org.eclipse.kura.example.driver.sensehat 1.2.1-SNAPSHOT SUCCESS [ 0.372 s] [INFO] org.eclipse.kura.wire.devel.component.provider 1.2.1-SNAPSHOT SUCCESS [ 0.374 s] [INFO] org.eclipse.kura.example.web.extension 1.2.1-SNAPSHOT SUCCESS [ 35.007 s] [INFO] org.eclipse.kura.example.gpio.led 1.2.1-SNAPSHOT ... SUCCESS [ 0.257 s] [INFO] org.eclipse.kura.example.tamper.detection 1.2.1-SNAPSHOT SUCCESS [ 0.263 s] [INFO] org.eclipse.kura.example.rest.authentication.provider 1.0.1-SNAPSHOT SUCCESS [ 0.340 s] [INFO] test ............................................... SUCCESS [ 3.093 s] [INFO] org.eclipse.kura.example.testutil .................. SUCCESS [ 0.568 s] [INFO] org.eclipse.kura.example.ble.tisensortag.test ...... SUCCESS [ 31.541 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider.test SUCCESS [ 6.571 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus.test . SUCCESS [ 16.168 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider.test SUCCESS [ 4.924 s] [INFO] org.eclipse.kura.example.wire.math.trig.test 5.2.2 . SUCCESS [ 4.595 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:12 min [INFO] Finished at: 2023-05-12T21:36:09Z [INFO] ------------------------------------------------------------------------ [kura-5-2-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-2-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.17.13-200.fc35.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.2.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.2.2'. The initial value '5.2.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.4.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel:1.5.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.xml:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.system:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.certificates:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.cloud:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.cloud.factory:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.comm:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.configuration:2.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.crypto:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.deployment:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.inventory:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.tamper.detection:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.net:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.net:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.position:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.clock:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.command:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.net:2.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.position:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.status:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.net.admin:1.2.2:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.provider:2.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization.resources:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.util:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:2.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.db.component.provider:1.0.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.camel:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.provider:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.moka7:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.provider:1.3.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.http.server.manager:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.useradmin.store:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.network.threat.manager:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.keystore:1.2.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.wire.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.container.provider:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ai.triton.server:1.1.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.configuration.change.manager:1.0.0:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.event.publisher:1.0.0:jar [INFO] Copying org.eclipse.kura.api-2.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.api.jar [INFO] Copying org.eclipse.kura.broker.artemis.core-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.core.jar [INFO] Copying org.eclipse.kura.broker.artemis.simple.mqtt-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.simple.mqtt.jar [INFO] Copying org.eclipse.kura.broker.artemis.xml-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.xml.jar [INFO] Copying org.eclipse.kura.camel-1.5.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.jar [INFO] Copying org.eclipse.kura.camel.cloud.factory-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.cloud.factory.jar [INFO] Copying org.eclipse.kura.camel.xml-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.xml.jar [INFO] Copying org.eclipse.kura.core-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.jar [INFO] Copying org.eclipse.kura.core.system-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.system.jar [INFO] Copying org.eclipse.kura.core.certificates-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.certificates.jar [INFO] Copying org.eclipse.kura.core.cloud-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.cloud.jar [INFO] Copying org.eclipse.kura.core.cloud.factory-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.cloud.factory.jar [INFO] Copying org.eclipse.kura.core.comm-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.comm.jar [INFO] Copying org.eclipse.kura.core.configuration-2.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.configuration.jar [INFO] Copying org.eclipse.kura.core.crypto-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.crypto.jar [INFO] Copying org.eclipse.kura.core.deployment-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.deployment.jar [INFO] Copying org.eclipse.kura.core.inventory-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.inventory.jar [INFO] Copying org.eclipse.kura.core.tamper.detection-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.tamper.detection.jar [INFO] Copying org.eclipse.kura.core.net-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.net.jar [INFO] Copying org.eclipse.kura.deployment.agent-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.deployment.agent.jar [INFO] Copying org.eclipse.kura.emulator-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.jar [INFO] Copying org.eclipse.kura.emulator.gpio-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.gpio.jar [INFO] Copying org.eclipse.kura.emulator.clock-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.clock.jar [INFO] Copying org.eclipse.kura.emulator.net-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.net.jar [INFO] Copying org.eclipse.kura.emulator.position-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.position.jar [INFO] Copying org.eclipse.kura.emulator.usb-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.usb.jar [INFO] Copying org.eclipse.kura.emulator.watchdog-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.watchdog.jar [INFO] Copying org.eclipse.kura.linux.clock-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.clock.jar [INFO] Copying org.eclipse.kura.linux.command-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.command.jar [INFO] Copying org.eclipse.kura.linux.net-2.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.net.jar [INFO] Copying org.eclipse.kura.linux.sysv.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.sysv.provider.jar [INFO] Copying org.eclipse.kura.linux.systemd.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.systemd.provider.jar [INFO] Copying org.eclipse.kura.linux.debian.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.debian.provider.jar [INFO] Copying org.eclipse.kura.linux.redhat.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.redhat.provider.jar [INFO] Copying org.eclipse.kura.linux.position-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.position.jar [INFO] Copying org.eclipse.kura.linux.usb-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.jar [INFO] Copying org.eclipse.kura.linux.usb.armv6hf-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.armv6hf.jar [INFO] Copying org.eclipse.kura.linux.usb.x86_64-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.x86_64.jar [INFO] Copying org.eclipse.kura.linux.usb.aarch64-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.aarch64.jar [INFO] Copying org.eclipse.kura.linux.bluetooth-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.bluetooth.jar [INFO] Copying org.eclipse.kura.ble.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.provider.jar [INFO] Copying org.eclipse.kura.ble.ibeacon.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.ble.eddystone.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.eddystone.provider.jar [INFO] Copying org.eclipse.kura.linux.watchdog-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.watchdog.jar [INFO] Copying org.eclipse.kura.core.status-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.status.jar [INFO] Copying org.eclipse.kura.net.admin-1.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.net.admin.jar [INFO] Copying org.eclipse.kura.protocol.modbus-2.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.protocol.modbus.jar [INFO] Copying org.eclipse.kura.asset.provider-2.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.provider.jar [INFO] Copying org.eclipse.kura.asset.cloudlet.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.cloudlet.provider.jar [INFO] Copying org.eclipse.kura.asset.helper.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.helper.provider.jar [INFO] Copying org.eclipse.kura.driver.helper.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.helper.provider.jar [INFO] Copying org.eclipse.kura.localization-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.localization.jar [INFO] Copying org.eclipse.kura.localization.resources-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.localization.resources.jar [INFO] Copying org.eclipse.kura.util-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.util.jar [INFO] Copying org.eclipse.kura.wire.h2db.component.provider-2.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.h2db.component.provider.jar [INFO] Copying org.eclipse.kura.wire.db.component.provider-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.db.component.provider.jar [INFO] Copying org.eclipse.kura.wire.camel-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.camel.jar [INFO] Copying org.eclipse.kura.wire.component.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.component.provider.jar [INFO] Copying org.eclipse.kura.wire.helper.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.helper.provider.jar [INFO] Copying org.eclipse.kura.wire.provider-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.provider.jar [INFO] Copying org.eclipse.kura.driver.opcua.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.opcua.provider.jar [INFO] Copying org.eclipse.kura.driver.s7plc.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.s7plc.provider.jar [INFO] Copying org.eclipse.kura.driver.ble.sensortag.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.ble.sensortag.provider.jar [INFO] Copying org.eclipse.kura.driver.eddystone.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.eddystone.provider.jar [INFO] Copying org.eclipse.kura.driver.ibeacon.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.wire.script.filter.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.script.filter.provider.jar [INFO] Copying org.eclipse.kura.driver.gpio.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.gpio.provider.jar [INFO] Copying org.eclipse.kura.linux.gpio-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.gpio.jar [INFO] Copying org.moka7-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.moka7.jar [INFO] Copying org.eclipse.kura.rest.provider-1.3.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.provider.jar [INFO] Copying org.eclipse.kura.rest.asset.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.asset.provider.jar [INFO] Copying org.eclipse.kura.hook.file.move.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.hook.file.move.provider.jar [INFO] Copying org.eclipse.kura.misc.cloudcat-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.misc.cloudcat.jar [INFO] Copying org.eclipse.kura.json.marshaller.unmarshaller.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider.jar [INFO] Copying org.eclipse.kura.http.server.manager-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.http.server.manager.jar [INFO] Copying org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider.jar [INFO] Copying org.eclipse.kura.useradmin.store-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.useradmin.store.jar [INFO] Copying org.eclipse.kura.network.threat.manager-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.network.threat.manager.jar [INFO] Copying org.eclipse.kura.core.keystore-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.keystore.jar [INFO] Copying org.eclipse.kura.log.filesystem.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.log.filesystem.provider.jar [INFO] Copying org.eclipse.kura.rest.configuration.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.configuration.provider.jar [INFO] Copying org.eclipse.kura.request.handler.jaxrs-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.request.handler.jaxrs.jar [INFO] Copying org.eclipse.kura.rest.wire.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.wire.provider.jar [INFO] Copying org.eclipse.kura.container.orchestration.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.container.orchestration.provider.jar [INFO] Copying org.eclipse.kura.wire.ai.component.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.ai.component.provider.jar [INFO] Copying org.eclipse.kura.container.provider-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.container.provider.jar [INFO] Copying org.eclipse.kura.ai.triton.server-1.1.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ai.triton.server.jar [INFO] Copying org.eclipse.kura.configuration.change.manager-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.configuration.change.manager.jar [INFO] Copying org.eclipse.kura.event.publisher-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.event.publisher.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (get-web2-bundle) @ distrib --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.web2:2.2.2:jar [INFO] Copying org.eclipse.kura.web2-2.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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.2.2_raspberry-pi-ubuntu-20... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_raspberry-pi-ubuntu-20.zip [echo] Gathering version information for the bundles/files in raspberry-pi-ubuntu-20 [exec] Archive: kura_5.2.2_raspberry-pi-ubuntu-20.zip [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.systemd.provider_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/bin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/log4j/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/user/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/user/security/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/dhcpd-wlan0.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/firewall.init [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/firewall.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/iptables.init [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/network.interfaces [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/notice.html [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.debian.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.net_2.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.usb.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.net.admin_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.network.threat.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such 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.2.2_raspberry-pi-ubuntu-20_upgrade.zip) [exec] kura_5.2.2_raspberry-pi-ubuntu-20_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_raspberry-pi-ubuntu-20-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.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.2.2_raspberry-pi-ubuntu-20-nn.zip [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.emulator_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.emulator.net_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/bin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/log4j/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/user/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/user/security/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/notice.html [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.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.2.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.2.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.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-ubuntu-20-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [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.2.2_raspberry-pi-ubuntu-20-nn_upgrade.zip) [exec] kura_5.2.2_raspberry-pi-ubuntu-20-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_raspberry-pi... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi.zip linux-sysv-jars: linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_raspberry-pi.zip [echo] Gathering version information for the bundles/files in raspberry-pi [exec] Archive: kura_5.2.2_raspberry-pi.zip [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.systemd.provider_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/bin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/console/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/framework/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/install/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/log4j/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/user/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/user/security/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/dhcpd-wlan0.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/firewall.init [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/firewall.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/iptables.init [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/network.interfaces [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/notice.html [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.2_raspberry-pi/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.debian.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.net_2.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.usb.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.net.admin_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.network.threat.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: 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.2.2_raspberry-pi_upgrade.zip) [exec] kura_5.2.2_raspberry-pi_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_raspberry-pi-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_raspberry-pi-nn.zip [echo] Gathering version information for the bundles/files in raspberry-pi-nn [exec] Archive: kura_5.2.2_raspberry-pi-nn.zip [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.emulator_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.emulator.net_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/bin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/log4j/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/user/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/user/security/ [exec] creating: tmp_versions/kura_5.2.2_raspberry-pi-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/notice.html [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.2_raspberry-pi-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.usb.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_raspberry-pi-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [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.2.2_raspberry-pi-nn_upgrade.zip) [exec] kura_5.2.2_raspberry-pi-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_intel-up2-ubuntu-20... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_intel-up2-ubuntu-20.zip [echo] Gathering version information for the bundles/files in intel-up2-ubuntu-20 [exec] Archive: kura_5.2.2_intel-up2-ubuntu-20.zip [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.systemd.provider_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/bin/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/log4j/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/user/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/user/security/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/dhcpd-enp2s0.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/dhcpd-wlp4s0.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/firewall.init [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/firewall.service [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/iptables.init [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/network.interfaces [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/notice.html [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.2_intel-up2-ubuntu-20/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.debian.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.net_2.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.usb.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.net.admin_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.network.threat.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such 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.2.2_intel-up2-ubuntu-20_upgrade.zip) [exec] kura_5.2.2_intel-up2-ubuntu-20_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_intel-up2-ubuntu-20-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.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.2.2_intel-up2-ubuntu-20-nn.zip [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.emulator_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.emulator.net_1.2.0.jar [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/bin/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/log4j/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/user/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/user/security/ [exec] creating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/notice.html [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.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.2.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.2.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.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.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.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_intel-up2-ubuntu-20-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [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.2.2_intel-up2-ubuntu-20-nn_upgrade.zip) [exec] kura_5.2.2_intel-up2-ubuntu-20-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_nvidia-jetson-nano... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini ai-wire-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano.zip nvidia-jetson-nano-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_nvidia-jetson-nano.zip [echo] Gathering version information for the bundles/files in nvidia-jetson-nano [exec] Archive: kura_5.2.2_nvidia-jetson-nano.zip [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.ai.component.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ai.triton.server_1.1.0.jar [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/bin/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/log4j/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/user/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/user/security/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/firewall.init [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/firewall.service [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/iptables.init [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/network.interfaces [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/notice.html [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.2_nvidia-jetson-nano/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.debian.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.net_2.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.systemd.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.usb.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.net.admin_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.network.threat.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No 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.2.2_nvidia-jetson-nano_upgrade.zip) [exec] kura_5.2.2_nvidia-jetson-nano_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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.2.2_nvidia-jetson-nano-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini configuration.change.manager-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini event-publisher-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip configuration.change.manager-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip event-publisher-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.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.2.2_nvidia-jetson-nano-nn.zip [echo] Gathering version information for the bundles/files in nvidia-jetson-nano-nn [exec] Archive: kura_5.2.2_nvidia-jetson-nano-nn.zip [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/ [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.ai.component.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ai.triton.server_1.1.0.jar [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/bin/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/skin/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/log4j/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/user/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/user/security/ [exec] creating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura-dhclient-enter-hook [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/notice.html [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bcpg_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bcpkix_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bcprov_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bctls_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bcutil_1.71.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.aarch64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.armv6hf_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.x86_64_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201506221200.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.google.gson_2.9.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.gwt.user_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jdk.dio.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jdk.dio.armv6hf_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jdk.dio.x86_64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/jdk.dio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis_2.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.lang3_3.12.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.2.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.2.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.2.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.2.2_nvidia-jetson-nano-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.api_2.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.core_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.xml_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel_1.5.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.configuration.change.manager_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.container.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.certificates_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.cloud.factory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.cloud_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.comm_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.configuration_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.crypto_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.deployment_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.inventory_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.keystore_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.net_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.status_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.system_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.tamper.detection_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.deployment.agent_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.driver.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.emulator.net_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.emulator_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.event.publisher_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.http.server.manager_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.jetty.customizer_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.bluetooth_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.clock_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.command_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.gpio_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.position_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.usb_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.watchdog_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.localization.resources_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.localization_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.misc.cloudcat_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.asset.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.provider_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.wire.provider_1.1.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.sun.misc_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.useradmin.store_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.util_1.3.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.web2_2.2.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.camel_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.db.component.provider_1.0.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.helper.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.2.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/org.usb4java_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/plugins/usb4java-javax_1.4.0.jar [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.2.2_nvidia-jetson-nano-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.2.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 [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.2.2_nvidia-jetson-nano-nn_upgrade.zip) [exec] kura_5.2.2_nvidia-jetson-nano-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.2.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-2-0-release-candidate/kura/distrib/target [copy] Copying 309 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/distrib/target/staging/target-definition/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/target-definition/common/source [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-0-release-candidate/kura/distrib/target/staging/target-definition/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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-2-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.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk:1.2.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider:1.1.0:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server:1.1.0:dp [INFO] Copying org.eclipse.kura.protocol.modbus-2.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.protocol.modbus-2.2.0.dp [INFO] Copying org.eclipse.kura.driver.opcua-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.opcua-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.s7plc-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.s7plc-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.ble.sensortag-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ble.sensortag-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.eddystone-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.eddystone-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.ibeacon-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ibeacon-1.2.0.dp [INFO] Copying org.eclipse.kura.wire.script.filter-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.wire.script.filter-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.gpio-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.gpio-1.2.0.dp [INFO] Copying org.eclipse.kura.driver.ble.xdk-1.2.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ble.xdk-1.2.0.dp [INFO] Copying org.eclipse.kura.wire.ai.component.provider-1.1.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.wire.ai.component.provider-1.1.0.dp [INFO] Copying org.eclipse.kura.ai.triton.server-1.1.0.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/org.eclipse.kura.ai.triton.server-1.1.0.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-2-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-runtime7505398168422473923.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-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-2-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-2-0-release-candidate/kura/distrib/target/staging/emulator [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator/target [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-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-2-0-release-candidate/kura/distrib/target/staging/emulator/src/main/resources [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/emulator [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/emulator [copy] Copying 26 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/demo_heater [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/demo_heater/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/demo_heater/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/demo_heater [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/demo_heater [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/demo_heater [copy] Copying 21 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/beacon [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon [copy] Copying 21 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/beacon.scanner [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [copy] Copying 29 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/tisensortag [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag [copy] Copying 32 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [copy] Copying 27 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/publisher [copy] Copying 31 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_quickstart [copy] Copying 31 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/camel_publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_publisher [copy] Copying 26 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-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-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/staging/camel_aggregation [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/user_workspace_archive_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_raspberry-pi-ubuntu-20.zip size:94151884 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:07 UTC 2023 md5: d2ccff3aa5f3b8b6a0548df81f13caf1 [INFO] Total size: 94151884 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20_installer-nn.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_raspberry-pi-ubuntu-20-nn.zip size:93576205 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:10 UTC 2023 md5: 9ab8dc285204c7a05f8d668fb1877a95 [INFO] Total size: 93576205 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_raspberry-pi.zip size:94146032 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:13 UTC 2023 md5: 75c8672f36b73fa3fc85cdd12825f6ca [INFO] Total size: 94146032 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_raspberry-pi-nn.zip size:93570694 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:17 UTC 2023 md5: 487c51cfb095b720fbd5cbdf045b801a [INFO] Total size: 93570694 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_intel-up2-ubuntu-20.zip size:94150457 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:20 UTC 2023 md5: dfe0de547c81138988c0eb9e78991b24 [INFO] Total size: 94150457 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_intel-up2-ubuntu-20-nn.zip size:93575052 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:24 UTC 2023 md5: f2bcd281c5c8033f4fe5c84bc3abbbc3 [INFO] Total size: 93575052 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_nvidia-jetson-nano.zip size:103667330 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:27 UTC 2023 md5: b0622c6815a03249b66f7d146e79cd68 [INFO] Total size: 103667330 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.2.2_nvidia-jetson-nano-nn.zip size:103093635 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Fri May 12 21:47:31 UTC 2023 md5: 0e17330610980993017c11bb8793f6d1 [INFO] Total size: 103093635 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.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-2-0-release-candidate/kura/distrib/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-ubuntu-20_installer-nn.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_raspberry-pi-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_intel-up2-ubuntu-20-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target/kura_5.2.2_nvidia-jetson-nano-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/.repository/org/eclipse/kura/distrib/5.2.2/distrib-5.2.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-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/kura-bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/p2-repo-common [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/p2-repo-common [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.2/p2-repo-equinox_3.16.0 [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/RELEASE_INFO/5.2.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-2-0-release-candidate/kura/distrib/target/tmp_ws.zip [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/distrib/target [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:47 min [INFO] Finished at: 2023-05-12T21:47:58Z [INFO] ------------------------------------------------------------------------ [kura-5-2-0-release-candidate] $ /bin/sh -xe /tmp/jenkins7207735006532885377.sh + sed 's:examples::g' /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/pom.xml Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: esfdev@eurotech.com jreimann@redhat.com Finished: UNSTABLE